MCP Server
Connect RobotMoney to Claude, ChatGPT, or any MCP client. Your agent gets collections, cash forecasting, vendor risk, reconciliation, and more as tools.
RobotMoney is a financial intelligence layer. Your app sends documents and context. RobotMoney returns structured decisions with evidence. Execution stays in your current stack.
Connect RobotMoney to Claude, ChatGPT, or any MCP client. Your agent gets collections, cash forecasting, vendor risk, reconciliation, and more as tools.
Call any of the 11 agents directly. Propose-only by default; execution requires a policy and approval.
01.
No card, no call. A testnet key unlocks the full catalog on Base Sepolia with synthetic data.
02.
Any MCP client works: Claude, Cursor, or your own agent. One URL, OAuth handles the rest.
03.
Query the ledger, check a policy, or propose payment. Every call returns its gate result and audit anchor.
Query The Ledger. Read-Only, Free Tier
# Reconciled balances across every connected source
curl https://api.robotmoney.com/v1/ledger/query \
-H "Authorization: Bearer $ROBOTMONEY_SANDBOX_KEY" \
-d '{ "query": "balances", "as_of": "today" }'{
"balance": { "reconciled": true },
"status": "23/23 passed",
"audit": "0x8f8a...c14c"
}Start in the sandbox without an account, then move to production when your policies are ready. Platform plans include a usage allowance.
Start In Sandbox
Test every financial workflow with synthetic data. Production stays propose-only until your policy and approval rules are in place.
Billing
USDC via x402
Control
Human approval required
Default
Nothing moves automatically
Architecture
ERC-4337
The reference material, guides, and tooling developers need to build on RobotMoney.
API.ROBOTMONEY.COM
Every tool, every field, every error. The typed contract for the whole catalog.
DOCS.ROBOTMONEY.COM
From first call to production, including the propose-sign-settle lifecycle.
STATUS.ROBOTMONEY.COM
Live uptime, versioning policy, and what shipped. Breaking changes never ship unversioned.
Everything you need to know before your first call, and a few things after.
RobotMoney remains a pure protocol layer, enabling partners and platforms to integrate its intelligence directly into their own branded experiences.