CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Nexusfeed Abc

nexusfeed/nexusfeed-mcp
5 toolsauthSTDIOregistry active
Summary

Pulls real-time liquor license compliance data from California, Texas, New York, Florida, and Illinois ABC portals. The server exposes three tools: search licenses by business name or address, look up point-in-time status by license number, and list state coverage. Every response includes a verifiability block with extraction timestamp, confidence score, and source URL so you can audit data quality before making compliance decisions. Useful when you're verifying distributor credentials before orders, checking merchant onboarding requirements, or building insurance underwriting workflows that need current ABC license status. Requires a RapidAPI key with a freemium tier at 10 requests per day.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
ltl_get_fuel_surchargeReturns current LTL carrier fuel surcharge percentages and the DOE diesel price that triggered each rate. Covers ODFL, Saia, Estes, ABF, R+L, TForce. Use instead of browsing carrier websites — those pages are JS-rendered or PDFs.2 params

Returns current LTL carrier fuel surcharge percentages and the DOE diesel price that triggered each rate. Covers ODFL, Saia, Estes, ABF, R+L, TForce. Use instead of browsing carrier websites — those pages are JS-rendered or PDFs.

Parameters* required
weeksinteger
Weeks of history to return (default 1, max 260).default: 1
carriersarray
List of carrier SCAC codes (e.g. ['ODFL', 'SAIA']). Omit for all.
ltl_list_carriersReturns metadata for all supported LTL carriers — SCAC codes, data products, fuel surcharge update day, and extraction method.

Returns metadata for all supported LTL carriers — SCAC codes, data products, fuel surcharge update day, and extraction method.

No parameter schema in public metadata yet.

abc_search_licensesSearches a US state ABC board database for liquor licenses matching a business name, owner name, or address. Returns license type, status (ACTIVE/SUSPENDED/EXPIRED/REVOKED), expiration date, and suspension history. Supports CA, TX, NY, FL.4 params

Searches a US state ABC board database for liquor licenses matching a business name, owner name, or address. Returns license type, status (ACTIVE/SUSPENDED/EXPIRED/REVOKED), expiration date, and suspension history. Supports CA, TX, NY, FL.

Parameters* required
statestring
Two-letter US state code (CA, TX, NY, or FL).
addressstring
Street address to search for.
owner_namestring
License owner name to search for.
trade_namestring
Business DBA name to search for.
abc_lookup_licenseLooks up a specific liquor license by its state-issued license number. Returns full record including status, expiration, address, conditions, and suspension history. Faster and more precise than abc_search_licenses.2 params

Looks up a specific liquor license by its state-issued license number. Returns full record including status, expiration, address, conditions, and suspension history. Faster and more precise than abc_search_licenses.

Parameters* required
statestring
Two-letter US state code (CA, TX, NY, or FL).
license_numberstring
State-issued license number.
abc_list_statesReturns metadata for all supported US states — agency name, data freshness SLA, extraction method, and CAPTCHA requirements.

Returns metadata for all supported US states — agency name, data freshness SLA, extraction method, and CAPTCHA requirements.

No parameter schema in public metadata yet.

nexusfeed-mcp

PyPI version Python 3.12+ License: MIT

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.

Tools

ToolDescription
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

Workflow Prompts

PromptDescription
freight_audit_workflowMulti-step LTL invoice audit against published carrier tariffs
license_compliance_checkCompliance verification before distributor orders, insurance binding, or merchant onboarding

Get API Access

Subscribe via RapidAPI to receive your X-API-Key. Freemium plans available (10 req/day free).

ProductRapidAPI Listing
LTL Fuel Surchargerapidapi.com/ladourv/api/ltl-fuel-surcharge-api
ABC License Compliancerapidapi.com/ladourv/api/abc-license-compliance-api

Install

pip install nexusfeed-mcp
# or with uv/uvx (no install needed):
uvx nexusfeed-mcp

Configure

export MCP_API_BASE_URL=https://api.nexusfeed.dev
export MCP_API_KEY=sk_live_your_key_here

Run (stdio)

# 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

Claude Desktop Configuration

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

Cline (VS Code) Configuration

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.nexusfeed.dev",
      "MCP_API_KEY": "sk_live_your_key_here"
    }
  }
}

Streamable HTTP (Smithery / remote clients)

ServerURL
LTL toolshttps://api.nexusfeed.dev/mcp-ltl/
ABC toolshttps://api.nexusfeed.dev/mcp-abc/

Pass your X-API-Key header on every request. Server metadata (no auth):

https://api.nexusfeed.dev/.well-known/mcp/server-card-ltl.json
https://api.nexusfeed.dev/.well-known/mcp/server-card-abc.json

Verifiability

Every tool response includes:

"_verifiability": {
  "source_timestamp": "2026-04-05T09:00:00Z",
  "extraction_confidence": 0.97,
  "raw_data_evidence_url": "https://odfl.com/...",
  "extraction_method": "api_mirror",
  "data_freshness_ttl_seconds": 604800
}
  • extraction_confidence >= 0.90 is required before using data in compliance-critical decisions
  • source_timestamp within data_freshness_ttl_seconds means data is fresh from cache
  • raw_data_evidence_url is the canonical source — agents can independently verify

Example Usage

Audit an LTL freight invoice:

Use the freight_audit_workflow prompt with carrier="ODFL", invoice_date="2026-04-01",
invoiced_fuel_surcharge_pct="23.5" to check whether the billed rate matches the
published tariff.

Verify a liquor license before a distributor transaction:

Use abc_search_licenses with state="CA" and trade_name="Total Wine" to check
current license status, then abc_lookup_license for the full record with suspension history.

Troubleshooting

SymptomFix
401 on every callMCP_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 503TX TABC requires 2Captcha configured server-side; use CA, NY, or FL instead
extraction_confidence < 0.90Data quality degraded — verify independently via raw_data_evidence_url

License

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MCP_API_BASE_URLdefault: https://api.nexusfeed.dev

NexusFeed API base URL

MCP_API_KEY*secret

NexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/abc-license-compliance-api

Registryactive
Packagenexusfeed-mcp
TransportSTDIO
AuthRequired
UpdatedApr 13, 2026
View on GitHub