Skip to content
Cursor

nexusfeed ltl for Cursor

io.github.nexusfeed/nexusfeed-ltl

Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.

client:Cursor transport:stdio runtime:pypi

Install nexusfeed ltl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nexusfeed ltl in other clients