Openprovider MCP For Domain Managemenet

by hichamdotpage

234 downloads
Not rated
GitHub

About

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.

Details

Author
hichamdotpage
Downloads
234
Categories
Other, API

- Bulk domain operations for large portfolios
- Advanced DNS management
- WHOIS privacy protection
- Domain transfer services
- Real-time pricing information
- Automated renewal management

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Openprovider MCP For Domain Managemenet
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install and configure the server with your Openprovider API credentials. After setup, you can invoke domain-related tools such as bulk domain operations, DNS management, WHOIS privacy protection, domain transfers, and real-time pricing queries.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "openprovider mcp for domain managemenet": {
            "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"
                }
            }
        }
    }
}

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"
        }
    }
}

Openprovider is a leading wholesaler of Internet services and products, offering a comprehensive platform for managing domains, new gTLDs, SSL certificates, Plesk licenses, spam filters, and more. Through their robust API, users can access enterprise-grade domain management tools including bulk domain operations, advanced DNS management, WHOIS privacy protection, domain transfer services, and real-time pricing information. The platform supports hundreds of domain extensions and provides automated renewal management, making it ideal for resellers, agencies, and businesses managing large domain portfolios

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.