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/mcp

Streamable HTTP transport. Add it to your client’s MCP config:

{
  "mcpServers": {
    "edmdb": {
      "url": "https://edmdb.net/developer/mcp"
    }
  }
}

Connect your AI agent

ChatGPT
  1. Open Settings → Connectors (Apps & Connectors).
  2. Choose “Add custom connector” / MCP server.
  3. Paste the server URL: https://edmdb.net/developer/mcp
  4. Save, then enable the connector in a chat and ask away.
Claude Desktop / Claude Code
  1. Open Settings → Connectors (Desktop) or run `claude mcp add` (Code).
  2. Add a new MCP server using the HTTP transport.
  3. Enter the URL: https://edmdb.net/developer/mcp
  4. Restart, then the EDMDb tools appear in the chat’s tool list.
Other MCP agents
  1. Confirm the agent supports the Model Context Protocol (streamable HTTP).
  2. Find its MCP / connectors / tools settings.
  3. Add the server URL: https://edmdb.net/developer/mcp
  4. Test with a prompt like “Tell me about Charlotte de Witte”.
© 2023-2026 EDMDb. All Rights Reserved.