← Back to Plugins
MCP Server MCP

io.github.alphasmo/alphasmo-tools

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "alphasmo",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional API key to raise the rate limit above the free anonymous tier",
          "format": "string",
          "isSecret": true,
          "name": "ALPHASMO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...