Loading MCP server directory, please wait...
Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
npx @getmcp/cli add io.github.NexusFeed/nexusfeed-ltlRequires Python 3.10+. Community-contributed server. Review source before installing.
MCP_API_KEYNexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/ltl-fuel-surcharge-api
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.NexusFeed/nexusfeed-ltl": {
"command": "uvx",
"args": [
"nexusfeed-mcp",
"nexusfeed-ltl",
"nexusfeed-mcp"
],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfeed.dev",
"MCP_API_KEY": ""
}
}
}
}