Transports

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://mall-api-proxy.documentation.omnicado.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "omnicado-mall-proxy MCP server": {
    "url": "https://mall-api-proxy.documentation.omnicado.com/mcp"
  }
}

Close

These endpoints were replaced by /v2/transports endpoints!

Documentation may be found here.

All transport endpoints must be called via MPAPI /v2/transports endpoint with your client_id as a query parameter.

i.e., /warehouses/{warehouse-id} should be called as /v2/transports/warehouses/{warehouse-id}?client_id=myClientId