io.github.rileybuilds/oracle-feeds-mcp
MCPB · ORACLE-FEEDS-MCP.MCPB · SCANNED SEP 20
On-chain price oracles: Chainlink (5 chains) + Pyth, staleness-flagged, no forced RPC key.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security23
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 110 of 110 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 31 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 39 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability86
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 442 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · oracle-feeds-mcp.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +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.
- 18 Sept 26 −2
- Stability: pass → 0.80 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +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.
- 13 Sept 26 +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.
- 11 Sept 26 −2
- Stability: pass → 0.80 functional
- 10 Sept 26 0
- Stability: 0.97 → pass security
- 9 Sept 26 +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.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed mcpb/https://github.com/rileybuilds/oracle-feeds-mcp/releases/download/v0.1.0/oracle-feeds-mcp.mcpb
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
Dependencies 110 packages
| Packages resolved | 110 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
getChainlinkPrice ~93
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain name, e.g. ethereum, base, arbitrum, polygon, optimism |
| pair | string | yes | Feed pair, e.g. ETH/USD |
No output schema declared.
No examples provided.
getChainlinkRoundPrice ~94
Fetches a specific historical Chainlink round via getRoundData(roundId) — a real historical lookup, not a re-fetch of the latest round.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain name, e.g. ethereum, base, arbitrum, polygon, optimism |
| pair | string | yes | Feed pair, e.g. ETH/USD |
| roundId | string | yes | Chainlink round ID as a string |
No output schema declared.
No examples provided.
getPythHistoricalPrice ~64
Fetches Pyth's price as of a specific unix timestamp (seconds).
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Symbol, e.g. SOL/USD, or a 64-hex-char Pyth feed ID |
| unixTimestamp | integer | yes | Unix timestamp in seconds |
No output schema declared.
No examples provided.
getPythPrice ~86
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.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Symbol, e.g. SOL/USD, or a 64-hex-char Pyth feed ID |
No output schema declared.
No examples provided.
listChainlinkFeeds ~25
Lists all supported chains and Chainlink pairs in this server's curated registry.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
listSupportedChains ~22
Lists blockchain networks with curated Chainlink feed coverage in this server.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
searchPythFeeds ~58
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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Symbol substring to search for |
No output schema declared.
No examples provided.
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.