← Back to Plugins
MCP Server MCP

MCPDomain

github By github 👁 1 views ▲ 0 votes

Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcpdomain.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcpdomain",
      "version": "1.0.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Operation mode: 'mock' for testing (default) or 'live' for real OpenSRS API calls.",
          "format": "string",
          "default": "mock",
          "name": "OPENSRS_MODE"
        },
        {
          "description": "OpenSRS reseller username (only required in live mode).",
          "format": "string",
          "isSecret": true,
          "name": "OPENSRS_USERNAME"
        },
        {
          "description": "OpenSRS API key (only required in live mode).",
          "format": "string",
          "isSecret": true,
          "name": "OPENSRS_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...