MCP Server
Maintained
MIT
io.github.NexusFeed/nexusfeed-abc MCP Server
io.github.NexusFeed/nexusfeed-abc
What is the io.github.NexusFeed/nexusfeed-abc MCP server?
US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.
How to install io.github.NexusFeed/nexusfeed-abc
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MCP_API_BASE_URLNexusFeed API base URL
MCP_API_KEYrequiredsecretNexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/abc-license-compliance-api
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nexusfeed-abc": {
"command": "uvx",
"args": [
"nexusfeed-mcp",
"--from",
"nexusfeed-mcp",
"nexusfeed-abc"
],
"env": {
"MCP_API_BASE_URL": "<YOUR_MCP_API_BASE_URL>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nexusfeed-abc": {
"command": "uvx",
"args": [
"nexusfeed-mcp",
"--from",
"nexusfeed-mcp",
"nexusfeed-abc"
],
"env": {
"MCP_API_BASE_URL": "<YOUR_MCP_API_BASE_URL>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nexusfeed-abc": {
"command": "uvx",
"args": [
"nexusfeed-mcp",
"--from",
"nexusfeed-mcp",
"nexusfeed-abc"
],
"env": {
"MCP_API_BASE_URL": "<YOUR_MCP_API_BASE_URL>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nexusfeed-abc": {
"type": "stdio",
"command": "uvx",
"args": [
"nexusfeed-mcp",
"--from",
"nexusfeed-mcp",
"nexusfeed-abc"
],
"env": {
"MCP_API_BASE_URL": "<YOUR_MCP_API_BASE_URL>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>"
}
}
}
}Claude Code
claude mcp add nexusfeed-abc --env MCP_API_BASE_URL=<YOUR_MCP_API_BASE_URL> --env MCP_API_KEY=<YOUR_MCP_API_KEY> -- uvx nexusfeed-mcp --from nexusfeed-mcp nexusfeed-abcRelated MCP servers
io.github.NexusFeed/nexusfeed-ltl
Maintained
Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
0
View repository →Python
MIT