Back to Browse

Eurodns MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Model Context Protocol server for the EuroDNS User API — domains, DNS zones, subscriptions and SSL.

About

Model Context Protocol server for the EuroDNS User API — domains, DNS zones, subscriptions and SSL.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (4 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Application ID from the EuroDNS dashboard, under API access.Required

Environment variable: EURODNS_APP_ID

API key issued alongside the application ID. The host's public IP must also be allowlisted in the same dashboard.Required

Environment variable: EURODNS_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jigsawfr-eurodns-mcp": {
      "env": {
        "EURODNS_APP_ID": "your-eurodns-app-id-here",
        "EURODNS_API_KEY": "your-eurodns-api-key-here"
      },
      "args": [
        "-y",
        "@jigsawfr/eurodns-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!