Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
{
"mcpServers": {
"io-github-nexusfeed-nexusfeed-ltl": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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 |
pip install nexusfeed-mcp
# or with uv/uvx (no install needed):
uvx nexusfeed-mcp
export MCP_API_BASE_URL=https://api.nexusfeed.dev
export MCP_API_KEY=sk_live_your_key_here
# LTL tools only — 3 tools, 1 prompt
nexusfeed-ltl
# ABC tools only — 3 tools, 1 prompt
nexusfeed-abc
# All tools — 5 tools, 2 prompts
nexusfeed-mcp
LTL fuel surcharge only:
{
"mcpServers": {
"nexusfeed-ltl": {
"command": "uvx",
"args": ["--from", "nexusfeed-mcp", "nexusfeed-ltl"],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfeed.dev",
"MCP_API_KEY": "sk_live_your_key_here"
}
}
}
}
ABC license compliance only:
{
"mcpServers": {
"nexusfeed-abc": {
"command": "uvx",
"args": ["--from", "nexusfeed-mcp", "nexusfeed-abc"],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfeed.dev",
"MCP_API_KEY": "sk_live_your_key_here"
}
}
}
}
All tools:
{
"mcpServers": {
"nexusfeed-mcp": {
"command": "uvx",
"args": ["nexusfeed-mcp"],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfeed.dev",
"MCP_API_KEY": "sk_live_your_key_here"
}
}
}
}
Open Cline settings → MCP Servers → Add Server manually:
LTL only:
{
"nexusfeed-ltl": {
"command": "uvx",
"args": ["--from", "nexusfeed-mcp", "nexusfeed-ltl"],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfeed.dev",
"MCP_API_KEY": "sk_live_your_key_here"
}
}
}
ABC only:
{
"nexusfeed-abc": {
"command": "uvx",
"args": ["--from", "nexusfeed-mcp", "nexusfeed-abc"],
"env": {
"MCP_API_BASE_URL": "https://api.nexusfee
... [View full README on GitHub](https://github.com/NexusFeed/nexusfeed-mcp#readme)
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.NexusFeed/nexusfeed-ltl and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.