Tools
Deploy exposes 13 MCP tools. Open tools need no sign-in. OAuth tools require a one-time sign-in to your Deploy account.
Learn
| Tool | Auth | Description |
|---|---|---|
what_is_deploy | Open | Explain what Deploy is, how it works, and its safety model. |
how_yield_works | Open | Explain the deposit, delegate, earn, withdraw flow. |
Explore
| Tool | Auth | Description |
|---|---|---|
list_agents | Open | List available trading agents with live APY, chain, and risk level. |
simulate_yield | Open | Project estimated returns for a given deposit amount and agent. |
Fund
| Tool | Auth | Description |
|---|---|---|
deposit | OAuth | Return the user's Deploy wallet address and QR code to receive USDC. |
validate_deposit | OAuth | Confirm whether a USDC deposit has arrived on-chain. |
list_deposit_assets | Open | List supported chains and assets for multi-asset deposit. Everything auto-converts to USDC. |
request_deposit_quote | OAuth | Get a cross-chain deposit quote (fees plus expiry) for a chosen chain, asset, and amount. |
confirm_deposit_quote | OAuth | Confirm a quote and reveal the temporary deposit address plus QR to send funds to. |
check_deposit_status | OAuth | Check whether a cross-chain deposit has settled and credited the Deploy wallet. |
Earn
| Tool | Auth | Description |
|---|---|---|
deposit_to_agent | OAuth | Initiate a deposit into an agent, for example the Delta Neutral strategy. Validates balance, then hands off to the browser to sign. |
Exit
| Tool | Auth | Description |
|---|---|---|
withdraw_from_agent | OAuth | Exit the agent position and return funds to the Deploy wallet. Full-balance exit. |
withdraw_from_deploy | OAuth | Send idle USDC from the Deploy wallet to an external address on Arbitrum. |
Endpoint
https://mcp.deploy.finance/mcp
The MCP server speaks the Model Context Protocol. Any compatible client can connect to it directly. No SDK install is needed.