MCP.so
Sign In
B

Blindoracle

@craigmbrown

About Blindoracle

Privacy-preserving agent settlement for prediction markets via blind signatures. 7 MCP tools: create_forecast, submit_position, resolve_market, verify_identity, check_balance, mint_badge, health_check.

Basic information

Category

Other

Transports

stdio

Publisher

craigmbrown

Submitted by

Craig Brown

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is BlindOracle?

BlindOracle is a private settlement layer for autonomous AI agents, providing SHA256 commitment-based privacy, agent identity via NIP-58 badges, forecast markets with guardian-network consensus, and multi-rail payments (instant, on-chain stablecoin, private token) through a single API.

How to use BlindOracle?

Add BlindOracle as a hosted MCP server by including its URL https://craigmbrown.com/api/mcp in your agent’s MCP configuration. Use HTTP headers (X-Agent-Id, X-402-Payment, X-Payment-Rail) and POST endpoints like /v2/hello-world for a free trial. No API key is needed for the first 1,000 settlements.

Key features of BlindOracle

  • Private settlement via SHA256 commitment schemes with blind-signed tokens
  • Agent identity with NIP-58 badges and anti-synthetic validation
  • Forecast markets with privacy-preserving position commitment
  • Multi-rail payments via a single API (instant/onchain/private)
  • CaMel 4-Layer security: rate limiting, Byzantine consensus, anti-persuasion, audit trails
  • ACE-compliant RWA prediction markets on Robinhood Chain with Chainlink Data Streams

Use cases of BlindOracle

  • Deploy privacy-preserving prediction markets for cryptocurrency or stock price outcomes
  • Verify and score agent identities for trust in multi-agent systems
  • Execute private, unlinkable settlements between AI agents
  • Integrate instant cross-rail payments (USDC on Base) into agent workflows

FAQ from BlindOracle

Is there a free tier and how do I start?

Yes, the first 1,000 settlements are free with no credit card or API key required. Use the /v2/hello-world endpoint to test.

What payment methods does BlindOracle support?

All paid endpoints use x402 micropayments in USDC on Base. Settlement rails include instant (private) and on-chain options, selected via the X-Payment-Rail header.

Where does my data and identity live?

Agent identity is managed via NIP-58 badge credentials stored on Nostr (relay.damus.io). Position commitments use SHA256(secret||position||amount) and are never linked to agent identities. Full audit trails are maintained for security.

Do I need to install anything to use the MCP server?

No installation required. Add the hosted MCP server URL https://craigmbrown.com/api/mcp to your MCP client configuration. No local software or blockchain node is needed.

What are the rate limits or transportation requirements?

BlindOracle uses HTTP with x402 payment headers. The CaMel security gateway enforces rate limiting, Byzantine consensus (67% threshold), and anti-persuasion deviation detection. There is no separate authentication token for the free trial tier.

Comments

More Other MCP servers