Submit

Openprovider MCP For Domain Managemenet

@Hicham El Hafed

A Model Context Protocol (MCP) server for Openprovider.com that allows users to interact with their Openprovider account to perform various domain management actions including checking domain availability, registering domains, managing contacts, and more. All the details in the Github: https://github.com/hichamdotpage/openprovider-mcp
Overview

This MCP server provides comprehensive domain management capabilities through the Openprovider API. Features include domain availability checking, registration, contact management, and DNS configuration. Requires Node.js 20+ and global installation via npm. Configure with your Openprovider credentials to get started.

Server Config

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "mcp/github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "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"
      }
    },
    "openprovider": {
      "command": "openprovider-mcp",
      "env": {
        "OPENPROVIDER_USERNAME": "your_username",
        "OPENPROVIDER_PASSWORD": "your_password",
        "DEBUG": "false"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.