Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Porkbun DNS 🐷

PYPI · PORKBUN-MCP · SCANNED SEP 20

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

Available components

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security94
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (build_backend) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 1 of 24 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 163 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1480 tokens (~59/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Porkbun DNS 🐷 MCP server?

Porkbun DNS 🐷 runs locally as a PyPI package, launched with uvx porkbun-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · porkbun-mcp

# add to Claude Code
claude mcp add major-porkbun -- uvx porkbun-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "major-porkbun": {
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "major-porkbun": {
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add major-porkbun -- uvx porkbun-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "major-porkbun": {
      "type": "local",
      "command": [
        "uvx",
        "porkbun-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add major-porkbun --command uvx --arg porkbun-mcp
# ~/.hermes/config.yaml
mcp_servers:
  major-porkbun:
    command: "uvx"
    args: ["porkbun-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "major-porkbun": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "porkbun-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add major-porkbun -t stdio -c uvx -a porkbun-mcp
// mcp.json
{
  "mcpServers": {
    "major-porkbun": {
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +16
    • Malware scan: unverified → pass security
  • 17 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/porkbun-mcp@1.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend unreviewed uv_build

Background: Why install scripts are a supply-chain risk →

Dependencies 24 packages
Packages resolved 24
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~1,430 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
dns_create ~120

Create a new DNS record.

NameTypeReqDescription
contentstringyesRecord content (IP, hostname, text, etc.)
domainstringyesDomain name (e.g., 'example.com')
nameSubdomain (None for root, '*' for wildcard)
priorityPriority for MX/SRV records
record_typestringyesDNS record type: A, AAAA, MX, TXT, CNAME, ALIAS, NS, SRV, etc.
ttlintegerTTL in seconds (minimum 600)
NameTypeReqDescription
record_idstringyesID of the created record
statusstringyesOperation status

No examples provided.

dns_delete ~44

Delete a DNS record by ID.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
record_idstringyesDNS record ID to delete
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

dns_delete_by_name_type ~59

Delete DNS records by subdomain and type.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
record_typestringyesDNS record type
subdomainSubdomain (None for root)
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

dns_edit ~91

Edit a DNS record by ID.

NameTypeReqDescription
contentstringyesNew record content
domainstringyesDomain name (e.g., 'example.com')
nameNew subdomain
priorityNew priority
record_idstringyesDNS record ID to edit
record_typestringyesDNS record type
ttlintegerNew TTL in seconds
NameTypeReqDescription
record_idstringyesID of the created record
statusstringyesOperation status

No examples provided.

dns_edit_by_name_type ~106

Edit all DNS records matching subdomain and type.

NameTypeReqDescription
contentstringyesNew record content
domainstringyesDomain name (e.g., 'example.com')
notesNew notes
priorityNew priority
record_typestringyesDNS record type (A, AAAA, MX, etc.)
subdomainSubdomain (None for root, '*' for wildcard)
ttlNew TTL in seconds
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

dns_get ~43

Get a specific DNS record by ID.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
record_idstringyesDNS record ID
NameTypeReqDescription
contentstringyesRecord content
idstringyesRecord ID
namestringyesFull record name (e.g., www.example.com)
notesOptional notes
priorityPriority (MX, SRV only)
ttlintegeryesTime to live in seconds
typestringyesRecord type (A, AAAA, MX, etc.)

No examples provided.

dns_get_by_name_type ~72

Get DNS records by subdomain and type.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
record_typestringyesDNS record type (A, AAAA, MX, etc.)
subdomainSubdomain (None for root, '*' for wildcard)
NameTypeReqDescription
resultarrayyes

No examples provided.

dns_list ~32

List all DNS records for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
resultarrayyes

No examples provided.

dnssec_create ~72

Create a DNSSEC record.

NameTypeReqDescription
algorithmstringyesDS data algorithm
digeststringyesDigest value
digest_typestringyesDigest type
domainstringyesDomain name (e.g., 'example.com')
key_tagstringyesDNSSEC key tag
NameTypeReqDescription
algorithmstringyesDS data algorithm
digeststringyesDigest value
digest_typestringyesDigest type
key_tagstringyesKey tag

No examples provided.

dnssec_delete ~45

Delete a DNSSEC record.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
key_tagstringyesDNSSEC key tag to delete
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

dnssec_list ~33

List DNSSEC records for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
resultarrayyes

No examples provided.

domains_add_url_forward ~95

Add a URL forwarding rule.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
forward_typestringRedirect type: 'temporary' or 'permanent'
include_pathbooleanInclude URI path in redirect
locationstringyesDestination URL
subdomainSubdomain (None for root)
wildcardbooleanForward all subdomains
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

domains_check_availability ~78

Check domain availability and pricing. WARNING: Heavily rate-limited (1 request per 10 seconds). For price comparisons, use pricing_get first (no rate limits). Only use this tool when you need to confirm a specific domain is available.

NameTypeReqDescription
domainstringyesDomain name to check (e.g., 'example.com')
NameTypeReqDescription
availablebooleanyesWhether domain is available
domainstringyesDomain name checked
premiumbooleanyesWhether this is a premium domain
pricestringyesRegistration price

No examples provided.

domains_create_glue_record ~77

Create a glue record for self-hosted nameservers.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
ipsarrayyesList of IP addresses (IPv4 and/or IPv6)
subdomainstringyesSubdomain for the nameserver (e.g., 'ns1')
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

domains_delete_glue_record ~48

Delete a glue record.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
subdomainstringyesSubdomain of the glue record to delete
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

domains_delete_url_forward ~45

Delete a URL forwarding rule.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
forward_idstringyesURL forward ID to delete
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

domains_get_glue_records ~34

Get glue records for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
resultarrayyes

No examples provided.

domains_get_nameservers ~33

Get nameservers for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
domainstringyesDomain name
nameserversarrayyesList of nameservers

No examples provided.

domains_get_url_forwards ~35

Get URL forwarding rules for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
resultarrayyes

No examples provided.

domains_list ~17

List all domains in your Porkbun account.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultarrayyes

No examples provided.

domains_update_glue_record ~72

Update a glue record's IP addresses.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
ipsarrayyesNew list of IP addresses (replaces all)
subdomainstringyesSubdomain for the nameserver (e.g., 'ns1')
NameTypeReqDescription
messagestringyesConfirmation message
statusstringyesOperation status

No examples provided.

domains_update_nameservers ~45

Update nameservers for a domain.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
nameserversarrayyesList of nameservers
NameTypeReqDescription
domainstringyesDomain name
nameserversarrayyesList of nameservers

No examples provided.

ping ~17

Test API connectivity and get your public IP address.

Input schema present but exposes no named parameters.

NameTypeReqDescription
statusstringyesAPI status
your_ipstringyesYour public IP address

No examples provided.

pricing_get ~73

Get pricing for all available TLDs. PREFERRED for price lookups - no rate limits, returns all TLD prices at once. Use this FIRST when users ask about domain costs, then filter by TLD. Only use domains_check_availability when you need to verify a specific domain is actually available for purchase.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultarrayyes

No examples provided.

ssl_retrieve ~44

Retrieve the SSL certificate bundle for a domain. Only available for domains using Porkbun nameservers.

NameTypeReqDescription
domainstringyesDomain name (e.g., 'example.com')
NameTypeReqDescription
certificate_chainstringyesCertificate chain (PEM)
private_keystringyesPrivate key (PEM)
public_keystringyesPublic key (PEM)

No examples provided.

Common questions

What is the Porkbun DNS 🐷 MCP server?

Porkbun DNS 🐷 is an MCP server listed in the public MCP registry as io.github.major/porkbun. Manage DNS records, domains, DNSSEC, SSL certificates via MCP. This page covers its PyPI package (porkbun-mcp).

Is the Porkbun DNS 🐷 MCP server safe to use?

Porkbun DNS 🐷 scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Porkbun DNS 🐷 MCP server expose?

Porkbun DNS 🐷 exposes 25 tools: ping, dns_list, dns_get, dns_get_by_name_type, dns_create, and 20 more. Their descriptions and schemas cost roughly 1,430 tokens of context every time the server is loaded.

Is the Porkbun DNS 🐷 MCP server still maintained?

Porkbun DNS 🐷 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.