← Back to Plugins
MCP Server MCP

io.github.aarna-ai/atv

github By github 👁 1 views ▲ 0 votes

Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios.

Homepage Verified source GitHub

Install

npx -y @aarna-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aarna-ai/mcp-server-atv",
      "version": "1.0.1",
      "transport": {
        "type": "streamable-http",
        "url": "https://atv-api.aarna.ai/mcp"
      },
      "environmentVariables": [
        {
          "description": "API key for authenticating with the ATV API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ATV_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...