MCP server for LTL fuel surcharge data and verifiable liquor license lookups across four US states.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Nexusfeed MCP.
ltl_get_fuel_surchargeWeekly fuel surcharge % for ODFL, Saia, Estes, ABF, R+L, TForce, XPO, SEFL, Averitt — DOE diesel price and up to 5 years of history
ltl_list_carriersCarrier coverage metadata (SCAC codes, update schedule, extraction method)
abc_search_licensesSearch CA, TX, NY, FL license databases by trade name, owner, or address
abc_lookup_licensePoint-in-time license status by state-issued license number
abc_list_statesState coverage, latency, and CAPTCHA requirements
Real-time LTL freight fuel surcharge rates and US state ABC liquor license compliance records — served as normalized, verifiable JSON for AI agents via the Model Context Protocol.
Data is extracted from carrier tariff pages and state ABC portals (JS-rendered, CAPTCHAs, session state) that are structurally inaccessible to raw LLM browsing. Every response includes a _verifiability block — extraction timestamp, confidence score, and source URL — so agents can assess data quality before acting.
| Tool | Description |
|---|---|
ltl_get_fuel_surcharge | Weekly fuel surcharge % for ODFL, Saia, Estes, ABF, R+L, TForce, XPO, SEFL, Averitt — DOE diesel price and up to 5 years of history |
ltl_list_carriers | Carrier coverage metadata (SCAC codes, update schedule, extraction method) |
abc_search_licenses | Search CA, TX, NY, FL license databases by trade name, owner, or address |
abc_lookup_license | Point-in-time license status by state-issued license number |
abc_list_states | State coverage, latency, and CAPTCHA requirements |
| Prompt | Description |
|---|---|
freight_audit_workflow | Multi-step LTL invoice audit against published carrier tariffs |
license_compliance_check | Compliance verification before distributor orders, insurance binding, or merchant onboarding |
Subscribe via RapidAPI to receive your X-API-Key. Freemium plans available (10 req/day free).
| Product | RapidAPI Listing |
|---|---|
| LTL Fuel Surcharge | rapidapi.com/ladourv/api/ltl-fuel-surcharge-api |
| ABC License Compliance | rapidapi.com/ladourv/api/abc-license-compliance-api |
LTL fuel surcharge only:
ABC license compliance only:
All tools:
Open Cline settings → MCP Servers → Add Server manually:
LTL only:
ABC only:
| Server | URL |
|---|---|
| LTL tools | https://api.nexusfeed.dev/mcp-ltl/ |
| ABC tools | https://api.nexusfeed.dev/mcp-abc/ |
Pass your X-API-Key header on every request. Server metadata (no auth):
Every tool response includes:
extraction_confidence >= 0.90 is required before using data in compliance-critical decisionssource_timestamp within data_freshness_ttl_seconds means data is fresh from cacheraw_data_evidence_url is the canonical source — agents can independently verifyAudit an LTL freight invoice:
Verify a liquor license before a distributor transaction:
| Symptom | Fix |
|---|---|
| 401 on every call | MCP_API_KEY is not set or is invalid |
| "Could not reach API server" | MCP_API_BASE_URL not set — should be https://api.nexusfeed.dev |
| TX endpoints return 503 | TX TABC requires 2Captcha configured server-side; use CA, NY, or FL instead |
extraction_confidence < 0.90 | Data quality degraded — verify independently via raw_data_evidence_url |
Client code (this repository): MIT. See LICENSE.
NexusFeed backend service (https://api.nexusfeed.dev): commercial. The MIT license above covers only the Python client wrapper in this repo. It does not grant rights to the data service, which requires a paid API key and is governed by a separate Terms of Service. Contact ops@nexusfeed.dev for enterprise SLA and licensing.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nexusfeed-nexusfeed-mcp)<a href="https://allmcps.com/mcp/nexusfeed-nexusfeed-mcp"><img src="https://allmcps.com/api/badge/nexusfeed-nexusfeed-mcp?style=directory" alt="Nexusfeed MCP on AllMCPs" /></a>