← Back to browse

alphasmo-tools

Indexed by io.github.alphasmo

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsALPHASMO_API_KEY
Claude Code
claude mcp add --env ALPHASMO_API_KEY= alphasmo-tools -- npx alphasmo
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"alphasmo-tools","command":"npx","args":["alphasmo"],"env":{"ALPHASMO_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "alphasmo-tools": {
      "command": "npx",
      "args": [
        "alphasmo"
      ],
      "env": {
        "ALPHASMO_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.