Skip to main content
Glama
realhandles

@realhandles/mcp

by realhandles

@realhandles/mcp

An MCP server that lets an AI agent look up a RealHandles identity and cryptographically verify its signed proof.

The verification runs locally against the signature (via @realhandles/verify), so a result 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

  • verify_identity(handle) - resolve a handle (aliases and renames included), verify its signed manifest, and return the verified accounts (split into verified and claimed), the key fingerprint, the did:key, and the trust score.

  • check_link(url) - check whether a URL is a mutually confirmed account of a RealHandles identity (for rendering a "verified" badge).

Related MCP server: aip-identity

Use it

Add it to any MCP client. For Claude Desktop, in claude_desktop_config.json:

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

Then ask things like "verify the RealHandles identity for david" or "is https://example.com a confirmed account of a RealHandles user?"

To point it at a different deployment, set REALHANDLES_ORIGIN (defaults to https://realhandles.com).

Develop

npm install
npm run build

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/realhandles/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server