Provides MCP tools for retrieving normalized JSON data on LTL freight fuel surcharge rates and US state ABC liquor license compliance records. It also exposes workflow prompts for freight invoice audits and license compliance checks, with verifiability metadata on each response.
From the registry: US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.
$ pip install nexusfeed-mcpPlease install the `nexusfeed-abc` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.12+** — Python 3.12 or newer is required to run the package. (https://www.python.org/downloads/)
- **Get a NexusFeed API key** — Subscribe via RapidAPI to obtain your X-API-Key / MCP_API_KEY for the backend service. (https://rapidapi.com/ladourv/api/ltl-fuel-surcharge-api)
Optional prerequisites:
- Install uv/uvx or pip — Preferred portable path uses uvx to run the server without a separate install. pip install is also supported. Run: `pip install nexusfeed-mcp`
- Get an ABC License Compliance API subscription if using ABC tools — ABC tools require access to the ABC License Compliance API product on RapidAPI. (https://rapidapi.com/ladourv/api/abc-license-compliance-api)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["nexusfeed-mcp"]
- required environment variables:
- `MCP_API_BASE_URL`: Base URL for the NexusFeed API backend. (example: `<your-api-base-url>`)
- `MCP_API_KEY`: API key for authenticating to the NexusFeed backend service. (example: `<your-api-key>`)
Note: Preferred stdio config is the all-tools server via uvx. Alternate stdio entrypoints are available: uvx --from nexusfeed-mcp nexusfeed-ltl and uvx --from nexusfeed-mcp nexusfeed-abc. The README also documents remote Streamable HTTP endpoints for LTL and ABC tools, but the simplest portable install path is stdio via uvx.
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 serviceDraw and visually collaborate with your agents on tldraw's canvas.