6 hours ago
AI agent access to on-chain DeFi data: wallet balances, Aave v3 positions, token prices via Chainlink. No centralized API.
Server Config
{
"mcpServers": {
"defi-mcp": {
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<YOUR_POLYGON_RPC_URL>"
}
}
}
}