Skip to content

Commit 8a04175

Browse files
sai-aarnaclaude
andcommitted
feat: add mcpName and update server.json for MCP Registry publishing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fca3f22 commit 8a04175

2 files changed

Lines changed: 27 additions & 31 deletions

File tree

packages/mcp-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@aarna-ai/mcp-server-atv",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
4+
"mcpName": "io.github.aarna-ai/atv",
45
"description": "MCP server connector for ATV — AI-native access to Aarna's DeFi yield vaults on Ethereum and Base",
56
"keywords": [
67
"mcp",

server.json

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
11
{
2-
"name": "atv",
3-
"display_name": "ATV — DeFi Yield Vaults",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.aarna-ai/atv",
44
"description": "AI-native access to Aarna's tokenized DeFi yield vaults. Query vault performance (NAV, TVL, APY), build deposit/withdraw/stake transactions, and track portfolio positions across Ethereum and Base.",
5-
"vendor": "Aarna",
6-
"homepage": "https://aarna.ai",
7-
"repository": "https://github.com/aarna-ai/atv-sdk",
8-
"license": "MIT",
9-
"transport": {
10-
"type": "streamable-http",
11-
"url": "https://atv-api.aarna.ai/mcp",
12-
"authentication": {
13-
"type": "header",
14-
"header_name": "x-api-key"
15-
}
5+
"repository": {
6+
"url": "https://github.com/aarna-ai/atv-sdk",
7+
"source": "github"
168
},
17-
"tools_count": 19,
18-
"categories": ["defi", "finance", "blockchain"],
19-
"tags": [
20-
"yield",
21-
"vault",
22-
"ethereum",
23-
"base",
24-
"usdc",
25-
"pendle",
26-
"erc-4626",
27-
"deposit",
28-
"withdraw",
29-
"apy",
30-
"tvl",
31-
"nav",
32-
"mcp",
33-
"ai-agent"
9+
"version": "1.0.1",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "@aarna-ai/mcp-server-atv",
14+
"version": "1.0.1",
15+
"transport": {
16+
"type": "streamable-http",
17+
"url": "https://atv-api.aarna.ai/mcp"
18+
},
19+
"environmentVariables": [
20+
{
21+
"description": "API key for authenticating with the ATV API",
22+
"isRequired": true,
23+
"format": "string",
24+
"isSecret": true,
25+
"name": "ATV_API_KEY"
26+
}
27+
]
28+
}
3429
]
3530
}

0 commit comments

Comments
 (0)