Give your AI agent a wallet. AgentFi provides 10 MCP tools for executing DeFi transactions on EVM chains (Ethereum, Base, Arbitrum, Polygon). Swap tokens, transfer assets, supply to Aave, check balances and prices — all policy-constrained and simulated before broadcast. Each agent gets a dedicated Safe smart wallet with MPC key management via Turnkey.
Server Config
{
"mcpServers": {
"agentfi": {
"command": "npx",
"args": [
"-y",
"@agentfi/mcp-server"
],
"env": {
"AGENTFI_API_URL": "https://api.agentfi.cc",
"AGENTFI_API_KEY": "YOUR_API_KEY"
}
}
}
}