Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
hood-mcp · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/hood-mcp",
"description": "Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches",
"repository": {
"url": "https://github.com/nirholas/robinhood-chain-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://nirholas.github.io/robinhood-chain-mcp/",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "hood-mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Target network: \"mainnet\" (chain 4663, default) or \"testnet\" (chain 46630).",
"default": "mainnet",
"name": "HOOD_MCP_NETWORK"
},
{
"description": "Optional Alchemy API key for a faster, private RPC instead of the public endpoint.",
"isSecret": true,
"name": "ALCHEMY_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"blockchain",
"market-data",
"defi",
"robinhood-chain"
],
"productName": "hood-mcp (data server)",
"tradingServer": {
"docs": "https://nirholas.github.io/robinhood-chain-mcp/safety.html",
"note": "A second, explicitly opt-in wallet server ships in the same package as bin `hood-mcp-trading`. It is NOT auto-installed by MCP clients and requires HOOD_MCP_ENABLE_TRADING=1 plus ROBINHOOD_CHAIN_PRIVATE_KEY. See README.md#trading-server."
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-20T22:01:11.561373Z",
"publishedAt": "2026-07-20T22:01:11.561373Z",
"updatedAt": "2026-07-20T22:01:11.561373Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.