Skip to content
Grok

Hub-Equity MCP for Grok

com.hub-equity/hub-equity-mcp

Standardized, restatement-aware SEC + European (ESEF) XBRL fundamentals, served to your agent.

client:Grok transport:stdio runtime:pypi

Install Hub-Equity 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": {
    "hub-equity-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hub-equity-mcp"
      ],
      "env": {
        "HUBEQUITY_API_KEY": "<HUBEQUITY_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

Hub-Equity MCP in other clients