Provides MCP tools for retrieving real-time LTL freight fuel surcharge rates and US state ABC liquor license compliance records as normalized JSON with source verifiability metadata. It also includes workflow prompts for invoice audits and license compliance checks.
From the registry: Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
$ pip install nexusfeed-mcphttps://pypi.org/project/nexusfeed-mcp/Please install the `nexusfeed-ltl` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a NexusFeed API key via RapidAPI** — Subscribe to the LTL Fuel Surcharge API and/or ABC License Compliance API on RapidAPI to obtain your API key for authenticated requests. (https://rapidapi.com/ladourv/api/ltl-fuel-surcharge-api/)
Optional prerequisites:
- Install uv/uvx or Python package — Install the server via uvx for the most portable no-install path, or install the Python package with pip. Run: `pip install nexusfeed-mcp` (https://pypi.org/project/nexusfeed-mcp/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["--from","nexusfeed-mcp","nexusfeed-ltl"]
- required environment variables:
- `MCP_API_BASE_URL`: Base URL for the NexusFeed API service. (example: `<your-api-base-url>`)
- `MCP_API_KEY`: API key used to authenticate to the NexusFeed API. (example: `<your-api-key>`)
Note: README documents multiple server entrypoints. The simplest canonical stdio config is the LTL server via uvx: command `uvx`, args `['--from','nexusfeed-mcp','nexusfeed-ltl']`. Alternate stdio entrypoints are `nexusfeed-abc` for ABC-only tools and `nexusfeed-mcp` for all tools. The README also documents remote HTTP endpoints at `https://api.nexusfeed.dev/mcp-ltl/` and `https://api.nexusfeed.dev/mcp-abc/` using the `X-API-Key` header, but the canonical extraction prefers the simpler stdio path.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_API_BASE_URLrequiredBase URL for the NexusFeed API serverMCP_API_KEYrequiredAPI key used to authenticate requests to the NexusFeed backendDraw and visually collaborate with your agents on tldraw's canvas.