Connect MCC Explorer to Claude, Cursor, or any MCP-compatible AI tool. Ask questions about merchant category codes in natural language.
MCP (Model Context Protocol) lets AI assistants access external tools and data sources. Instead of writing code to call an API, you simply ask your AI assistant:
"What MCC code does Amazon use?"
The AI uses our MCP server to look up the answer and responds with accurate, up-to-date information from our database.
AI ↔ MCC Explorer
Get details about a specific MCC code by its 4-digit number
"What is MCC code 5411?"
Find MCC codes for a merchant by name
"What MCC code does Starbucks use?"
Search MCC codes by category or description
"Find all travel-related MCC codes"
List all MCC categories with code counts
"What MCC categories are there?"
Get database statistics
"How many MCC codes are in the database?"
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"mcc-explorer": {
"command": "npx",
"args": ["@mcc-explorer/mcp-server"],
"env": {
"MCC_API_KEY": "your-api-key-here"
}
}
}
}Add to Claude Desktop config:
{
"mcpServers": {
"mcc-explorer": {
"command": "npx",
"args": ["@mcc-explorer/mcp-server"],
"env": {
"MCC_API_KEY": "your-api-key-here"
}
}
}
}Restart your AI tool and start asking about MCC codes:
"What MCC code should I expect for a restaurant transaction?"
"Find the MCC for Netflix"
"List all MCC codes related to healthcare"
| Feature | MCP Server | REST API |
|---|---|---|
| Best for | AI assistants & agents | Building applications |
| Integration | Add to AI config file | HTTP requests in code |
| Usage | Natural language questions | Programmatic calls |
| Same API key? |
Get your free API key and connect MCC Explorer to your AI assistant in minutes.