Odel
atv sdk

atv sdk

Local
@aarna-aiTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aarna-ai/mcp-server-atvv1.0.1

Run

npx -y @aarna-ai/mcp-server-atv

MCP client config

{
  "mcpServers": {
    "atv-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@aarna-ai/mcp-server-atv"
      ]
    }
  }
}