chainlink-mcp
Server Details
Chainlink - 35 tools for price feeds and oracle data
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- junct-bot/chainlink-mcp
- GitHub Stars
- 0
- Server Listing
- Chainlink MCP Server
TDQS
Scored across 35 tools
Most tools have distinct purposes, but there is some overlap between getRoundData, latestRoundData, proposedGetRoundData, and proposedLatestRoundData, which could cause confusion about when to use each. However, the descriptions clarify the differences between current and proposed feeds, and read vs. write functions are clearly separated.
The naming follows a consistent camelCase pattern throughout, with clear verb-object structures (e.g., getAnswer, proposeFeed). Minor deviations include acceptOwnership (verb only) and event names like AccessControllerSet (noun-verb), but overall the convention is predictable and readable.
With 35 tools, the count is excessive for a single contract interface, making it overwhelming and difficult for an agent to navigate efficiently. While it covers many functions, a more focused set with 10-20 tools would be more manageable and appropriate for the domain.
The tool set provides comprehensive coverage for interacting with a Chainlink price feed contract, including read functions for data retrieval, write functions for management, and event subscriptions. All essential operations (e.g., getting prices, managing feeds, ownership transfers) are covered without obvious gaps.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
41 tool updates
- Removed
accessController - Added
AccessControllerSet - Removed
aggregator - Removed
AnswerUpdated - Removed
confirmAggregator - Added
confirmFeed - Changed
decimals3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Changed
description3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Added
FeedConfirmed - Added
FeedProposed - Added
getAccessController - Changed
getAnswer5 fields changed- removed
Input schema / properties / _roundIdRemoved value: -{ - "description": "uint256 (uint256, pass as decimal string).", - "type": "string" -} - added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / roundIdAdded value: +{ + "description": "uint256 (uint256, pass as decimal string).", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "_roundId" -]New value: +[ + "base", + "quote", + "roundId" +]
- Added
getCurrentPhaseId - Added
getFeed - Added
getNextRoundId - Added
getPhase - Added
getPhaseFeed - Added
getPhaseRange - Added
getPreviousRoundId - Added
getProposedFeed - Changed
getRoundData3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "_roundId" -]New value: +[ + "base", + "quote", + "_roundId" +]
- Added
getRoundFeed - Changed
getTimestamp5 fields changed- removed
Input schema / properties / _roundIdRemoved value: -{ - "description": "uint256 (uint256, pass as decimal string).", - "type": "string" -} - added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / roundIdAdded value: +{ + "description": "uint256 (uint256, pass as decimal string).", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "_roundId" -]New value: +[ + "base", + "quote", + "roundId" +]
- Added
isFeedEnabled - Changed
latestAnswer3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Changed
latestRound3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Changed
latestRoundData3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Changed
latestTimestamp3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Removed
NewRound - Removed
phaseAggregators - Removed
phaseId - Removed
proposeAggregator - Removed
proposedAggregator - Changed
proposedGetRoundData5 fields changed- removed
Input schema / properties / _roundIdRemoved value: -{ - "description": "uint80 (uint80, pass as decimal string).", - "type": "string" -} - added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / roundIdAdded value: +{ + "description": "uint80 (uint80, pass as decimal string).", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "_roundId" -]New value: +[ + "base", + "quote", + "roundId" +]
- Changed
proposedLatestRoundData3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
- Added
proposeFeed - Added
setAccessController - Removed
setController - Changed
transferOwnership3 fields changed- removed
Input schema / properties / _toRemoved value: -{ - "description": "address (Ethereum address, 0x-prefixed).", - "type": "string" -} - added
Input schema / properties / toAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "_to" -]New value: +[ + "to" +]
- Added
typeAndVersion - Changed
version3 fields changed- added
Input schema / properties / baseAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / properties / quoteAdded value: +{ + "description": "address (Ethereum address, 0x-prefixed).", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "base", + "quote" +]
27 tool updates
- First observed
acceptOwnership - First observed
accessController - First observed
aggregator - First observed
AnswerUpdated - First observed
confirmAggregator - First observed
decimals - First observed
description - First observed
getAnswer - First observed
getRoundData - First observed
getTimestamp - First observed
latestAnswer - First observed
latestRound - First observed
latestRoundData - First observed
latestTimestamp - First observed
NewRound - First observed
owner - First observed
OwnershipTransferred - First observed
OwnershipTransferRequested - First observed
phaseAggregators - First observed
phaseId - First observed
proposeAggregator - First observed
proposedAggregator - First observed
proposedGetRoundData - First observed
proposedLatestRoundData - First observed
setController - First observed
transferOwnership - First observed
version
Related MCP Connectors
Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions.
Chainlink tools over MCP: CCIP cross-chain, data feeds, data streams, VRF, proof of reserve.
XRPLOracle - 31 XRP Ledger tools: payments, DEX, AMM, hooks, NFTs, validators, DIDs.
Synthetix - 22 tools for data, metrics, and on-chain analytics
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Chainlink's decentralized oracle network, providing access to real-time price feeds, serverless functions, smart contract automation, verifiable randomness, cross-chain messaging, and proof of reserve across multiple blockchain networks.-
- AlicenseAqualityBmaintenanceOn-chain crypto indicators (EMA, RSI, VWAP, Bollinger) via Chainlink oracles.181MIT
- FlicenseNot gradedqualityDmaintenanceMCP server providing real-time crypto price feeds from Pyth Network, Chainlink, and Uniswap v3 10 tools for LLM agents and AI workflows.-
- AlicenseAqualityBmaintenanceMCP server providing on-chain price oracle data from Chainlink and Pyth Network, with tools for latest and historical prices, feed discovery, and staleness flags. No API keys required; uses free public RPCs and Hermes API.7MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.