# sf_express_logistics_services

Query SF Express logistics services including warehousing, distribution, fulfillment, and return services.

Agent View of the PolicyLayer registry record for `sf_express_logistics_services`. HTML page: https://policylayer.com/tools/100kgforest-sf-express-mcp-server/sf-express-logistics-services

## Facts

- Tool: `sf_express_logistics_services`
- Server: SF Express MCP Server (`100kgforest/sf-express-mcp-server`) — https://policylayer.com/tools/100kgforest-sf-express-mcp-server.md
- Homepage: https://github.com/100kgforest/sf-express-mcp-server
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "sf_express_logistics_services",
    "arguments": {}
  }
}
```

## Why sf_express_logistics_services is rated Low

This tool retrieves information about available logistics services offered by SF Express. It does not create orders, modify shipments, execute external commands, delete data, or commit financial transactions. The action is purely informational — querying service availability and details. Blast radius is minimal; misuse would only return unwanted information.

From the tool's own definition: "Tool description states 'Query SF Express logistics services' — the verb 'query' indicates data retrieval with no modification. The listed service categories (warehousing, distribution, fulfillment, return services) are informational in nature."

## Use case

AI agents call sf_express_logistics_services to retrieve information from SF Express MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches SF Express MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "sf_express_logistics_services": {}
  }
}
```

## Other tools on SF Express MCP Server (4)

- `sf_express_query_routes` — Read — https://policylayer.com/tools/100kgforest-sf-express-mcp-server/sf-express-query-routes.md
- `sf_express_service_inquiry` — Read — https://policylayer.com/tools/100kgforest-sf-express-mcp-server/sf-express-service-inquiry.md
- `sf_express_track_shipment` — Read — https://policylayer.com/tools/100kgforest-sf-express-mcp-server/sf-express-track-shipment.md
- `sf_express_create_order` — Write — https://policylayer.com/tools/100kgforest-sf-express-mcp-server/sf-express-create-order.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=100kgforest-sf-express-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/100kgforest-sf-express-mcp-server
