ai.tachyo/verify
ai.tachyo/verifyCryptographic proof of wallet ownership in two steps, with no keys and no custody.
Tools · 2
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…
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
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"
}
}
}