Skip to main content
Glama
rileybuilds

oracle-feeds-mcp

by rileybuilds

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getChainlinkPriceA

Fetches the latest on-chain Chainlink price for a pair on a supported chain (e.g. ETH/USD on ethereum). Flags the result as stale if the feed's own on-chain timestamp is older than 1 hour.

getChainlinkRoundPriceA

Fetches a specific historical Chainlink round via getRoundData(roundId) — a real historical lookup, not a re-fetch of the latest round.

listChainlinkFeedsA

Lists all supported chains and Chainlink pairs in this server's curated registry.

getPythPriceA

Fetches the latest price from Pyth Network's Hermes API for a symbol (e.g. SOL/USD) or a raw Pyth feed ID. Pyth's catalog covers far more assets than a static registry, including many not on Chainlink.

getPythHistoricalPriceA

Fetches Pyth's price as of a specific unix timestamp (seconds).

searchPythFeedsA

Searches Pyth Network's live feed catalog by symbol substring (e.g. 'SOL' or 'gold'). Useful for discovering feed coverage beyond this server's curated Chainlink list.

listSupportedChainsA

Lists blockchain networks with curated Chainlink feed coverage in this server.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rileybuilds/oracle-feeds-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server