← Back to Plugins
MCP Server MCP

Porkbun DNS 🐷

github By github 👁 1 views ▲ 0 votes

Manage DNS records, domains, DNSSEC, SSL certificates via MCP

Homepage Verified source GitHub

Install

uvx porkbun-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "porkbun-mcp",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Porkbun API key",
          "isRequired": true,
          "format": "string",
          "name": "PORKBUN_API_KEY"
        },
        {
          "description": "Porkbun secret key",
          "isRequired": true,
          "format": "string",
          "name": "PORKBUN_SECRET_KEY"
        },
        {
          "description": "Enable write operations (default: false for read-only mode)",
          "format": "boolean",
          "name": "PORKBUN_GET_MUDDY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...