Loading MCP server directory, please wait...
Model Context Protocol server for the EuroDNS User API — domains, DNS zones, subscriptions and SSL.
npx @getmcp/cli add io.github.JigSawFr/eurodns-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EURODNS_APP_IDApplication ID from the EuroDNS dashboard, under API access.
EURODNS_API_KEYAPI key issued alongside the application ID. The host's public IP must also be allowlisted in the same dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.JigSawFr/eurodns-mcp": {
"command": "npx",
"args": [
"-y",
"@jigsawfr/eurodns-mcp"
],
"env": {
"EURODNS_APP_ID": "",
"EURODNS_API_KEY": ""
}
}
}
}