MCP Integration Guide

Beta

Connect AI assistants (Claude, ChatGPT, and others) to your Domainio account using the Model Context Protocol (MCP). Your AI can then search, register, and configure domains on your behalf.

1

Generate an API key

Go to Dashboard → API Keys and create a new key. Give it a name (e.g. "Claude") and select the scopes your agent needs. Copy the key — it will only be shown once.

2

Point your MCP client to Domainio

Add the following to your MCP client configuration:

// Claude Desktop — claude_desktop_config.json
{
  "mcpServers": {
    "domainio": {
      "command": "npx",
      "args": ["-y", "@domainio/mcp-server"],
      "env": {
        "DOMAINIO_API_KEY": "dk_live_YOUR_KEY_HERE",
        "DOMAINIO_ENDPOINT": "https://domainio.nl/api/mcp"
      }
    }
  }
}
3

Example workflows

Once connected, your AI can:

"Is mycompany.io available?"

Checks domain availability and shows pricing

"Register bestproduct.com for 2 years"

Registers domain, deducts from balance

"Add an MX record pointing to mail.google.com"

Creates DNS record on the specified domain

"Show me my domains expiring in the next 60 days"

Lists domains with renewal recommendations

MCP integration is in beta. API key scopes limit what actions your agent can perform. Use the domains:read scope for read-only access.