Odel
Yango Delivery MCP

Yango Delivery MCP

Local
@a1-x-techTypeScriptMITUpdated 1w ago

MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-yango-deliveryv1.1.0

Run

npx -y mcp-yango-delivery

MCP client config

{
  "mcpServers": {
    "yango-delivery-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yango-delivery"
      ]
    }
  }
}