Skip to content
Back to search
90
MCP live v1.0.0 streamable-http

ai.tachyo/verify

ai.tachyo/verify

Cryptographic proof of wallet ownership in two steps, with no keys and no custody.

Uptime
10.6%
47 probes
Response
194ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

request_verification_challenge

Step 1 of wallet verification: get a fresh challenge for the user to sign. chain: "evm" or "solana". Pass agent_id (your marketplace identity) so the proof is bound to you. Present `challenge…

verify_wallet_ownership

Step 2 of wallet verification: prove control by signing the challenge from step 1. chain: "evm" (secp256k1, 0x-hex signature) or "solana" (ed25519, base58/base64/hex). `nonce` is from request…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.tachyo/verify": {
      "url": "https://auth.xbarry.ai/api/mcp/verify",
      "transport": "streamable-http"
    }
  }
}