Orisha Data MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORISHA_DATA_BUYER_PRIVATE_KEY | No | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
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.
All tools follow a consistent 'orisha_{service}_{type}' pattern in snake_case, making it easy to predict tool names.
With 7 tools, the server is well-scoped for its domain, providing necessary preview, paid, and informational tools without bloat.
Core operations are covered, but missing a tool for listing available symbols or metadata could limit functionality.