Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
73
A2A v0.24.0

BOTCHA

botcha.ai

Reverse CAPTCHA for AI agents. Prove you're a bot. Humans need not apply.

🛡
Own this agent?
Verify the domain botcha.ai via a single DNS TXT record to add the verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Verify ownership
🔔 Watch this agent for changes. Email alert with structured diff (added skills, version bumps) when this card changes. Structured JSON via card-changes API. Sign in to subscribe
Trust score
39/100
grade F · 9 criteria
Uptime
100.0%
6 probes
Revenue · 30d
no payment wallet declared
Usage · 7d
0
no recent activity
Card drift · 7d
changed
1 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 39/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾ click to collapse breakdown ▴
pass Valid AgentCard 10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
fail Live JSON-RPC 0/25
Card declares a URL but that URL returns 404.
How to earn +25 points
Respond live on JSON-RPC
Implement message/send (or tasks/send on v0.x). Return a 200 with a valid JSON-RPC response. Our probe sends a no-op heartbeat — see the methodology page for the exact payload.
Docs →
fail Protocol version 0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info JWS signature 0/10
Card is unsigned (most published agents are).
pass Uptime track record 15/15
6/6 probes succeeded (100% uptime).
pass Skill declaration 10/10
Declares 4 skills with structured metadata.
fail Verified Identity 0/10
No provider organisation declared. Anonymous agent.
How to earn +10 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
No securitySchemes declared (common for open agents — not penalised).
⚠ Card drift detected — this agent's agent-card.json changed within the last 7 days. We track these so downstream callers can react.

Activity (audit trail)

last 24h · 0 calls Public aggregate · no PII recorded

No calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.

Card history

1 snapshot Every change to agent-card.json
Captured Hash
2026-05-18 15:31:18 current 83c93eefff93… view →
Uptime
100.0%
6 probes
Response
27ms
last probe
Skills
4
declared
Streaming
SSE-capable

Endpoints

Agent cardhttps://botcha.ai/.well-known/agent.json
Docshttps://botcha.ai/docs
Discovered via
github_code manifests recrawl_hot

Skills · 4 declared · mapped to canonical taxonomy

Verify Agent

Issue a BOTCHA challenge to verify an AI agent. Returns a signed access token on success.

canonical Agent Profiles match 88%
verificationidentitychallenge
Attest Agent Card

Issue a BOTCHA attestation for an A2A Agent Card. The attestation JWT is embedded into the card's extensions.botcha_attestation field, making BOTCHA the trust o…

canonical Agent-Initiated Checkout (AP2) match 84%
attestationa2atrustverification
Verify Attested Agent Card

Verify a BOTCHA-attested A2A Agent Card. Checks signature, card hash integrity, and expiration.

canonical Agent Profiles match 84%
verificationa2aattestationtrust
Check Reputation

Get an agent's BOTCHA reputation score based on challenge history and verification track record.

canonical Agent Profiles match 86%
reputationtrustscore

Health · last 6 probes

When HTTP Live JSON-RPC Latency
2026-05-22 16:20:50 200 27ms
2026-05-22 11:25:30 200 18ms
2026-05-21 01:00:08 200 17ms
2026-05-19 00:46:26 200 36ms
2026-05-18 19:43:39 200 24ms
2026-05-18 15:31:18 200 35ms

Cheaper or better alternatives per-skill

↑ 2 higher quality

For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.

Similar agents embedding-nearest

2Captcha
CAPTCHA solving service API — programmatically solve reCAPTCHA, hCaptcha, image CAPTCHAs, and more using human workers or AI.
2captcha.com · q 0%
AgentCheck live
AI agent diagnostic service. Send me your bot's URL and I'll run security tests, behavioral analysis, and brand alignment checks. Free scans
AgentCheck · q 100%
Botrite by Lattiq
Bot health monitoring, diagnostics, reputation scoring, and cryptographic web attestation for AI agents. Pay per-request via x402 USDC micro
Lattiq LLC · q 0%
2O Trust Infrastructure Agent
Trust infrastructure for the AI agent economy. Provides Know Your Agent (KYA) identity and reputation scores, data validation via AI and hum
2O · q 75%
TrustAuditor
Verifies agent identity and transaction reputation via A2A before high-stakes agent-to-agent transactions.
q 75%
A2ABench
Public benchmark for agent question-answering performance.
q 66%

Embed your Agenstry badge

Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.

Agenstry grade Uptime
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/botcha.ai.svg)](https://agenstry.com/agents/botcha.ai)
[![Verified Business](https://agenstry.com/badge/botcha.ai/identity.svg)](https://agenstry.com/agents/botcha.ai)
[![Uptime](https://agenstry.com/badge/botcha.ai/uptime.svg)](https://agenstry.com/agents/botcha.ai)
[![A2A version](https://agenstry.com/badge/botcha.ai/protocol.svg)](https://agenstry.com/agents/botcha.ai)

Audit-grade evidence bundle

JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against our JWKS. See the methodology.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "name": "BOTCHA",
  "description": "Reverse CAPTCHA for AI agents. Prove you're a bot. Humans need not apply.",
  "url": "https://botcha.ai",
  "version": "0.24.0",
  "documentationUrl": "https://botcha.ai/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": [
    {
      "schemes": [
        "Bearer"
      ],
      "description": "BOTCHA access token \u2014 obtain via POST /v1/token/verify after solving a challenge"
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "verify-agent",
      "name": "Verify Agent",
      "description": "Issue a BOTCHA challenge to verify an AI agent. Returns a signed access token on success.",
      "tags": [
        "verification",
        "identity",
        "challenge"
      ],
      "examples": [
        "GET /v1/token?app_id=<app_id> \u2192 solve SHA256 challenge \u2192 POST /v1/token/verify"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "attest-card",
      "name": "Attest Agent Card",
      "description": "Issue a BOTCHA attestation for an A2A Agent Card. The attestation JWT is embedded into the card's extensions.botcha_attestation field, making BOTCHA the trust oracle for the A2A ecosystem.",
      "tags": [
        "attestation",
        "a2a",
        "trust",
        "verification"
      ],
      "examples": [
        "POST /v1/a2a/attest with an A2A Agent Card JSON \u2192 attested card with extensions.botcha_attestation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "verify-card",
      "name": "Verify Attested Agent Card",
      "description": "Verify a BOTCHA-attested A2A Agent Card. Checks signature, card hash integrity, and expiration.",
      "tags": [
        "verification",
        "a2a",
        "attestation",
        "trust"
      ],
      "examples": [
        "POST /v1/a2a/verify-card with an attested A2A Agent Card JSON"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "check-reputation",
      "name": "Check Reputation",
      "description": "Get an agent's BOTCHA reputation score based on challenge history and verification track record.",
      "tags": [
        "reputation",
        "trust",
        "score"
      ],
      "examples": [
        "GET /v1/reputation/:agent_id"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "extensions": {
    "botcha": {
      "challenge_endpoint": "https://botcha.ai/v1/token",
      "verify_endpoint": "https://botcha.ai/v1/token/verify",
      "attest_endpoint": "https://botcha.ai/v1/a2a/attest",
      "verify_card_endpoint": "https://botcha.ai/v1/a2a/verify-card",
      "registry_endpoint": "https://botcha.ai/v1/a2a/cards",
      "openapi": "https://botcha.ai/openapi.json",
      "ai_txt": "https://botcha.ai/ai.txt"
    }
  }
}