Skip to main content
Glama
OrishaAI

Orisha Data MCP

Official
by OrishaAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORISHA_DATA_BUYER_PRIVATE_KEYNoYour buyer wallet private key. Required for paid tools (orisha_c1_price, orisha_d1_levels); free tools do not need it.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
orisha_docsA

Fetch the free machine-readable Orisha Data documentation.

orisha_x402_discoveryB

Fetch the free x402 discovery document.

orisha_signing_keysB

Fetch the public response-signing key set.

orisha_c1_previewB

Free unsigned sample response for the C1 crypto/FX price endpoint.

orisha_d1_previewB

Free unsigned D1 structure and freshness preview with redacted level sample.

orisha_c1_priceC

Paid x402 call to the C1 crypto/FX price endpoint.

orisha_d1_levelsB

Paid x402 call to the D1 CME micro futures structural levels endpoint.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation4/5

Tools are mostly distinct, but the preview and paid pairs for C1 and D1 endpoints could cause confusion if an agent doesn't read descriptions carefully. The informational tools (docs, signing keys, x402 discovery) are clearly distinct.

Naming Consistency5/5

All tools follow a consistent 'orisha_{service}_{type}' pattern in snake_case, making it easy to predict tool names.

Tool Count5/5

With 7 tools, the server is well-scoped for its domain, providing necessary preview, paid, and informational tools without bloat.

Completeness4/5

Core operations are covered, but missing a tool for listing available symbols or metadata could limit functionality.

Maintenance

ActivityStale
ResponsivenessNo issues