mcpbeat Sign in

Hood MCP Server

local only

Hood MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 15 Sep 2026.

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

Installs per day peak 12 · avg 7 · -23% w/w
a month agotoday
48
Installs / week
npm · hood-mcp
5
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hood MCP 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 hood-mcp -- npx -y hood-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hood-mcp": {
      "args": [
        "-y",
        "hood-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hood-mcp]
command = "npx"
args = ["-y", "hood-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hood-mcp": {
      "args": [
        "-y",
        "hood-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hood-mcp": {
      "args": [
        "-y",
        "hood-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOOD_MCP_NETWORK (Target network: "mainnet" (chain 4663, default) or "testnet" (chain 46630).), ALCHEMY_KEY (Optional Alchemy API key for a faster, private RPC instead of the public endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hood MCP

same job, measured the same way
AI Agent Tokenized Stock OS
by aatos

Non-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn.

37 tools answering
Robinhood Crypto
by nirholas

Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.

41 installs/wk local only
Epsilon
by alienbase-xyz

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

26 installs/wk 15 tools answering
C
Steve Guard
by stevesignals-api

Solana + Robinhood-Chain token safety & net-USD accumulation intel for trading agents.

10 tools answering
Financekit MCP
by vdalhambra

Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents

93 installs/wk local only
Otto Data — Robinhood Chain
by ottodata

Live Robinhood Chain tokenized-stock data: basis vs NASDAQ, gaps, pools, whale flows.

39 tools answering
X402 Services
by firmbrain

The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools.

159 tools answering
Agentrisk
by trycoin-ai

Risk guardrails for AI trading agents. Your agent proposes; your policy decides.

88 installs/wk local only

Hood MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hood MCP?
Hood MCP 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 hood-mcp was installed 48 times last week.
How do I connect Hood MCP?
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 hood-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hood MCP?
The npm package hood-mcp was installed 48 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hood MCP open source?
We cannot say either way: written in TypeScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.