MCP (Model Context Protocol) server for RegistryChain — lets AI agents list, inspect, and register on-chain entities through a Streamable HTTP transport with OAuth 2.0 + Privy authentication.
When you add this server to Cursor or Claude, it opens a browser window where you log in via Privy (wallet, email, Google, GitHub, Apple). After that, every tool call knows your wallet address — list_entities shows your entities by default, get_entity tells you if you're the owner, and register_entity pre-fills your wallet.
Remote MCP servers are added through the Claude UI as custom connectors, not via claude_desktop_config.json (that file only supports local stdio servers).
Note: Remote MCP connections in Claude Desktop are brokered through Anthropic's cloud. Theclaude_desktop_config.jsonfile is only for localcommand-based servers.
registrychainHTTPhttps://mcp.registrychain.com/mcp Or edit .cursor/mcp.json in your project root directly:
Tool | Description |
|---|---|
| List entities with filtering, sorting, pagination. Auto-filters by your wallet when no address is given. |
| Look up an entity by entity ID or nodehash. Includes |
| Register a new entity. Checks entity ID availability, returns a signing URL. Pre-fills your wallet as owner. |
| Check if an entity ID is available, with alternatives if taken. |