← Back to Plugins
MCP Server MCP

io.github.matiosera3-ops/defi-mcp

github By github 👁 1 views ▲ 0 votes

AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...