MCC Explorer

API & Database

API DocsMCP
MCC Explorer
MCC CodesBlogGuidesPricingAPI DocsPrivacyTerms

© 2026 MCC Explorer

    MCC Explorer

    API & Database

    API DocsMCP
    Model Context Protocol

    MCC Codes for Your AI Assistant

    Connect MCC Explorer to Claude, Cursor, or any MCP-compatible AI tool. Ask questions about merchant category codes in natural language.

    What is MCP?

    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

    Available Tools

    lookup_mcc_code

    Get details about a specific MCC code by its 4-digit number

    "What is MCC code 5411?"

    find_merchant_mcc

    Find MCC codes for a merchant by name

    "What MCC code does Starbucks use?"

    search_mcc_codes

    Search MCC codes by category or description

    "Find all travel-related MCC codes"

    list_mcc_categories

    List all MCC categories with code counts

    "What MCC categories are there?"

    get_mcc_stats

    Get database statistics

    "How many MCC codes are in the database?"

    Quick Setup

    1
    Get Your API Key
    Sign up for free to get your API key
    2
    Configure Your AI Tool

    For Cursor

    Add to ~/.cursor/mcp.json:

    ~/.cursor/mcp.json
    {
      "mcpServers": {
        "mcc-explorer": {
          "command": "npx",
          "args": ["@mcc-explorer/mcp-server"],
          "env": {
            "MCC_API_KEY": "your-api-key-here"
          }
        }
      }
    }

    For Claude Desktop

    Add to Claude Desktop config:

    claude_desktop_config.json
    {
      "mcpServers": {
        "mcc-explorer": {
          "command": "npx",
          "args": ["@mcc-explorer/mcp-server"],
          "env": {
            "MCC_API_KEY": "your-api-key-here"
          }
        }
      }
    }
    3
    Start Asking Questions

    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"

    MCP vs REST API

    FeatureMCP ServerREST API
    Best forAI assistants & agentsBuilding applications
    IntegrationAdd to AI config fileHTTP requests in code
    UsageNatural language questionsProgrammatic calls
    Same API key?

    Ready to Get Started?

    Get your free API key and connect MCC Explorer to your AI assistant in minutes.

    MCC Explorer
    MCC CodesBlogGuidesPricingAPI DocsPrivacyTerms

    © 2026 MCC Explorer