ship24 tracking for Grok
io.github.ship24-official/ship24-tracking
Track any parcel by tracking number — real-time status, event history, and carrier detection.
client:Grok
transport:stdio
runtime:npm
Install ship24 tracking in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ship24-tracking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ship24-tracking-mcp"
],
"env": {
"SHIP24_API_KEY": "<SHIP24_API_KEY>",
"PLAN_PER_SHIPMENT": "<PLAN_PER_SHIPMENT>",
"PLAN_PER_CALL": "<PLAN_PER_CALL>",
"SHIP24_BASE_URL": "<SHIP24_BASE_URL>",
"REQUEST_TIMEOUT_MS": "<REQUEST_TIMEOUT_MS>",
"COURIERS_CACHE_TTL_HOURS": "<COURIERS_CACHE_TTL_HOURS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs