Skip to content
Grok

regintel mcp for Grok

io.github.ad0750/regintel-mcp

MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.

client:Grok transport:stdio runtime:pypi

Install regintel mcp 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": {
    "regintel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regintel-mcp"
      ],
      "env": {
        "REGINTEL_API_KEY": "<REGINTEL_API_KEY>"
      }
    }
  }
}

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

regintel mcp in other clients