AgentStore
All apps
🔗
Data & Analytics

Chainlink Feeds MCP

Chainlink onchain price feeds MCP

🔗kukapay·AgentStore Score 7.3
GitHubCompare
GitHub ⭐
28
Editor's take

Chainlink is the canonical decentralized oracle. When the agent needs a "verifiable onchain price," Chainlink feeds is the standard.

Hand-written by the AgentStore research team from docs + code + live usage data

About

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

From the project README
Key capabilities
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/USD for ethereum).
Configurable Feeds — Define price feeds and RPC endpoints in a feeds.json file, supporting multiple chains and feed categories.

Install

Pick your runtime, copy the snippet, paste it into your client config.

{
  "mcpServers": {
    "chainlink-feeds-mcp": {
      "command": "npx",
      "args": ["-y", "chainlink-feeds-mcp"]
    }
  }
}
Prerequisites
  • ·Node.js 20+
  • ·An MCP-compatible client

Project pulse

Live from GitHub — see if the project is actually maintained.

Language
JavaScript
License
MIT
Contributors
2
Open issues
2
Created
Apr 2025

How it compares

Position among 44 tools in the data category

By calls
#25/ 44
top 55%
By stars
#31/ 44
top 68%
By AgentStore Score
#30/ 44
top 66%

Security profile

Open source
Yes
Audited
No
Key handling
Local
Paid
Free

Similar tools