Skip to content
Grok

xbrlkit for Grok

ai.robosystems/xbrlkit

Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account

client:Grok transport:stdio runtime:pypi

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

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

xbrlkit in other clients