Skip to main content
Glama

Server Details

Agent-native price and event oracle with cryptographic source attestation

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
srotzin/hive-mcp-oracle
GitHub Stars
0
Server Listing
hive-mcp-oracle

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: fetching a price quote, listing available feeds, subscribing to notifications, and verifying signatures. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_price, list_feeds, subscribe, verify_signature) using underscores, making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for an oracle service. Each tool serves a necessary function without overcomplicating the interface.

Completeness5/5

The tool set covers core oracle operations: retrieving prices, listing feeds, subscribing to updates, and verifying signatures. No obvious gaps for the intended domain.

Available Tools

4 tools
get_priceInspect

Fetch a cryptographically signed price quote for a given symbol. Response includes price, timestamp, and oracle signature for on-chain verification. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFeed symbol (e.g. BTC-USD, ETH-USD, SOL-USD, custom index)
list_feedsInspect

List all available oracle data feeds: price feeds, off-chain event feeds, and index feeds. Returns catalog with symbol, description, update frequency, and data source. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

subscribeInspect

Subscribe to threshold-triggered oracle notifications for a symbol. USDC settlement via x402 on Base, Ethereum, or Solana. Returns subscription_id. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFeed symbol to subscribe to
thresholdYesPrice threshold that triggers a notification callback
verify_signatureInspect

Verify the cryptographic signature on an oracle quote. Returns boolean. Used by smart contracts and agent workflows to confirm data provenance. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
sigYesOracle signature (hex-encoded)
quoteYesJSON-serialized oracle quote object

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.