🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

orisha-data-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orisha-data-mcp

MCP server for agent-payable orisha-data x402 market-data endpoints.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

orisha-data MCP Server

MCP server for orisha-data, an agent-payable x402 market-data service at https://orisha-data.com.

It exposes free preview tools and paid x402 tools for:

  • C1 crypto/FX price samples.
  • D1 CME micro futures structural levels.

This package is for agent and MCP-client distribution. It does not run the production orisha-data HTTP server.

Install

npm install -g orisha-data-mcp

Run:

orisha-data-mcp

Or with npx after publication:

npx -y orisha-data-mcp

Configuration

Environment variables:

VariableRequiredDefaultPurpose
ORISHA_DATA_BASE_URLNohttps://orisha-data.comorisha-data API base URL
ORISHA_X402_NETWORKNoeip155:8453x402 payment network
ORISHA_MCP_EVM_PRIVATE_KEYPaid tools onlynoneEVM wallet private key for x402 payments
EVM_PRIVATE_KEYPaid tools onlynonefallback wallet private key

Free preview tools work without a wallet key. Paid tools require ORISHA_MCP_EVM_PRIVATE_KEY or EVM_PRIVATE_KEY.

Tools

ToolEndpointPaymentDescription
orisha_c1_preview/c1/preview/:pairFreeSample response for C1 crypto/FX price endpoint
orisha_d1_preview/d1/previewFreeD1 freshness and redacted structure preview
orisha_c1_price/c1/price/:pairPaid x402, USD $0.01C1 crypto/FX price call
orisha_d1_levels/d1/levelsPaid x402, USD $0.07D1 CME micro futures structural levels call

D1 product coverage window: Monday-Friday 09:30-16:10 America/New_York. Scanner/push cadence targets every 3 minutes during that window. Fresh D1 data is 0-600 seconds old; warning data is 601-1200 seconds old; during market-open periods, D1 data older than 1200 seconds is refused before payment.

Claude Desktop Example

{
  "mcpServers": {
    "orisha-data": {
      "command": "npx",
      "args": ["-y", "orisha-data-mcp"],
      "env": {
        "ORISHA_DATA_BASE_URL": "https://orisha-data.com",
        "ORISHA_X402_NETWORK": "eip155:8453",
        "ORISHA_MCP_EVM_PRIVATE_KEY": "0x..."
      }
    }
  }
}

For preview-only use, omit the wallet key.

Public Service Metadata

  • Docs: https://orisha-data.com/docs
  • OpenAPI: https://orisha-data.com/openapi.json
  • x402 discovery: https://orisha-data.com/.well-known/x402
  • Health: https://orisha-data.com/health

Boundaries

orisha-data is a market-data API. It is not a broker, not a trading bot, and does not place orders.

No API key or user account is required. Paid calls use x402.

Keywords

mcp

FAQs

Package last updated on 17 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts