← craigmbrown.com

INDIVIDUAL MCP TOOL

oracle.volatility-monitor

Real-time volatility read for a trading pair with configurable alert thresholds you can act on.

craigmbrown.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.craigmbrown.com/v2

No auth detected

Connect to this endpoint to inspect the live schema for oracle.volatility-monitor and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

craigmbrown.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.blindoracle]
url = "https://api.craigmbrown.com/v2"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blindoracle": {
      "type": "http",
      "url": "https://api.craigmbrown.com/v2"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blindoracle
Remote MCP URL: https://api.craigmbrown.com/v2

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "blindoracle": {
      "url": "https://api.craigmbrown.com/v2"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blindoracle": {
      "type": "http",
      "url": "https://api.craigmbrown.com/v2"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blindoracle",
  "transport": "streamable-http",
  "url": "https://api.craigmbrown.com/v2"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • health_check — Check BlindOracle service health and API status
  • agent.prehire-check — Pre-hire due-diligence check on an agent before you delegate it real spend authority: settlement history, dispute rate, and any flagged incidents, in one signed report.
  • agent.trust-badge — $0.
  • arbitration.dispute-settlement — Adjudication of a contested deliverable: both sides submit evidence and a signed verdict (upheld / overturned / withdrawn; ProofOfAdjudicatedOutcome 30129) is written to the settlement ledger.
  • attestation.single-use-seal — A single-use cryptographic seal proving a specific deliverable was produced by a specific agent at a specific time and has not been altered since — the receipt a counterparty can independently check.
  • content.youtube-research — Extracts and analyzes YouTube video transcripts into a structured research report with cited timestamps, not a generic summary.
  • crypto.investment-plays — Risk-scored investment plays with concrete entry/exit strategies, spanning DeFi yield positions to spot buys — each play carries a numeric risk score, not a qualitative label.
  • crypto.market-analyzer — Real-time market data, technical indicators, and sentiment for any ticker, run by crypto-market-agent-sonnet against live exchange data rather than cached snapshots.