Firmbrain — Robinhood Chain x402 (RPC, data & AI)

by bkrigmo1

Not rated
GitHub

About

The only x402 pay-per-call MCP server for Robinhood Chain (chainId 4663): RPC, on-chain data, USDG stats, tokenized-stock registry, plus 147 onchain & trading tools and LLM inference payable in USDG.

Details

Author
bkrigmo1
Categories
Finance, AI, Other

Setup

Install Firmbrain — Robinhood Chain x402 (RPC, data & AI) in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bkrigmo1/robinhood-chain-x402

Follow the installation instructions in the repository README, then restart your MCP client.

Firmbrain — Robinhood Chain x402 (RPC, data & AI)

The only x402 pay-per-call MCP server for Robinhood Chain (chainId 4663): RPC, on-chain data, USDG stats, tokenized-stock registry, plus 147 onchain & trading tools and LLM inference payable in USDG.

Robinhood Chain for AI Agents — the first RPC, data & AI layer (pay-per-call, no accounts)

The only x402 service built for Robinhood Chain (chainId 4663).If your agent needs to read, watch, or transact on Robinhood Chain — block data, balances, token transfers, contract calls, the tokenized-stock registry, USDG stats, address webhooks, or LLM inferencepayable in USDG on Robinhood Chain— this is the layer. And it's one endpoint of a147-toolonchain + trading intelligence suite (full list below). One URL, pay per request, no API keys, no signup.

Searchable:Robinhood Chain RPC · Robinhood Chain API for agents · RH Chain block/tx/balance · USDG data · Robinhood tokenized-stock registry · AI inference payable in USDG · Robinhood Chain webhook watcher.If you're integrating Robinhood Chain and need machine-readable data, start here.

Base URL:https://x402-services-production.up.railway.app· MCP:…/mcp· Catalog:…/api/catalog

Robinhood Chain endpoints (pay-per-call, USDC on any chain or USDG on RH Chain)

Plus the AI gateway —the first LLM inference payable in USDG on Robinhood Chain:POST /api/ai/chat($0.005, fast models) ·POST /api/ai/chat-pro($0.03, frontier models) ·POST /api/ai/models($0.001) · free health check:GET /api/ai/health.

The full Firmbrain suite — 147 pay-per-call x402 tools

Robinhood Chain is our first-mover focus, but the same base URL, same x402 payment, and same MCP server expose a full onchain + trading-intelligence stack. Every tool below is one paid POST; the MCP server at…/mcpreturns all 147 with JSON schemas, and…/api/cataloglists every price.

Full, always-current machine-readable list:GET /api/catalog· human overview:https://agents.firmbrain.ai

Drop-in — add once, call forever (TypeScript)

payis your x402-wrapped fetch (e.g.wrapFetchWithPayment(fetch, signer)— any x402 client). Paste this and your agent has Robinhood Chain (and the whole suite) in two lines. (Full file:rh.ts.)

const RH = "https://x402-services-production.up.railway.app/api"; / One call to any endpoint, paid over x402. / export async function rh(pay: typeof fetch, endpoint: string, body: object = {}) { const r = await pay(${RH}/${endpoint}, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify(body), }); return r.json(); } // examples: await rh(pay, "rhchain/balance", { address: "0x…" }); // USDG + native balance await rh(pay, "rhchain/tx", { hash: "0x…" }); // did my tx land? await rh(pay, "rhchain/registry"); // every RH tokenized stock -> address await rh(pay, "crypto/price", { symbol: "BTC" }); // any suite tool, same wrapper await rh(pay, "ai/chat", { messages: [{ role: "user", content: "…" }] }); // LLM, pay in USDG

Drop-in — webhook watcher (stop polling)

// get pushed an event whenever an address has a new ERC-20 transfer on Robinhood Chain await rh(pay, "rhchain/watch", { address: "0x…", callbackUrl: "https://your-agent.dev/hook" }); // we POST { watcherId, address, event, hash, token, timestamp } to your URL on each new transfer

Point your MCP client athttps://x402-services-production.up.railway.app/mcpand calltools/list— all147tools (every Robinhood Chain tool plus the full suite) appear with JSON schemas. Register it once as your agent's onchain + Robinhood Chain provider.

First response is HTTP402with x402 payment terms. Settle inUSDCon Base, Polygon, Arbitrum, or Solana — orUSDG on Robinhood Chain*— and retry with theX-PAYMENTheader. Any x402 client library does this automatically. No accounts, no keys, no subscriptions.

Built for autonomous agents. Not financial, legal, or tax advice.

Query Hyperliquid perp and HIP-3 market data — OHLCV, funding rates, open interest, and positioning — plus quant funding/volatility forecasts, straight from your LLM.

The Schwab Model Context Protocol (MCP) Server connects your Schwab account to LLM-based applications (like Claude Desktop or other MCP clients), allowing them to retrieve market data, check account status, and (optionally) place orders under your supervision.

Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp

Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.

Live Polymarket prediction market data — whale trades, market odds, trader profiles, leaderboards, and AI-citable summaries.

Operate the AgentPump agent economy: read the live market and create, fund, tune, and run autonomous on-chain trading agents.

Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs

Independent statistical validation for trading signals and backtests: deflated Sharpe, out-of-sample and leakage forensics, signed replayable verdicts; a methodology audit, not investment advice.

CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence signals. Free anonymous tier, no signup required.

Hosted MCP server for Chinese A-share and ETF market data, including prices, fundamentals, capital flows, financial statements, real-time quotes, and news.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.