MCP server implementation for managing domains, DNS, and SSL via the Porkbun API.
{
"mcpServers": {
"porkbun-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server implementation for managing domains, DNS, and SSL via the Porkbun API.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 43 days ago. 13 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Porkbun Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides tools to interact with the Porkbun API (v3).
This server allows MCP-compatible clients (like AI assistants, IDE extensions, etc.) to manage Porkbun domains, DNS records, SSL certificates, and more, through a standardized interface.
ping_porkbun
list_domains
start (optional number): Index to start retrieving domains from (default 0).includeLabels (optional enum: "yes"): Include domain labels.get_dns_records
domain (string): The domain name.create_dns_record
domain (string): The domain name.name (optional string): Subdomain (leave blank for root, * for wildcard).type (string): Record type (A, CNAME, MX, TXT, NS, AAAA, SRV, TLSA, CAA, HTTPS, SVCB).content (string): Record content/answer.ttl (optional number): Time To Live in seconds (default 600, min 600).prio (optional number): Priority (required for MX/SRV records).edit_dns_record
domain (string): The domain name.record_id (string): The ID of the record to edit.name (optional string): New subdomain.type (string): New record type (A, CNAME, MX, etc.).content (string): New record content/answer.ttl (optional number): New TTL in seconds (default 600, min 600).prio (optional number): New Priority (for MX/SRV records).delete_dns_record
domain (string): The domain name.record_id (string): The ID of the record to delete.get_ssl_bundle
domain (string): The domain name.certificatechain, privatekey, and publickey.update_nameservers
domain (string): The domain name.ns (array of strings): An array of name server hostnames.get_nameservers
domain (string): The domain name.add_url_forward
domain (string): The domain name.subdomain (optional string): Subdomain to forward (leave blank for root).location (string): URL to forward to.type (enum: "temporary", "permanent"): Type of forward.includePath (optional enum: "yes", "no"): Include URI path in redirection (default "no").wildcard (optional enum: "yes", "no"): Also forward all subdomains (default "no").**`get_u