Skip to content
Grok

northdata mcp for Grok

io.github.p-meier/northdata-mcp

NorthData API for German company, owner, and financial data — with a built-in credit guard.

client:Grok transport:stdio runtime:pypi

Install northdata 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": {
    "northdata-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "northdata-mcp"
      ],
      "env": {
        "NORTHDATA_API_KEY": "<NORTHDATA_API_KEY>",
        "NORTHDATA_APPROVAL_THRESHOLD": "<NORTHDATA_APPROVAL_THRESHOLD>",
        "NORTHDATA_ABSOLUTE_MAX": "<NORTHDATA_ABSOLUTE_MAX>",
        "NORTHDATA_CREDIT_LOG": "<NORTHDATA_CREDIT_LOG>"
      }
    }
  }
}

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

northdata mcp in other clients