mcpbeat Sign in

Alphasmo Tools MCP Server

local only

Alphasmo Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 406 · avg 19 · -49% w/w
a month agotoday
44
Installs / week
npm · alphasmo
2
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Alphasmo Tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alphasmo-tools -- npx -y alphasmo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alphasmo-tools": {
      "args": [
        "-y",
        "alphasmo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alphasmo-tools]
command = "npx"
args = ["-y", "alphasmo"]
.cursor/mcp.json
{
  "mcpServers": {
    "alphasmo-tools": {
      "args": [
        "-y",
        "alphasmo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alphasmo-tools": {
      "args": [
        "-y",
        "alphasmo"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALPHASMO_API_KEY (Optional API key to raise the rate limit above the free anonymous tier). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alphasmo Tools

same job, measured the same way
Profitelligence
by profitelligence

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

answering
Financial Data
by sebastianbo

Stock prices, financials, insider trades, institutional holdings for 141K+ companies

31 installs/wk local only
Filingrail MCP
by adamhudson777

SEC EDGAR financials, insider trades, 8-K events, and 13F holdings as MCP tools.

92 installs/wk local only
MCP Foxbit
by codespar

MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional

23 installs/wk local only
Insider Trading
by pipeworx-io

Insider Trading MCP — SEC EDGAR insider filings and material events

answering
AkkruData
by akkrudata

SEC filings, financial statements, metrics, insider and institutional holdings as structured data

answering
Horus Flow MCP
by horustechltd

Institutional crypto & equity orderflow intelligence for AI trading agents.

local only
Stocksense
by mikejj-creation

Financial data for AI agents: SEC filings, price history, insider trades, and more.

34 installs/wk local only

Alphasmo Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphasmo Tools?
Alphasmo Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package alphasmo was installed 44 times last week.
How do I connect Alphasmo Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alphasmo straight from npm; nothing to host, nothing to sign up for.
How many people use Alphasmo Tools?
The npm package alphasmo was installed 44 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alphasmo Tools open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.