Quick start
The EDMDb MCP server is open — no API key. Point your agent at the endpoint and the tools show up.
MCP endpoint
https://edmdb.net/developer/mcpStreamable HTTP transport. Add it to your client’s MCP config:
{
"mcpServers": {
"edmdb": {
"url": "https://edmdb.net/developer/mcp"
}
}
}Connect your AI agent
ChatGPT
- Open Settings → Connectors (Apps & Connectors).
- Choose “Add custom connector” / MCP server.
- Paste the server URL: https://edmdb.net/developer/mcp
- Save, then enable the connector in a chat and ask away.
Claude Desktop / Claude Code
- Open Settings → Connectors (Desktop) or run `claude mcp add` (Code).
- Add a new MCP server using the HTTP transport.
- Enter the URL: https://edmdb.net/developer/mcp
- Restart, then the EDMDb tools appear in the chat’s tool list.
Other MCP agents
- Confirm the agent supports the Model Context Protocol (streamable HTTP).
- Find its MCP / connectors / tools settings.
- Add the server URL: https://edmdb.net/developer/mcp
- Test with a prompt like “Tell me about Charlotte de Witte”.