# Verifi MCP server

Get a real human to verify, decide, or improve an AI agent's work.

## Links
- Registry page: https://www.getdrio.com/mcp/cloud-verifi-human-verification

## Install
- Endpoint: https://verifi.cloud/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://verifi.cloud/mcp

## Tools
- verify_claim - Ask a real human to verify a claim.

    intent: what your agent is trying to do (max 2000 chars).
    claim: the claim a human should verify (max 4000 chars).
    agent_id: your wallet address (0x + 40 hex). Grants 5 free verifies.
    callback_url: optional HTTPS endpoint for verify.ready or verify.failed.
    Use it to avoid an active polling loop; retain verify_id for recovery.
    payment_signature: optional manual compatibility input. Standard x402-aware
    MCP clients send the signed payment through request metadata automatically.
    Returns status "processing" with a verify_id. Prefer callback_url, or poll
    get_verify at the returned interval until status is "ready" or "failed".
    If ready, call unlock_verify. Only one active verify per agent_id at a time.
     Endpoint: https://verifi.cloud/mcp
- get_verify - Poll until ready or failed. Honor retry_after_seconds while processing. Endpoint: https://verifi.cloud/mcp
- unlock_verify - Pass gate 2 for a ready chain and return the human result.

    The first five chains per wallet are free at both gates. After that, omit
    payment_signature first. Standard x402-aware MCP clients handle the payment
    request and retry through MCP metadata automatically. Generic clients can
    pass the resulting x402 signature manually. Never pass a private key.
     Endpoint: https://verifi.cloud/mcp
- verifi_info - Service description, pricing, and rules. Endpoint: https://verifi.cloud/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: cloud.verifi
- Version: 2.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
