
Aave Mcp
- Updated March 29, 2026
- junct-bot/aave-mcp
io.github.junct-bot/aave-mcp is a MCP server that exposes six tools for Aave lending rates, supply, and borrow data over streamable HTTP.
About
io.github.junct-bot/aave-mcp is a remote Model Context Protocol server that exposes six tools for querying Aave lending rates, supply positions, and borrow market data. Developers shipping with Claude Code, Cursor, or Codex can register the streamable-http endpoint so the agent fetches current protocol figures while brainstorming DeFi dashboards, treasury bots, or educational content instead of hand-copying stats from a browser. The server is maintained by junct-bot, published at version 1.1.0, and documented on the project website with repository links for audit. It is a read-oriented integration rather than a wallet or transaction skill, which keeps setup limited to MCP client configuration. Use it during early research and validation when you need trustworthy on-chain lending metrics in prompts, and again when you refine pricing or analytics narratives for crypto-native users.
- Six MCP tools focused on Aave lending rates, supply, and borrow data
- Hosted streamable-http remote at aave.mcp.junct.dev—no local chain node required
- Version 1.1.0 with GitHub source at junct-bot/aave-mcp
- Fits agent workflows that compare pools and rates during spec and copy drafting
- Pairs with other junct finance MCP servers for multi-protocol research
Aave Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http aave-mcp https://aave.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/aave-mcp ↗ |
What it does
Wire your agent to live Aave lending, supply, and borrow data when researching or building DeFi-related products.
Who is it for?
Best when you're exploring DeFi product ideas, yield comparisons, or agent-assisted research memos grounded in live Aave stats.
Skip if: Skip if you need trade execution, wallet signing, or full portfolio management without a separate execution layer.
What you get
After you add the remote MCP URL, your agent can call structured Aave market data inside the same thread where you research and plan the product.
- Agent-callable Aave rate and market snapshots in chat
- Structured protocol data for specs, comparisons, and copy drafts
- Repeatable research workflow without manual site scraping
By the numbers
- 6 Aave-focused MCP tools
- Server version 1.1.0
- Streamable-http remote endpoint
README.md
Aave MCP Server
MCP server for Aave. Agent-ready API for Aave.
Hosted at aave.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for web3.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"aave": {
"url": "https://aave.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Aave API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints.
- Protocol: Aave
- Endpoint:
https://aave.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: aave.mcp.junct.dev/llms.txt
Links
Keywords: Aave, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol
Recommended MCP Servers
How it compares
Remote finance data MCP server, not an on-chain transaction skill or generic web scraper.
FAQ
Who is io.github.junct-bot/aave-mcp for?
It is for developers and small teams using MCP-capable coding agents who need Aave lending and borrow metrics while researching or writing DeFi-related software.
When should I use io.github.junct-bot/aave-mcp?
Use it when you are in the research or validation phase and want six focused tools for rates and supply or borrow data without building your own Aave indexer.
How do I add io.github.junct-bot/aave-mcp to my agent?
Register the streamable-http remote URL https://aave.mcp.junct.dev/mcp in your MCP client (Claude Code, Cursor, Codex, or compatible hosts) per your editor’s MCP settings.