
Maker Mcp
- Updated March 29, 2026
- junct-bot/maker-mcp
Maker MCP is a MCP server that offers ten Maker tools for lending rates, supply, and borrow data over a hosted streamable-http endpoint.
About
Maker MCP brings MakerDAO lending intelligence into Model Context Protocol clients through ten tools spanning rates, supply, and borrow-oriented data. developers designing DeFi SaaS, credit education agents, or internal treasury assistants can connect the remote server and let Claude Code or Cursor reason over current Maker parameters while implementing integrations, writing compliance-aware copy, or comparing stablecoin borrow strategies. The io.github.junct-bot/maker-mcp package is aimed at developers who want hosted MCP transport instead of maintaining Subgraph queries and ABI glue for every agent session. It accelerates discovery and documentation during Build but does not substitute for liquidation modeling, oracle risk analysis, or user-facing legal disclaimers. Pair it with bridge or staking MCP servers when your roadmap spans multiple Ethereum DeFi primitives in one agent stack.
- 10 MCP tools for lending rates, supply, borrow capacity, and related Maker market data
- Streamable-http hosted endpoint at maker.mcp.junct.dev
- Broader surface than swap-only MCPs—suited to collateral and rate comparison workflows
- Version 1.1.0 with schema-documented server metadata on GitHub
- Supports agent-assisted specs for borrowing flows without replacing formal risk modeling
Maker Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http maker-mcp https://maker.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/maker-mcp ↗ |
What it does
Expose Maker lending rates, supply, and borrow metrics to your agent while building DeFi lending UX, risk dashboards, or educational copilots.
Who is it for?
Best when you're building Maker-aware agents, rate monitors, or onboarding flows that need frequent lending and supply lookups during development.
Skip if: Production risk engines that require audited subgraph pipelines only, or non-crypto products with no lending domain.
What you get
With Maker MCP registered, your agent can fetch structured lending and borrow metrics as you design integrations and user-facing explanations.
- Ten-tool Maker lending data channel for development-time agent queries
- Sharper borrow and supply messaging grounded in tool results
- Documented remote MCP entry for maker-mcp v1.1.0
By the numbers
- 10 MCP tools for lending rates, supply, and borrow data
- Streamable-http remote at https://maker.mcp.junct.dev/mcp
- Repository github.com/junct-bot/maker-mcp, version 1.1.0
README.md
Maker MCP Server
MCP server for Maker. Agent-ready API for Maker.
Hosted at maker.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": {
"maker": {
"url": "https://maker.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Maker API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Maker
- Endpoint:
https://maker.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: maker.mcp.junct.dev/llms.txt
- Server card: maker.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Maker, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
Maker protocol data MCP, not a smart-contract deployment or liquidation bot skill.
FAQ
Who is Maker MCP for?
It is for developers wiring AI agents or backends to MakerDAO lending metrics—rates, supply, and borrow-related data—during DeFi product builds.
When should I use Maker MCP?
Use it in Build when drafting borrow calculators, agent FAQs on DAI collateral, or integration tests that need live Maker market fields.
How do I add Maker MCP to my agent?
Configure https://maker.mcp.junct.dev/mcp as a streamable-http MCP server in Claude Code, Cursor, or another MCP client, then use the ten Maker tools from your workflow.