Skip to content
Grok

mcp enrichment for Grok

io.github.intelagentstudios/mcp-enrichment

Multi-source entity enrichment: company data, contacts, email verification, and phone validation

client:Grok transport:stdio runtime:npm

Install mcp enrichment in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-enrichment": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@intelagent/mcp-enrichment"
      ],
      "env": {
        "CLEARBIT_API_KEY": "<CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<HUNTER_API_KEY>",
        "APOLLO_API_KEY": "<APOLLO_API_KEY>",
        "TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>",
        "ENRICHMENT_CACHE_TTL": "<ENRICHMENT_CACHE_TTL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp enrichment in other clients