Chainlink Feeds MCP Server
An MCP server that provides real-time access to Chainlink's decentralized on-chain price feeds, optimized for seamless integration into AI agents and autonomous systems
Features
- Query Latest Price: Fetch the latest price for a specified price feed pair (e.g.,
FIL/ETH) on a given chain (e.g.,ethereum), including price, decimals, round ID, and timestamp. - Query Price by Round ID: Retrieve price data for a specific round ID (currently a placeholder due to on-chain historical data limitations).
- List Supported Chains: Get a comma-separated list of supported blockchain networks (e.g.,
ethereum,base). - List All Feeds: Retrieve a Markdown-formatted list of all chains and their price feed names (e.g.,
- ethereum: FIL/ETH,FDUSD/USD). - List Feeds by Chain: Obtain a comma-separated list of price feed names for a specific chain (e.g.,
FIL/ETH,FDUSD/USDforethereum). - Configurable Feeds: Define price feeds and RPC endpoints in a
feeds.jsonfile, supporting multiple chains and feed categories.






