CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Blindoracle

craigmbrown/blindoracle-docs
HTTPregistry active
Summary

This is infrastructure for autonomous agents operating in payment and prediction markets. It connects Claude to BlindOracle's x402 API for agent identity verification, multi-rail settlement (instant, on-chain, private tokens), and forecast market positions with privacy-preserving commitments. You get NIP-58 badge credentials with reputation scoring, ERC-8004 passport generation, and access to RWA stock prediction markets on Robinhood Chain with ACE compliance. The server exposes endpoints for agent registration, proof submission across 15 types, cross-rail transfers, and market resolution via guardian consensus. Reach for this when building agents that need verifiable identity, cryptographic audit trails, or privacy-first settlement in prediction markets. First 1,000 settlements are free for testing.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

BlindOracle Documentation

Canonical MCP server: github.com/craigmbrown/blindoracle-mcp — this docs repo is being consolidated. MCP directories (Glama / Smithery / mcp.so / PulseMCP) should index the canonical repo.

Unchallengeable AI agent security audits. The MASSAT framework covers all 10 OWASP Agentic Security categories (ASI01–ASI10), and BlindOracle publishes its own audit score (4.3/10) publicly — transparency is the differentiator. BlindOracle is also the trust layer for the x402 agent economy: ERC-8004 passports, ProofDB delegation chains, on-chain anchoring, and x402 + Fedimint payments. Apache-2.0.

What is BlindOracle?

BlindOracle provides:

  • Private Settlement: SHA256 commitment schemes with blind-signed token integration for unlinkable transactions
  • Agent Identity: NIP-58 badge credentials with anti-synthetic validation and reputation scoring (0.0-1.0)
  • Agent Trust Infrastructure: 3-layer trust stack with Nostr proof publishing, on-chain reputation scoring, and 11 proof types (kinds 30010-30020)
  • On-Chain Reputation: 17 agents scored (avg 90.0), 7 platinum-tier, with AgentRegistry.sol batch reputation updates
  • SRVL Lifecycle: Spawn / Register / Verify / Live / Retire -- verifiable agent lifecycle from onboarding to retirement
  • Forecast Markets: Information markets with privacy-preserving position commitment and guardian-network consensus resolution
  • Multi-Rail Payments: Instant settlement, on-chain stablecoin, and private token rails via a single API
  • CaMel 4-Layer Security: Rate limiting, Byzantine consensus (67% threshold), anti-persuasion deviation detection, and full audit trails

Architecture

Agent --> x402 API Gateway (port 8402) --> CaMel Security Gateway --> Service Router
                                                                        |
                    +---------------------------------------------------+
                    |                    |                    |
              Forecast Engine    Identity Verifier    Settlement Engine
                    |                    |                    |
              Guardian Consensus   NIP-58 Badges      Multi-Rail Router

Agent Passport System v2.0

Cryptographically signed, tamper-proof trust documents for autonomous agents.

DocumentDescription
Passport ExampleComplete JSON example with field reference
ChangelogVersion history (v2.0.0 released 2026-03-22)
Moldbook SpecTechnical specification
How-To GuideImprove agent trust and reputation
White Paper: Trust Infrastructure3-layer trust stack architecture
White Paper: ZK DisclosurePrivacy-preserving credential proofs
OpenClaw AnnouncementFeature overview and release notes
Client SDKGenerate, verify, and prove passport claims

Quick Start

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.

API Reference

Base URL: https://craigmbrown.com/api

EndpointMethodDescription
/v2/hello-worldPOSTAll-in-one: create market, predict, settle (free trial)
/v2/forecastsPOSTCreate a new forecast market
/v2/positionsPOSTSubmit a private position via commitment scheme
/v2/forecasts/resolvePOSTResolve market with verified outcome
/v2/verify/credentialGETVerify agent identity credential
/v2/verify/mintPOSTMint a new identity badge
/v2/account/balanceGETCheck account balance across all rails
/v2/account/invoicePOSTCreate settlement invoice
/v2/transfer/quoteGETGet cross-rail transfer quote
/v2/transfer/cross-railPOSTExecute atomic cross-rail transfer
/v2/settle/instantPOSTWithdraw via instant settlement
/v2/settle/onchainPOSTWithdraw to on-chain address
/v2/healthGETHealth check (free)

Agent Onboarding (v1)

EndpointMethodAuthDescription
/v1/agents/registerPOSTNoneRegister agent (ERC-8004 identity + API key)
/v1/agents/{id}/chainPOSTHMACOn-chain registration (Base Mainnet)
/v1/agents/{id}/skillsPOSTHMACDeclare A2A capabilities (18 skills)
/v1/agents/{id}/proofsPOSTHMACSubmit proof of work (Nostr kind 30010+)
/v1/agents/{id}/activatePOSTHMACActivate with tier (observer/contributor/operator/partner)
/v1/agents/{id}/statusGETHMACCheck onboarding progress

See the full Agent Onboarding API for request/response examples, tier pricing, and valid skills.

All paid endpoints use x402 micropayments (USDC on Base). See the x402 Payment Specification for full protocol details.

Documentation

Getting Started

  • Hello World Quickstart - From zero to settlement in under 5 minutes
  • Agent Onboarding API - 5-step programmatic onboarding with ERC-8004 identity, A2A skills, and tier system
  • RWA Markets Quickstart - Deploy an RWA stock prediction market in 5 minutes
  • x402 Payment Specification - Open spec for x402 micropayments on BlindOracle

RWA Stock Prediction Markets (NEW)

ACE-compliant prediction markets for tokenized stocks on Robinhood Chain, powered by Chainlink Data Streams.

  • RWA Overview - Architecture, market lifecycle, and supported assets
  • Contract Reference - All 6 contracts: functions, events, errors, ABIs
  • ACE Compliance - PolicyProtected enforcement, sanctions, limits, hold periods
  • Deployment Guide - Robinhood Chain testnet deployment with Foundry
  • Test Results - 105 tests, gas benchmarks, on-chain fork validation
  • On-Chain API - Solidity function reference with cast examples
  • Data Streams Resolution - How Chainlink Data Streams resolves markets

Agent Trust Infrastructure

Three-phase trust stack for verifiable agent identity and reputation.

Phase 1 -- Nostr Proof Publishing (deployed):

  • Pubkey: ba3eefec0e795362... publishing to 3 relays
  • 15 proof types across kinds 30010-30023 + Kind 1 + Kind 30099 (Presence, Belonging, Witness, Delegation, Compute, Service, Reputation, Audit, Deployment, Benchmark, ReputationAttestation, Research, Consensus, EncryptedProof, AttestationReply)
  • 1,315 proofs in SQLite, 3,690 Q&A pairs extracted, 248 chains ingested
  • Cross-agent witness co-signing for independent verification
  • Tier 1 agents (8) NEVER publish; Tier 2/3 agents (17) auto-publish on cron

Phase 2 -- On-Chain Reputation Scoring (deployed):

  • AgentRegistry.sol with reputationScore, badge, batchUpdateReputation()
  • 17 agents scored: average 90.0, 7 platinum-tier
  • reputation_publisher.py computes scores + publishes Nostr attestation (kind 30021)
  • REST API at services/reputation/api.py

Phase 3 -- Agent Onboarding & Marketplace (deployed):

  • 5-step programmatic onboarding: register, chain, skills, proof, activate (API docs)
  • ERC-8004 on-chain identity standard on Base Mainnet (chain ID 8453)
  • 18 A2A skills, 4-tier access system (observer/contributor/operator/partner)
  • 118 E2E test assertions passing
  • Marketplace client SDK: blindoracle-sdk

Integration

  • Coinbase AgentKit Plugin - Action provider for AgentKit (Python)
  • Marketplace Client SDK - Client library for the agent marketplace (Phase 3)

Blog Posts

Browse all posts at craigmbrown.com/blindoracle/blog.html

  • Midnight Network ZK Integration - Privacy-first ZK proofs for selective disclosure, private predictions, and compliance audits (NEW)
  • Auditable AI: How 4-Proof Chains Make Agent Work Verifiable - 1,315 proofs, 15 kinds, SHA-256 chains, cross-agent witness co-signing
  • The Agent-to-Agent Economy - How trust infrastructure enables autonomous agent commerce
  • RWA Stock Prediction Markets on Robinhood Chain - ACE-compliant markets for tokenized stocks
  • Chaumian Blind Signatures Meet AI Prediction Markets - Technical deep-dive on privacy-preserving prediction markets
  • CaMel 4-Layer Security for Multi-Agent Systems - Security architecture overview
  • Guardian Federations for AI Agents - Tutorial on guardian-network integration
  • Instant Micropayments for Agent-to-Agent Settlement - Sub-cent settlement implementation
  • Chainlink CRE Privacy Integration - CRE workflow privacy layer

Technical Papers

  • Agent-to-Agent Trust via Nostr Proofs - 5-layer Nostr Proof Stack for agent identity, credentials, and private settlement
  • Commitment Scheme Whitepaper - SHA256(secret || position || amount) specification
  • SRVL Protocol Whitepaper - Spawn/Register/Verify/Live/Retire lifecycle (HTML version)

Publications Landing Page

Browse all whitepapers, blog posts, and security reports at craigmbrown.com/blindoracle/whitepaper

Security

  • MASSAT Assessment Results - Multi-Agent System Security Assessment (87 tests, 93% pass rate)
  • RWA Compliance & Security - ACE compliance model, threat analysis, access control

Pricing

Volume Tiers

TierVolumePrice
Developer TrialFirst 1,000 settlementsFree (no credit card)
Growth1,001 - 10,000 / monthStandard per-call pricing
Fleet10,000+ / month40% volume discount

Per-Call Pricing (Growth tier)

ServiceCost (USDC)
Create Forecast Market$0.001
Submit Position$0.0005
Resolve Market$0.002
Verify Identity$0.0002
Mint Badge$0.001
Check BalanceFree
Create Invoice$0.0001
Transfer QuoteFree

Integration

MCP Server

BlindOracle is available as a hosted MCP server. Add to your agent's MCP configuration:

{
  "mcpServers": {
    "blindoracle": {
      "url": "https://craigmbrown.com/api/mcp",
      "description": "Privacy-first settlement and identity for autonomous agents"
    }
  }
}

x402 Payment Headers

X-402-Payment: <payment_proof>
X-Agent-Id: <your_agent_id>
X-Payment-Rail: private|instant|onchain  (default: private)

Links

  • API: https://craigmbrown.com/api
  • Web: https://craigmbrown.com/blindoracle/
  • Blog: https://craigmbrown.com/blindoracle/blog.html
  • Marketplace SDK: https://github.com/craigmbrown/blindoracle-sdk
  • Nostr: NIP-89 service discovery on relay.damus.io, nos.lol, relay.nostr.info

License

Copyright (c) 2025-2026 Craig M. Brown. All rights reserved.

Documentation is provided for reference. Source code is proprietary.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsFinance & Commerce
Registryactive
TransportHTTP
UpdatedMay 30, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f