
Chainlink Mcp
- Updated March 29, 2026
- junct-bot/chainlink-mcp
io.github.junct-bot/chainlink-mcp is a MCP server that exposes 35 Chainlink price-feed and oracle data tools to your agent over streamable HTTP.
About
io.github.junct-bot/chainlink-mcp is a remote Model Context Protocol server that exposes 35 tools for Chainlink price feeds and oracle-related data so your agent can query canonical market inputs while you code. Developers shipping Web3 dashboards, alerting bots, or SaaS that needs trustworthy off-chain prices install it when integration work beats copying static CSVs or hand-rolling RPC calls. The server publishes a streamable-http remote at https://chainlink.mcp.junct.dev/mcp, which keeps setup light compared with cloning and running a local MCP binary. It sits in the Build → Integrations journey shelf because the payoff is faster wiring of feed addresses, network context, and oracle workflows inside the same session where you edit contracts or backends. Pair it with your own validation and monitoring skills for production; this MCP is the live data bridge, not a security audit or deployment pipeline.
- 35 MCP tools for Chainlink price feeds and oracle-oriented data
- Hosted streamable HTTP endpoint at chainlink.mcp.junct.dev—no local server process required
- Version 1.1.0 with server.schema.json 2025-12-11 metadata
- Open-source repo at github.com/junct-bot/chainlink-mcp
- Purpose-built for agents (Claude Code, Cursor, Codex) calling feeds during implementation
Chainlink Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http chainlink-mcp https://chainlink.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/chainlink-mcp ↗ |
What it does
Give your coding agent live Chainlink price-feed and oracle lookups while you build DeFi, trading, or on-chain apps.
Who is it for?
Best when you're creating DeFi features, price displays, or oracle-dependent logic and want agent-driven Chainlink lookups during integration sprints.
Skip if: Skip if you need guaranteed SLAs, private RPC, or regulated trade execution without your own compliance stack—this is a public remote data MCP, not a brokerage.
What you get
Your agent can fetch Chainlink-oriented feed and oracle data in-thread so integrations and prototypes stay aligned with live on-chain pricing sources.
- In-session Chainlink price-feed and oracle queries via 35 MCP tools
- Faster integration scaffolding for feed-dependent features
- Documented remote endpoint aligned with MCP server schema 2025-12-11
By the numbers
- 35 MCP tools (per server description)
- Server version 1.1.0
- Transport: streamable-http remote
README.md
Chainlink MCP Server
MCP server for Chainlink. Agent-ready API for Chainlink.
Hosted at chainlink.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": {
"chainlink": {
"url": "https://chainlink.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Chainlink API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Chainlink
- Endpoint:
https://chainlink.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: chainlink.mcp.junct.dev/llms.txt
- Server card: chainlink.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Chainlink, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
Remote MCP market-data integration with 35 Chainlink tools, not a local agent skill or smart-contract deployer.
FAQ
Who is io.github.junct-bot/chainlink-mcp for?
Developers and small teams using AI coding agents to build apps that depend on Chainlink price feeds or oracle context.
When should I use io.github.junct-bot/chainlink-mcp?
During Build → Integrations when you need live Chainlink feed and oracle data while implementing backends, bots, or Web3-facing features.
How do I add io.github.junct-bot/chainlink-mcp to my agent?
Register the streamable-http remote URL https://chainlink.mcp.junct.dev/mcp in your MCP client (Claude Code, Cursor, or another compatible host) per your tool’s remote-server docs.