# io.github.rileybuilds/oracle-feeds-mcp (mcpb · oracle-feeds-mcp.mcpb)

On-chain price oracles: Chainlink (5 chains) + Pyth, staleness-flagged, no forced RPC key.

- Trust score: 62/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- mcpb · `oracle-feeds-mcp.mcpb`: 62/100 (this document), [markdown](https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe.md), [page](https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/rileybuilds/oracle-feeds-mcp/releases/download/v0.1.0/oracle-feeds-mcp.mcpb`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 23/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 110 of 110 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 31 of 110 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 39 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 442 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 87/100
  - Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/rileybuilds/oracle-feeds-mcp/releases/download/v0.1.0/oracle-feeds-mcp.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 61, −2)

- [functional] Stability: pass → 0.80

### 2026-09-17 (score 63, 0)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 61, −2)

- [functional] Stability: pass → 0.80

### 2026-09-10 (score 63, 0)

- [security] Stability: 0.97 → pass

### 2026-09-09 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (7)

### `getChainlinkPrice` (~93 tokens)

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.

Input parameters:

- `chain` (string, required): Chain name, e.g. ethereum, base, arbitrum, polygon, optimism
- `pair` (string, required): Feed pair, e.g. ETH/USD

### `getChainlinkRoundPrice` (~94 tokens)

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

Input parameters:

- `chain` (string, required): Chain name, e.g. ethereum, base, arbitrum, polygon, optimism
- `pair` (string, required): Feed pair, e.g. ETH/USD
- `roundId` (string, required): Chainlink round ID as a string

### `listChainlinkFeeds` (~25 tokens)

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

### `getPythPrice` (~86 tokens)

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.

Input parameters:

- `symbol` (string, required): Symbol, e.g. SOL/USD, or a 64-hex-char Pyth feed ID

### `getPythHistoricalPrice` (~64 tokens)

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

Input parameters:

- `symbol` (string, required): Symbol, e.g. SOL/USD, or a 64-hex-char Pyth feed ID
- `unixTimestamp` (integer, required): Unix timestamp in seconds

### `searchPythFeeds` (~58 tokens)

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.

Input parameters:

- `query` (string, required): Symbol substring to search for

### `listSupportedChains` (~22 tokens)

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe#diagnostics

## Score history

- 2026-09-20: 62
- 2026-09-19: 61
- 2026-09-18: 61
- 2026-09-17: 63
- 2026-09-16: 63
- 2026-09-15: 62
- 2026-09-14: 62
- 2026-09-13: 62
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 63
- 2026-09-09: 63
- 2026-09-08: 62
- 2026-09-07: 62
- 2026-09-06: 62
- 2026-09-05: 61
- 2026-09-04: 61
- 2026-09-03: 60
- 2026-09-02: 60
- 2026-09-01: 59
- 2026-08-31: 59
- 2026-08-30: 58
- 2026-08-29: 58
- 2026-08-28: 57
- 2026-08-27: 57
- 2026-08-26: 56
- 2026-08-25: 55
- 2026-08-24: 55
- 2026-08-23: 54
- 2026-08-22: 54

## Common questions

### What is the io.github.rileybuilds/oracle-feeds-mcp server?

io.github.rileybuilds/oracle-feeds-mcp is listed in the public MCP registry as io.github.rileybuilds/oracle-feeds-mcp. On-chain price oracles: Chainlink (5 chains) + Pyth, staleness-flagged, no forced RPC key. This page covers its MCPB bundle (https://github.com/rileybuilds/oracle-feeds-mcp/releases/download/v0.1.0/oracle-feeds-mcp.mcpb).

### Is the io.github.rileybuilds/oracle-feeds-mcp server safe to use?

io.github.rileybuilds/oracle-feeds-mcp scores 62 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.rileybuilds/oracle-feeds-mcp server expose?

io.github.rileybuilds/oracle-feeds-mcp exposes 7 tools: getChainlinkPrice, getChainlinkRoundPrice, listChainlinkFeeds, getPythPrice, getPythHistoricalPrice, and 2 more. Their descriptions and schemas cost roughly 442 tokens of context every time the server is loaded.

### What licence is the io.github.rileybuilds/oracle-feeds-mcp server under?

io.github.rileybuilds/oracle-feeds-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/rileybuilds/oracle-feeds-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe.xml
- Changelog JSON feed: https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe.json
- HTML version of this page: https://verifymcp.io/servers/rileybuilds-oracle-feeds-mcp/https-github-com-rileybuilds-oracle-feeds-mcp-releases-download-v0-1-0-oracle-fe
