MCP Server
MCP
io.github.matiosera3-ops/defi-mcp
AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.
Install
uvx defi-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "defi-mcp",
"version": "0.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RPC URL for Polygon (e.g. from Alchemy or Infura)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POLYGON_RPC_URL"
},
{
"description": "RPC URL for Arbitrum One (e.g. from Alchemy or Infura)",
"format": "string",
"isSecret": true,
"name": "ARBITRUM_RPC_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment