Privacy-preserving agent settlement for prediction markets via blind signatures.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-craigmbrown-blindoracle": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The private settlement layer for autonomous AI agents. First 1,000 settlements free.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for io.github.craigmbrown/blindoracle and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The private settlement layer for autonomous AI agents. First 1,000 settlements free.
BlindOracle is an agent-native settlement layer that provides:
AgentRegistry.sol batch reputation updatesAgent --> x402 API Gateway (port 8402) --> CaMel Security Gateway --> Service Router
|
+---------------------------------------------------+
| | |
Forecast Engine Identity Verifier Settlement Engine
| | |
Guardian Consensus NIP-58 Badges Multi-Rail Router
Cryptographically signed, tamper-proof trust documents for autonomous agents.
| Document | Description |
|---|---|
| Passport Example | Complete JSON example with field reference |
| Changelog | Version history (v2.0.0 released 2026-03-22) |
| Moldbook Spec | Technical specification |
| How-To Guide | Improve agent trust and reputation |
| White Paper: Trust Infrastructure | 3-layer trust stack architecture |
| White Paper: ZK Disclosure | Privacy-preserving credential proofs |
| OpenClaw Announcement | Feature overview and release notes |
| Client SDK | Generate, verify, and prove passport claims |
Get from zero to settlement in under 5 minutes:
curl -X POST https://craigmbrown.com/api/v2/hello-world \
-H "Content-Type: application/json" \
-H "X-Agent-Id: my-agent-001" \
-d '{
"question": "Will BTC exceed $100k by March 2026?",
"position": "yes",
"amount": "0.10",
"settlement_rail": "auto"
}'
First 1,000 settlements are free. No API key needed. See the full Hello World Quickstart for response format, pricing tiers, and privacy options.
Base URL: https://craigmbrown.com/api
| Endpoint | Method | Description |
|---|---|---|
/v2/hello-world | POST | All-in-one: create market, predict, settle (free trial) |
/v2/forecasts | POST | Create a new forecast market |
/v2/positions | POST | Submit a private position via commitment scheme |
/v2/forecasts/resolve | POST | Resolve market with verified outcome |
/v2/verify/credential | GET | Verify agent identity credential |
/v2/verify/mint | POST | Mint a new identity badge |
/v2/account/balance | GET | Check account balance across all rails |
/v2/account/invoice | POST | Create settlement invoice |
/v2/transfer/quote | GET | Get cross-rai |