Atv MCP Server

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

Remote serverstreamable-httpTypeScript

What is the Atv MCP server?

Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios. The atv mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

What it actually does

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.

Its toolset

Everything the assistant can do here goes through one of these:

  • Cursor — The Cursor tool exposed by this server
  • Analytics — The Analytics tool exposed by this server
  • Unauthenticated — The Unauthenticated tool exposed by this server
  • Prerequisites — The Prerequisites tool exposed by this server
  • Setup — The Setup tool exposed by this server
  • Build — The Build tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need 8 environment variables: YOUR_API_KEY, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, DATABASE_URL, REDIS_URL, STRAPI_URL, STRAPI_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 20+ - pnpm - PostgreSQL - Redis

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Atv's toolset — Cursor, Analytics, Unauthenticated and 3 more — is a fair guide to whether it matches your workflow. It is maintained by aarna-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the atv mcp server does with a few real requests.

Available tools

ToolWhat it does
CursorThe Cursor tool exposed by this server.
AnalyticsThe Analytics tool exposed by this server.
UnauthenticatedThe Unauthenticated tool exposed by this server.
PrerequisitesThe Prerequisites tool exposed by this server.
SetupThe Setup tool exposed by this server.
BuildThe Build tool exposed by this server.

How to install the Atv MCP server

{
  "mcpServers": {
    "atv": {
      "url": "https://atv-api.aarna.ai/mcp",
      "headers": { "x-api-key": "YOUR_API_KEY" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 20+ - pnpm - PostgreSQL - Redis
VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes
AWS_ACCESS_KEY_IDCredential the server authenticates with.Yes
AWS_SECRET_ACCESS_KEYCredential the server authenticates with.Yes
AWS_DEFAULT_REGIONConfiguration value read at startup.Optional
DATABASE_URLEndpoint or connection string the server talks to.Yes
REDIS_URLEndpoint or connection string the server talks to.Yes
STRAPI_URLEndpoint or connection string the server talks to.Yes
STRAPI_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Atv to Cursor.
  • Use Atv to Analytics.
  • Use Atv to Unauthenticated.

Frequently asked questions

It connects Atv to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Cursor, Analytics, Unauthenticated, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Atv directly.