aarna-ai/atv-sdk
SDK to use ATV
Platform-specific configuration:
{
"mcpServers": {
"atv-sdk": {
"command": "npx",
"args": [
"-y",
"atv-sdk"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@aarna-ai/mcp-server-atv) [](https://www.npmjs.com/package/@aarna-ai/mcp-server-atv) [](https://smithery.ai/servers/aarna-ai/atv) [](https://registry.modelcontextprotocol.io/servers/io.github.aarna-ai/atv) [](https://opensource.org/licenses/MIT) [](https://www.typescriptlang.org/) [](https://github.com/aarna-ai/atv-sdk)
AI-native access to Aarna's tokenized yield vaults on Ethereum and Base. 20 tools for vault discovery, performance metrics, transaction building, and portfolio tracking.
API Base URL: https://atv-api.aarna.ai MCP Endpoint: https://atv-api.aarna.ai/mcp (Streamable HTTP) API Docs: https://atv-api.aarna.ai/docs
The hosted API at https://atv-api.aarna.ai is available to anyone with a valid API key. All requests require an x-api-key header.
To get an API key, reach out to us at dev@aarnalab.dev.
Once you have your API key, add the config to your client:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"atv": {
"url": "https://atv-api.aarna.ai/mcp",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}claude mcp add atv --transport http https://atv-api.aarna.ai/mcp --header "x-api-key: YOUR_API_KEY"Create .cursor/mcp.json in your project
Loading reviews...