Blindoracle
@craigmbrown
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"blindoracle": {
"type": "http",
"url": "https://craigmbrown.com/api/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论