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
50.0%
2 probes
Response
204ms
last probe
Tools
2
callable

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…

Similar MCP servers embedding-nearest

ai.tachyo/tachyo live
Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.
21 tools · streamable-http
ai.tachyo/token-safety live
Instant rug-check for any EVM or Solana token, distilled to one clear 0-10 risk verdict.
1 tools · streamable-http
ai.agentrapay/agentra live
Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.
6 tools · sse
io.github.hifriendbot/agentwallet
Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.
0 tools
io.github.0xbrainkid/agentfolio-mcp-server
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
0 tools
Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
3 tools · sse

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"
    }
  }
}