A

ATV by Aarna

Provides access to Aarna's DeFi tokenized yield vaults for querying performance, building transactions, and tracking portfolios.

ATV·No reviews yet
Repo Docs
Share:

About

Provides access to Aarna's DeFi tokenized yield vaults for querying performance, building transactions, and tracking portfolios.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ATV by Aarna.

What is the ATV by Aarna MCP?
The ATV by Aarna MCP provides access to Aarna's DeFi tokenized yield vaults. It enables querying performance data, constructing transactions, and monitoring portfolio activities within the DeFi ecosystem.
How can I install the ATV by Aarna MCP in a client?
Installation in an MCP client typically involves specifying the server's transport and location. For ATV by Aarna, the transport is stdio, meaning it communicates via standard input/output. Refer to your client's documentation for exact integration steps.
Does the ATV by Aarna MCP require an API key or other credentials?
No, the ATV by Aarna MCP does not require an API key, OAuth, or any other credentials for authentication. Its authentication type is listed as 'none'.
What capabilities does the ATV by Aarna MCP offer?
This MCP allows users to query performance metrics of DeFi tokenized yield vaults. It also facilitates the building of transactions and the tracking of portfolio information related to these vaults.
Is there a cost associated with using the ATV by Aarna MCP?
The licensing and cost structure for the ATV by Aarna MCP are not directly provided. It is best to consult the official Aarna website or documentation for detailed information on any potential costs or licensing requirements.
What is a prerequisite for using the ATV by Aarna MCP?
A key prerequisite for using this MCP is an understanding of DeFi principles and tokenized yield vaults. Users should be familiar with how to interpret performance data and manage transactions in this domain.

Install ATV by Aarna

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "atv-by-aarna": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-atv-by-aarna"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "atv-by-aarna": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-atv-by-aarna"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "atv-by-aarna": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-atv-by-aarna"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.