
Blindoracle
Add verifiable agent identity, payment, and audit hooks for x402-style autonomous commerce experiments before you ship agent-facing APIs.
Overview
io.github.craigmbrown/blindoracle is a Ship-phase MCP server that provides a remote trust layer for agent identity, payment, and audit in x402-style agent commerce.
What is this MCP server?
- Remote streamable-http MCP at https://craigmbrown.com/api/v2/
- Positions as trust layer for the x402 agent economy
- Covers verifiable agent identity, payment, and audit concerns
- Server version 2.0.1 with documentation repo on GitHub
- Remote MCP URL https://craigmbrown.com/api/v2/ with streamable-http transport
- Published server version 2.0.1
What problem does it solve?
Agent-to-service payments and autonomous calls lack a standard verifiable identity and audit story, which blocks safe shipping of agent monetization.
Who is it for?
Builders shipping agent APIs or paid tool routes who need identity and audit primitives beyond a static secret.
Skip if: Simple internal CRUD apps with no agent payments, or teams avoiding remote third-party trust services.
What do I get? / Deliverables
Your agent client can use the hosted MCP remote to align identity, payment, and audit checks with x402-oriented trust requirements.
- Hosted MCP remote connection for identity and audit-oriented checks
- Documented trust-layer integration for agent payment flows
- Pre-ship validation path for autonomous agent commerce experiments
Recommended MCP Servers
Journey fit
How it compares
Remote trust and audit MCP, not a general payment processor integration skill.
Common Questions / FAQ
Who is blindoracle for?
Solo builders and small teams building autonomous agents that participate in x402-style paid interactions and need verifiable identity plus audit support.
When should I use blindoracle?
Use it in Ship when you are hardening agent-facing endpoints, payments, or audit requirements before exposing them beyond a local prototype.
How do I add blindoracle to my agent?
Register the streamable-http remote URL https://craigmbrown.com/api/v2/ in your MCP client, follow blindoracle-docs for auth and scopes, and verify connectivity before enabling production payments.