10 months ago
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
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"
}
}
}
}