无需登录即可发现和调用公开工具,适合通用采购与物流查询。
https://jtlgo.com/api/mcp Public connector 用于公开商品搜索、中国报价和物流追踪。Account connector 会自动拉起 OAuth,并在登录后开放账户摘要、工作项和支持工单类工具。
无需登录即可发现和调用公开工具,适合通用采购与物流查询。
https://jtlgo.com/api/mcp 这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 token。
https://jtlgo.com/api/mcp/account Public connector 与 Account connector
搜索、报价、追踪、详情、转人工、配置校验
6 个公开工具 + 4 个带 scope 的账户工具
这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 token。
只做匿名查询时使用 Public URL;需要全部公开工具和账户工具时,只配置 Account URL 即可。
公开物流查询优先用 Public URL;当客户端需要自动拉起 OAuth 并读取账户数据时,切换到 Account URL。
无需登录即可发现和调用公开工具,适合通用采购与物流查询。
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" 这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 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 同样使用这两个连接器 URL:Public 负责匿名发现,Account 负责登录后的客户上下文。
无需登录即可发现和调用公开工具,适合通用采购与物流查询。
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} 这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 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"
}
}
} 编辑器 Agent 可以同时保留两种配置,根据任务决定调用公开 MCP 或账户 MCP。
无需登录即可发现和调用公开工具,适合通用采购与物流查询。
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} 这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 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"
}
}
} 只要支持 Streamable HTTP 或 hosted MCP,就可以直接粘贴 Public connector 或 Account connector。
无需登录即可发现和调用公开工具,适合通用采购与物流查询。
https://jtlgo.com/api/mcp Public connector
{
"mcpServers": {
"jtlgo-commerce": {
"url": "https://jtlgo.com/api/mcp"
}
}
} 这个单一端点同时提供公开工具和带 scope 的账户工具;需要账户权限时由 MCP 客户端拉起 OAuth,网页本身不会接触 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"
}
}
} 以下 6 个工具来自当前 Public connector。
| 工具 | 用途 | 典型输入 | 返回结果 |
|---|---|---|---|
| search_products | 商品发现 | keyword, site, limit | 安全候选商品列表 |
| quote_shipping_rates | 中国路线报价 | countryCode, weight, dimensions | 线路和计费重方案 |
| track_shipment | 订单和包裹追踪 | tracking number 或列表 | 最新轨迹和异常提示 |
| get_product_detail | 单商品检查 | id 或 product URL | 安全商品详情字段 |
| human_handoff | 人工兜底 | language, reason | 邮件和 WhatsApp 支持路径 |
| get_mcp_config | 安装校验 | none | 连接器元数据和工具列表 |
因为 MCP 端点现在强制 POST JSON-RPC,旧的 GET metadata 已经按规范返回 405。
当助手需要自动拉起 OAuth,并访问 account:read、work_items:read 或 support:write 下的客户工具时。
不需要。匿名使用选 Public;需要全部公开与账户工具时,只选 Account。