chainlink-feeds-mcp
Related Servers
Alternatives to chainlink-feeds-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceMCP server providing agent-ready access to Chainlink's API for DeFi and crypto tools.-
- 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
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI agents direct, on-chain access to DeFi data on EVM chains — wallet balances, Aave v3 lending positions, and live token prices, with no centralized API in the middle.1MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents real-time access to DeFi across multiple chains, enabling non-custodial crypto trading, portfolio queries, and transaction execution.147MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents.85MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that delivers real-time token prices from Uniswap V3 across multiple chains.3MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no ambiguity. getLatestPrice fetches current prices, listSupportedChains lists networks, listSupportedFeeds provides detailed feed information, listSupportedFeedsByChain filters feeds by chain, and queryPriceByRound handles historical queries. The descriptions clearly differentiate their scopes and use cases.
The naming is mostly consistent with a clear verb_noun pattern (e.g., getLatestPrice, listSupportedChains), but there is a minor deviation with queryPriceByRound which uses 'query' instead of 'get' or 'list'. This slight inconsistency does not significantly hinder readability or predictability.
With 5 tools, the count is well-scoped for a Chainlink price feeds server. Each tool earns its place by covering essential operations like fetching prices, listing supported chains and feeds, and querying historical data, without being overly sparse or bloated.
The tool set provides strong coverage for the domain of Chainlink price feeds, including current and historical price queries, and listing supported networks and feeds. A minor gap exists in the placeholder note for queryPriceByRound due to historical data limitations, but core workflows are well-covered without significant dead ends.