
Aarna Mcp
- Updated March 29, 2026
- junct-bot/aarna-mcp
Aarna is a MCP server that exposes 34 DeFi tools for swap quotes, liquidity pools, and trading data over hosted HTTP.
About
Aarna MCP is a hosted DeFi integration that packs 34 tools for swap quotes, liquidity pool insight, and trading data into a single streamable-http endpoint. developers prototyping crypto agents, portfolio copilots, or market scanners can register the remote server instead of hand-wrapping each DEX or analytics API. It belongs in Build → Integrations because it is an external financial data plane, not launch marketing or production monitoring. Advanced complexity: on-chain semantics, slippage, and compliance vary by jurisdiction. Use when you already target DeFi workflows; skip if you build unrelated SaaS. quantFacts center on the advertised 34-tool surface and v1.1.0 release.
- 34 MCP tools covering swap quotes, liquidity pools, and trading data
- Hosted streamable-http at aarna.mcp.junct.dev/mcp
- Version 1.1.0 with public GitHub source (junct-bot/aarna-mcp)
- Remote-first—no local npm stdio package in server manifest
Aarna Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http aarna-mcp https://aarna.mcp.junct.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | March 29, 2026 |
| Repository | junct-bot/aarna-mcp ↗ |
What it does
Wire DeFi trading intelligence into your agent with 34 MCP tools for swaps, liquidity pools, and market data from Aarna.
Who is it for?
Best when you're shipping DeFi or trading copilot agents and want a pre-built MCP tool suite via junct.dev hosting.
Skip if: Non-crypto products, beginners unfamiliar with wallets and DeFi risk, or teams that require fully self-hosted MCP only.
What you get
After you add the Aarna remote MCP, your agent can call a unified 34-tool DeFi toolkit for quotes and pool data.
- Access to 34 DeFi-oriented MCP tools from one endpoint
- Agent-ready swap and liquidity queries for prototype trading features
By the numbers
- 34 tools
- Server version 1.1.0
- Remote URL: https://aarna.mcp.junct.dev/mcp
README.md
Aarna MCP Server
MCP server for Aarna. Agent-ready API for Aarna.
Hosted at aarna.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for the crypto stack.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"aarna": {
"url": "https://aarna.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Aarna API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Aarna
- Endpoint:
https://aarna.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: aarna.mcp.junct.dev/llms.txt
- Server card: aarna.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Aarna, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
Hosted DeFi data MCP with 34 tools, not a single-chain wallet skill or traditional brokerage API wrapper.
FAQ
Who is io.github.junct-bot/aarna-mcp for?
Developers building AI agents that need swap quotes, liquidity pool context, and trading data across DeFi use cases.
When should I use io.github.junct-bot/aarna-mcp?
Use it while building integrations for crypto trading, routing, or analytics features powered by an MCP client.
How do I add io.github.junct-bot/aarna-mcp to my agent?
Register https://aarna.mcp.junct.dev/mcp as a remote streamable-http MCP server in Claude Code, Cursor, or your compatible client.