@realhandles/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@realhandles/mcpverify the RealHandles identity for david"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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, thedid: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 buildLicense
MIT
This server cannot be installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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