The OpenRegister MCP Server enables AI assistants and agent frameworks to interact with the OpenRegister API through the Model Context Protocol. It exposes company search and data retrieval as tools that any MCP-compatible client can use. There are two ways to connect: the remote MCP server (no local setup needed) or the local npm package (for full control).Documentation Index
Fetch the complete documentation index at: https://docs.openregister.de/llms.txt
Use this file to discover all available pages before exploring further.
Remote MCP Server
The easiest way to connect — no local installation required. The server handles authentication via OAuth when you connect.| Transport | Endpoint |
|---|---|
| SSE (legacy) | https://mcp.openregister.de/sse |
| Streamable HTTP | https://mcp.openregister.de/mcp |
Use in AI Assistants
Connect directly in your browser — no terminal or config files needed.- Claude.ai
- ChatGPT
Claude.ai supports MCP servers natively through its Integrations settings.
- Open Claude.ai and go to Settings → Integrations
- Click + Add or + Add Custom Integration
- Enter the URL:
https://mcp.openregister.de/sse - Follow the authorization flow to connect your API key
Use in Developer Tools
Edit a config file and restart your client. Requires Node.js 18+.- Claude Desktop
- Cursor
Edit your Claude Desktop configuration file:Restart Claude Desktop. Look for the hammer icon (🔨) to confirm the connection.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Build with It
Use the MCP server as a tool source in your own AI agents and pipelines.- OpenAI Agents SDK
- Vercel AI SDK
The remote MCP server requires Node.js 18 or higher for
mcp-remote. If you encounter connection issues, try clearing the MCP auth cache: rm -rf ~/.mcp-auth
