mcp

realhandles/mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server to look up and cryptographically verify RealHandles identities.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "realhandles/mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI agent look up a its signed proof. The verification runs locally against the signature (via never depends on trusting realhandles.com. The API is used only to locate the signed manifest; the "is this real" decision is the math, done on your side.

Tools (1)

REALHANDLES_ORIGIN