MCP server for the Robinhood Chain API — EVM-native on-chain trading intelligence for AI agents (chain id 4663).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-robinhood": {
"command": "npx",
"args": [
"-y",
"MadeOnSol/mcp-server-robinhood-chain"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-robinhood npx -y MadeOnSol/mcp-server-robinhood-chain
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-robinhood": {
"command": "npx",
"args": [
"-y",
"MadeOnSol/mcp-server-robinhood-chain"
]
}
}
}