MCP server implementation for managing domains, DNS, and SSL via the Porkbun API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"porkbun-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides tools to interact with the Porkbun API (v3).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
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