nexusfeed ltl for Grok
io.github.nexusfeed/nexusfeed-ltl
Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
client:Grok
transport:stdio
runtime:pypi
Install nexusfeed ltl in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nexusfeed-ltl": {
"type": "stdio",
"command": "uvx",
"args": [
"nexusfeed-mcp"
],
"env": {
"MCP_API_BASE_URL": "<MCP_API_BASE_URL>",
"MCP_API_KEY": "<MCP_API_KEY>"
}
}
}
}
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