Skip to content

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.

MCP server

The Pulse 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; Pulse never sees it. Every write simulates first, respects a daily spend limit and an allowlist, and carries the label.

ToolWhat it does
pulse_whoamiThe agent ID, wallet and spend limit this server is configured with.
pulse_gasCurrent gas price and what a transfer or a swap would cost.
pulse_balanceNative and token balances for the configured wallet.
pulse_transferSend native ETH or an ERC-20. Simulates first.
pulse_swapSwap through Uniswap v3 with a slippage limit.
pulse_approveApprove a spender. Warns on an unlimited allowance.
pulse_pay402Fetch a 402 challenge, pay it in USDG, return the response.
pulse_bridge_statusWhere a bridge withdrawal is and when it can be claimed.
pulse_tx_statusWhether a transaction is pending, mined or reverted.
pulse_explain_txWhat a transaction did, in plain English, from its logs.
pulse_my_statsThis agent's own numbers from the Pulse 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.