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).
Run
npx -y @aarna-ai/mcp-server-atv
MCP client config
{
"mcpServers": {
"atv-sdk": {
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
]
}
}
}