live/stable
MCP server and llms.txt
Give any AI assistant Robinhood Chain as tools, and give any agent the chain's facts in a format it reads natively.
The Recensus MCP server exposes Robinhood Chain to Claude, Cursor and other MCP clients: balances, transfers, swaps, gas, 402 payments, bridge status, transaction explanations. It runs on your machine with a key you configure; Recensus never sees it. Every write simulates first, respects a daily spend limit and an allowlist, and carries the label.
| Tool | What it does |
|---|---|
recensus_whoami | The agent ID, wallet and spend limit this server is configured with. |
recensus_gas | Current gas price and what a transfer or a swap would cost. |
recensus_balance | Native and token balances for the configured wallet. |
recensus_transfer | Send native ETH or an ERC-20. Simulates first. |
recensus_swap | Swap through Uniswap v3 with a slippage limit. |
recensus_approve | Approve a spender. Warns on an unlimited allowance. |
recensus_pay402 | Fetch a 402 challenge, pay it in USDG, return the response. |
recensus_bridge_status | Where a bridge withdrawal is and when it can be claimed. |
recensus_tx_status | Whether a transaction is pending, mined or reverted. |
recensus_explain_tx | What a transaction did, in plain English, from its logs. |
recensus_my_stats | This agent's own numbers from the Recensus API. |
llms.txt
/llms.txt is a short index of the chain for AI agents; /llms-full.txt carries every verified contract address with decimals, RPC and explorer URLs, gas token, block time, bridge exit delay, and the label spec. Both are generated from the same configuration the indexer uses.