
Compound Mcp
- Updated March 29, 2026
- junct-bot/compound-mcp
io.github.junct-bot/compound-mcp is a MCP server that exposes eight tools for Compound lending rates, supply, and borrow data over streamable HTTP.
About
io.github.junct-bot/compound-mcp is a hosted Model Context Protocol server that packages Compound finance data into eight agent-callable tools. developers shipping DeFi analytics, treasury assistants, or internal research bots can register the remote URL and ask Claude Code, Cursor, or Codex to compare supply and borrow conditions without hand-rolling subgraph queries each session. The integration sits in the build phase because you typically add it while wiring third-party data into a backend, CLI, or agent skill—not during pure ideation. It also supports pricing checks when you are sanity-checking yield assumptions before committing to a product direction. Expect finance-category tooling: rates and utilization context for lending markets, not trade execution or wallet signing. Complexity is intermediate if you already run MCP remotes; beginners can still connect via the documented HTTP transport once their client supports streamable HTTP.
- Eight MCP tools covering lending rates, market supply, and borrow-side data
- Hosted streamable-HTTP endpoint at compound.mcp.junct.dev—no local chain node required
- Version 1.1.0 server schema aligned with Model Context Protocol 2025-12-11
- GitHub source at junct-bot/compound-mcp for auditing the remote implementation
- Suited for agent-assisted due diligence and UI prototypes that cite live Compound markets
Compound Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http compound-mcp https://compound.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/compound-mcp ↗ |
What it does
Let your coding agent pull Compound lending rates, supply, and borrow metrics while you build DeFi dashboards or yield-comparison tools.
Who is it for?
Best when you're prototyping lending dashboards, yield bots, or research agents that need structured Compound data without maintaining your own indexer.
Skip if: Skip if you need guaranteed mainnet write access, private mempool execution, or institutional compliance workflows—this server is read-oriented market data via MCP.
What you get
After you add the remote MCP URL, your agent can quote live Compound supply, borrow, and rate context inside planning chats and integration code.
- Eight registered Compound data tools available to your agent
- Agent-readable lending rate and supply/borrow context in chat and codegen sessions
- Repeatable remote endpoint instead of one-off subgraph scripts
By the numbers
- 8 MCP tools for lending, supply, and borrow data
- Server version 1.1.0
- Remote URL: https://compound.mcp.junct.dev/mcp
README.md
Compound MCP Server
MCP server for Compound. Agent-ready API for Compound.
Hosted at compound.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": {
"compound": {
"url": "https://compound.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Compound API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Compound
- Endpoint:
https://compound.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: compound.mcp.junct.dev/llms.txt
- Server card: compound.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Compound, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
Remote finance-data MCP server, not a Compound smart-contract deployment skill or a local Hardhat workflow.
FAQ
Who is io.github.junct-bot/compound-mcp for?
Developers building AI-assisted DeFi tools who want Compound lending metrics inside Claude Code, Cursor, or other MCP clients without custom subgraph glue.
When should I use io.github.junct-bot/compound-mcp?
Use it during build and validate when you need live supply, borrow, or rate context for prototypes, agent research, or integration code against Compound markets.
How do I add io.github.junct-bot/compound-mcp to my agent?
Register the streamable-HTTP remote https://compound.mcp.junct.dev/mcp in your MCP client config per the server.json entry, then restart the client so the eight tools appear.