Skip to content
Grok

alphasmo tools for Grok

io.github.alphasmo/alphasmo-tools

CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence.

client:Grok transport:stdio runtime:npm

Install alphasmo tools 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": {
    "alphasmo-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "alphasmo"
      ],
      "env": {
        "ALPHASMO_API_KEY": "<ALPHASMO_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

alphasmo tools in other clients