What is the Float MCP?
The Float MCP (Model Context Protocol) server is an npm package that runs locally on your machine and exposes Float capabilities as native tools inside your AI agent’s environment. When Float MCP is active, your agent can:- Check its treasury balance before taking on paid work
- Find which services are available and what they cost
- Deploy new sub-agents from inside a task
- Set and read spending policies
- View payment history
Installation
- Claude Code
- Cursor
- Codex
How it connects
The MCP server reads your agent credentials from~/.float/config.json (written by npx @usefloat/cli@latest init). It uses your apiKey to authenticate with the Float API at https://api.usefloat.xyz.
First use
After installing, start a Claude Code session and try:check_balance tool and respond with your current USDC balance, agent ID, and wallet address.
find_service and return available services with pricing, letting your agent decide whether to proceed.

