chainlink-feeds-mcpServer

kukapay
GitHub
blockchainWeb3 & Decentralized Techprice feeds

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "chainlink-feeds-mcp": {
        "env": {
          "INFURA_API_KEY": "your_api_key_here"
        },
        "args": [
          "path/to/chainlink-feeds-mcp/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Claude DesktopMCP Inspector

Features

  • Query Latest Price
  • Query Price by Round ID
  • List Supported Chains
  • List All Feeds
  • List Feeds by Chain
  • Configurable Feeds

💬 Example Queries

  • What’s the latest FIL/ETH price on Ethereum?
  • Can you get the FDUSD/USD price for round ID 123 on Ethereum?
  • Which blockchain networks does this server support?
  • Can you list all the price feeds supported by the server?
  • What price feeds are available on the Base chain?