A Find My Bridge product
FMB Agents
A Model Context Protocol server that lets AI agents move stablecoins across chains with optimal routing. Non-custodial. Designed for Claude, ChatGPT, Cursor, AgentCore, n8n, and Make.
60-second quickstart
Add this to claude_desktop_config.json and restart Claude Desktop:
{
"mcpServers": {
"fmb-agents": {
"url": "https://agents.findmybridge.com/mcp"
}
}
}Then ask Claude: “Quote moving 100 USDC from Arbitrum to Base.”
Stablecoin-specialized
Stablecoins are 80%+ of cross-chain volume. We optimize for them — not the generalist bridge graph.
Multi-rail routing
CCTP V2 today, then deBridge, LayerZero, Across, Mayan. The MCP picks the right rail per transfer.
Bridge-health backed
Quotes are informed by Find My Bridge’s live monitoring of every major bridge in production.
Tools (Phase 1)
get_supported_routesList USDC routes available across CCTP V2 today.
quote_transferLive quote with fee, finality threshold, and expected duration.
prepare_transferReturns the unsigned approve + depositForBurn calldata. Non-custodial — you sign.
track_transferTrack a transfer through pending → attested → completed.
Phase 1: USDC, CCTP V2, EVM-to-EVM across Ethereum, Arbitrum, Base, Optimism, Polygon, and Avalanche.