Serversio.github.major/porkbun
P

Porkbun DNS 🐷

io.github.major/porkbun · v1.1.2
▦ pypi
v1.1.2pypi pypi: porkbun-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.major/porkbun",
  "description": "Manage DNS records, domains, DNSSEC, SSL certificates via MCP",
  "title": "Porkbun DNS 🐷",
  "repository": {
    "url": "https://github.com/major/porkbun-mcp",
    "source": "github"
  },
  "version": "1.1.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}