Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.
npx @getmcp/cli add io.github.nirholas/robinhood-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ROBINHOOD_CRYPTO_API_KEYAPI key from your Robinhood crypto account settings (robinhood.com/account/crypto, web classic only).
ROBINHOOD_CRYPTO_PRIVATE_KEYBase64-encoded 32-byte Ed25519 private seed whose public key is registered with Robinhood. Generate one with `npx robinhood-keygen`.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nirholas/robinhood-mcp": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
],
"env": {
"ROBINHOOD_CRYPTO_API_KEY": "",
"ROBINHOOD_CRYPTO_PRIVATE_KEY": "",
"ROBINHOOD_CRYPTO_API_VERSION": "v1",
"ROBINHOOD_CRYPTO_BASE_URL": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)