No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Public connector is for open product search, China rate quotes, and tracking. Account connector adds OAuth and authenticated account tools for account summary, work items, and support ticket creation.
No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
https://jtlgo.com/api/mcp/account Public connector and account connector
Search, quote, track, detail, handoff, config
All 6 public tools plus 4 scoped account tools
Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
Use the public URL for anonymous-only work. Use the account URL as the single connector when you want all public tools plus scoped account tools.
Use the public URL for anonymous-only work. Use the account URL for one connector containing all public and scoped account tools.
No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} [mcp_servers.jtlgo-commerce]
url = "https://jtlgo.com/api/mcp" Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
https://jtlgo.com/api/mcp/account Account connector · account:read, work_items:read, support:write
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp/account"
}
}
} [mcp_servers.jtlgo-commerce]
url = "https://jtlgo.com/api/mcp/account" Claude can use public for anonymous discovery, or account as one combined connector with OAuth and all tools.
No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
https://jtlgo.com/api/mcp/account Account connector · account:read, work_items:read, support:write
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp/account"
}
}
} Editor agents can choose the anonymous public connector or the combined account connector per workspace.
No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
https://jtlgo.com/api/mcp/account Account connector · account:read, work_items:read, support:write
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp/account"
}
}
} If the client supports Streamable HTTP or hosted MCP, paste either the public connector or the account connector directly.
No sign-in needed to discover tools. Good for general sourcing and logistics calls.
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} Use this single endpoint for all public tools and scoped customer tools. The MCP client starts OAuth only when account access is required; this browser page never handles the token.
https://jtlgo.com/api/mcp/account Account connector · account:read, work_items:read, support:write
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp/account"
}
}
} These are the six public tools exposed by the public connector today.
| Tool | Use it for | Typical input | Returns |
|---|---|---|---|
| search_products | Catalog discovery | keyword, site, limit | Safe product candidates |
| quote_shipping_rates | China route estimate | countryCode, weight, dimensions | Route and billing-weight options |
| track_shipment | Order and parcel tracking | tracking number or list | Latest timeline and exception hint |
| get_product_detail | Single item inspection | id or product URL | Safe product detail fields |
| human_handoff | Manual fallback | language, reason | Email and WhatsApp support path |
| get_mcp_config | Setup verification | none | Connector metadata and tool list |
The MCP endpoint now enforces POST JSON-RPC. GET metadata is intentionally rejected with 405.
Use it when the assistant should open OAuth and access customer-specific tools under account:read, work_items:read, or support:write.
No. Choose public for anonymous-only use, or account as one connector containing all public and scoped account tools.