# NexusFeed: ABC License Compliance

Real-time US state ABC (Alcoholic Beverage Control) liquor license compliance records for AI agents. Covers CA, TX, NY, FL - extracted from state portals with verifiability metadata on every response.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ladourv-hkzl/nexusfeed-abc

# Browse available tools
npx -y @smithery/cli@latest tool list ladourv-hkzl/nexusfeed-abc

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ladourv-hkzl/nexusfeed-abc ltl_get_fuel_surcharge

# Call a tool
npx -y @smithery/cli@latest tool call ladourv-hkzl/nexusfeed-abc ltl_get_fuel_surcharge '{}'
```

## Direct MCP Connection

Endpoint: `https://nexusfeed-abc--ladourv-hkzl.run.tools`

**Required config:**
- `apiKey` (query) — Your NexusFeed API key (X-API-Key header)

## Tools (5)

- `ltl_get_fuel_surcharge` — Returns current LTL carrier fuel surcharge percentages and the DOE diesel price that triggered each rate. Covers ODFL, …
- `ltl_list_carriers` — Returns metadata for all supported LTL carriers — SCAC codes, data products, fuel surcharge update day, and extraction …
- `abc_search_licenses` — Searches a US state ABC board database for liquor licenses matching a business name, owner name, or address. Returns li…
- `abc_lookup_license` — Looks up a specific liquor license by its state-issued license number. Returns full record including status, expiration…
- `abc_list_states` — Returns metadata for all supported US states — agency name, data freshness SLA, extraction method, and CAPTCHA requirem…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ladourv-hkzl/nexusfeed-abc <tool-name>
```

## Prompts (2)

- `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.

---

License: Commercial
