GoDaddy Orders MCP ServerServer

ag2-mcp-servers
GitHub
GoDaddyAPI IntegrationMCP

Loading subscription status...

💡 Description

This is an MCP server (Multi-Agent Conversation Protocol) designed to interact with GoDaddy's orders API, allowing management of domain orders and related operations through the ote-godaddy.com orders API endpoint.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GoDaddy Orders MCP Server": {
        "env": {
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "path to your config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonruffpytesthatch

Features

  • Integration with GoDaddy's orders API
  • Support for various transport modes
  • Pre-commit hooks for code quality