Integration
MCP
Integrate the OpenRegister API into your AI assistant
The OpenRegister MCP Server enables AI assistants to interact with the OpenRegister API through the Model Context Protocol (MCP). This server exposes OpenRegister’s company search and data retrieval capabilities as tools that can be used by MCP-compatible clients.
Repository: openregister-typescript/packages/mcp-server
Run the MCP Server directly via npx
:
Integration with Claude
For MCP clients that use configuration JSON (like Claude Desktop), add this configuration:
Authentication
Set your OpenRegister API key as an environment variable:
Get your API key from the OpenRegister Keys.
For more detailed configuration options and advanced usage, see the full repository documentation.