
Euler Mcp
- Updated March 29, 2026
- junct-bot/euler-mcp
io.github.junct-bot/euler-mcp is a MCP server that provides 39 tools for Euler lending rates, supply, and borrow data to your agent.
About
io.github.junct-bot/euler-mcp exposes Euler Finance lending protocol data through the Model Context Protocol so developers shipping with AI coding agents can reason over live rates, supply, and borrow dynamics without scraping dashboards manually. The catalog lists thirty-nine tools, which makes it practical for founders validating a yield-aggregator concept, writing integration tests against real market parameters, or documenting risk metrics in a README generated by the agent. Placement on the Build → Integrations shelf reflects how you actually use it: registered as a remote MCP server while you implement backends, alerting, or internal research copilots. It complements generic on-chain explorers by speaking Euler’s lending semantics directly. You should understand DeFi basics and treat data as informational—confirm on-chain before any user-facing financial advice or automated transactions. Hosted HTTP remotes reduce ops burden for indies who do not want to run another local MCP process on a laptop.
- 39 MCP tools focused on Euler lending rates, supply, and borrow data
- Remote streamable HTTP endpoint at euler.mcp.junct.dev
- Version 1.1.0 with GitHub source at junct-bot/euler-mcp
- Helps compare markets and utilization while coding agent-driven DeFi features
- Finance-oriented MCP—not a trade execution wallet connector
Euler Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http euler-mcp https://euler.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/euler-mcp ↗ |
What it does
Pull Euler lending market rates, supply, and borrow stats into your agent while building DeFi dashboards or risk checks.
Who is it for?
Best when you're wiring DeFi analytics, rate monitors, or educational agents that need Euler lending metrics during implementation.
Skip if: Skip if you only need generic ETH transfers or and require guaranteed low-latency execution paths without third-party hosted MCP.
What you get
You get structured Euler market and borrow/supply queries through MCP so DeFi integration code and docs stay grounded in current protocol data.
- 39 agent tools for Euler lending and market data
- Grounded prompts and code for rate/supply/borrow features
- Less custom DeFi API glue in your project
By the numbers
- 39 MCP tools for lending rates, supply, and borrow data
- Server version 1.1.0
- Hosted remote: euler.mcp.junct.dev
README.md
Euler MCP Server
MCP server for Euler. Agent-ready API for Euler.
Hosted at euler.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": {
"euler": {
"url": "https://euler.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Euler API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Euler
- Endpoint:
https://euler.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: euler.mcp.junct.dev/llms.txt
- Server card: euler.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Euler, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
Euler-specific lending data MCP—not Etherscan explorer coverage or a local Hardhat dev skill.
FAQ
Who is euler-mcp for?
Developers and agent users building DeFi tools who want Euler lending, supply, and borrow figures available as MCP tools in Claude Code or similar clients.
When should I use euler-mcp?
Use it while integrating or prototyping features that display or reason about Euler markets, utilization, or borrow/supply stats inside your codebase or agent workflows.
How do I add euler-mcp to my agent?
Add remote MCP URL https://euler.mcp.junct.dev/mcp with type streamable-http in your agent MCP settings, then verify the 39 Euler tools load after restart.