Porkbun DNS 🐷
PYPI · PORKBUN-MCP · SCANNED SEP 20
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
Available components
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
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
claude mcp add major-porkbun -- uvx porkbun-mcp
{
"mcpServers": {
"major-porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
]
}
}
} {
"servers": {
"major-porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
]
}
}
} codex mcp add major-porkbun -- uvx porkbun-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"major-porkbun": {
"type": "local",
"command": [
"uvx",
"porkbun-mcp"
],
"enabled": true
}
}
} openclaw mcp add major-porkbun --command uvx --arg porkbun-mcp
mcp_servers:
major-porkbun:
command: "uvx"
args: ["porkbun-mcp"] {
"McpServers": {
"major-porkbun": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"porkbun-mcp"
]
}
}
} assistant mcp add major-porkbun -t stdio -c uvx -a porkbun-mcp
{
"mcpServers": {
"major-porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
]
}
}
} 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
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 →
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 →
dns_create Dns Create ~120
Create a new DNS record.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Record content (IP, hostname, text, etc.) |
| domain | string | yes | Domain name (e.g., 'example.com') |
| name | – | – | Subdomain (None for root, '*' for wildcard) |
| priority | – | – | Priority for MX/SRV records |
| record_type | string | yes | DNS record type: A, AAAA, MX, TXT, CNAME, ALIAS, NS, SRV, etc. |
| ttl | integer | – | TTL in seconds (minimum 600) |
| Name | Type | Req | Description |
|---|---|---|---|
| record_id | string | yes | ID of the created record |
| status | string | yes | Operation status |
No examples provided.
dns_delete Dns Delete ~44
Delete a DNS record by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| record_id | string | yes | DNS record ID to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
dns_delete_by_name_type Dns Delete By Name Type ~59
Delete DNS records by subdomain and type.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| record_type | string | yes | DNS record type |
| subdomain | – | – | Subdomain (None for root) |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
dns_edit Dns Edit ~91
Edit a DNS record by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | New record content |
| domain | string | yes | Domain name (e.g., 'example.com') |
| name | – | – | New subdomain |
| priority | – | – | New priority |
| record_id | string | yes | DNS record ID to edit |
| record_type | string | yes | DNS record type |
| ttl | integer | – | New TTL in seconds |
| Name | Type | Req | Description |
|---|---|---|---|
| record_id | string | yes | ID of the created record |
| status | string | yes | Operation status |
No examples provided.
dns_edit_by_name_type Dns Edit By Name Type ~106
Edit all DNS records matching subdomain and type.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | New record content |
| domain | string | yes | Domain name (e.g., 'example.com') |
| notes | – | – | New notes |
| priority | – | – | New priority |
| record_type | string | yes | DNS record type (A, AAAA, MX, etc.) |
| subdomain | – | – | Subdomain (None for root, '*' for wildcard) |
| ttl | – | – | New TTL in seconds |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
dns_get Dns Get ~43
Get a specific DNS record by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| record_id | string | yes | DNS record ID |
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Record content |
| id | string | yes | Record ID |
| name | string | yes | Full record name (e.g., www.example.com) |
| notes | – | – | Optional notes |
| priority | – | – | Priority (MX, SRV only) |
| ttl | integer | yes | Time to live in seconds |
| type | string | yes | Record type (A, AAAA, MX, etc.) |
No examples provided.
dns_get_by_name_type Dns Get By Name Type ~72
Get DNS records by subdomain and type.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| record_type | string | yes | DNS record type (A, AAAA, MX, etc.) |
| subdomain | – | – | Subdomain (None for root, '*' for wildcard) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
dns_list Dns List ~32
List all DNS records for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
dnssec_create Dnssec Create ~72
Create a DNSSEC record.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | yes | DS data algorithm |
| digest | string | yes | Digest value |
| digest_type | string | yes | Digest type |
| domain | string | yes | Domain name (e.g., 'example.com') |
| key_tag | string | yes | DNSSEC key tag |
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | yes | DS data algorithm |
| digest | string | yes | Digest value |
| digest_type | string | yes | Digest type |
| key_tag | string | yes | Key tag |
No examples provided.
dnssec_delete Dnssec Delete ~45
Delete a DNSSEC record.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| key_tag | string | yes | DNSSEC key tag to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
dnssec_list Dnssec List ~33
List DNSSEC records for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
domains_add_url_forward Domains Add Url Forward ~95
Add a URL forwarding rule.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| forward_type | string | – | Redirect type: 'temporary' or 'permanent' |
| include_path | boolean | – | Include URI path in redirect |
| location | string | yes | Destination URL |
| subdomain | – | – | Subdomain (None for root) |
| wildcard | boolean | – | Forward all subdomains |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
domains_check_availability 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to check (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| available | boolean | yes | Whether domain is available |
| domain | string | yes | Domain name checked |
| premium | boolean | yes | Whether this is a premium domain |
| price | string | yes | Registration price |
No examples provided.
domains_create_glue_record Domains Create Glue Record ~77
Create a glue record for self-hosted nameservers.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| ips | array | yes | List of IP addresses (IPv4 and/or IPv6) |
| subdomain | string | yes | Subdomain for the nameserver (e.g., 'ns1') |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
domains_delete_glue_record Domains Delete Glue Record ~48
Delete a glue record.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| subdomain | string | yes | Subdomain of the glue record to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
domains_delete_url_forward Domains Delete Url Forward ~45
Delete a URL forwarding rule.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| forward_id | string | yes | URL forward ID to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
domains_get_glue_records Domains Get Glue Records ~34
Get glue records for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
domains_get_nameservers Domains Get Nameservers ~33
Get nameservers for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name |
| nameservers | array | yes | List of nameservers |
No examples provided.
domains_get_url_forwards Domains Get Url Forwards ~35
Get URL forwarding rules for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
domains_list Domains List ~17
List all domains in your Porkbun account.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
domains_update_glue_record Domains Update Glue Record ~72
Update a glue record's IP addresses.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| ips | array | yes | New list of IP addresses (replaces all) |
| subdomain | string | yes | Subdomain for the nameserver (e.g., 'ns1') |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Confirmation message |
| status | string | yes | Operation status |
No examples provided.
domains_update_nameservers Domains Update Nameservers ~45
Update nameservers for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| nameservers | array | yes | List of nameservers |
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name |
| nameservers | array | yes | List of nameservers |
No examples provided.
ping Ping ~17
Test API connectivity and get your public IP address.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | yes | API status |
| your_ip | string | yes | Your public IP address |
No examples provided.
pricing_get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
ssl_retrieve Ssl Retrieve ~44
Retrieve the SSL certificate bundle for a domain. Only available for domains using Porkbun nameservers.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g., 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| certificate_chain | string | yes | Certificate chain (PEM) |
| private_key | string | yes | Private key (PEM) |
| public_key | string | yes | Public key (PEM) |
No examples provided.
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.