Loading MCP server directory, please wait...
AI agent access to on-chain DeFi data: wallet balances, Aave v3 positions, token prices.
npx @getmcp/cli add io.github.matiosera3-ops/defi-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
POLYGON_RPC_URLRPC URL for Polygon (e.g. from Alchemy or Infura)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.matiosera3-ops/defi-mcp": {
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": ""
}
}
}
}