Porkbun Connector for AI agents.
8 live capabilities
Manage your domain portfolio and DNS records through direct actions.
Waiting for input…
Why people use Porkbun
Porkbun for DNS Management and Domain Infrastructure
This Porkbun MCP replaces that manual process with a simple conversation. You can tell your agent to update a record or pull a certificate bundle in seconds. You get a reliable way to manage your infrastructure without having to remember another password or navigate a complex menu.
What Vinkius changes
You stop clicking through web dashboards and start managing your DNS and domains via natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Pointing a staging site to a new load balancer
Instead of logging into the dashboard, a developer tells the agent to use edit_dns_record to update the A record for the staging subdomain.
- Real-world use case 02
Checking name availability for a new startup
A founder asks the agent to check if a specific name is open and what the renewal price is using check_domain_availability and get_domain_pricing.
- Real-world use case 03
Debugging email delivery issues
An engineer asks the agent to retrieve_dns_records for their mail domain to verify that the MX records are correctly configured.
Complete set · 8capabilities
The complete Porkbun capability set.
These are the exact actions your AI can choose when you ask it to work with Porkbun.
01—04
4 capabilities in this set.
Part of 8 available through Porkbun.
- 01 Capability
Get domain pricing
See the current costs for registering or renewing various domain names. You can use this to plan your budget for a new project.
- 02 Capability
List domains
Get a full list of every domain registered in your Porkbun account. It's the fastest way to see your entire portfolio at a glance.
- 03 Capability
Retrieve dns records
Pull every DNS record associated with a specific domain name. This helps you troubleshoot connection issues by seeing exactly what's configured.
- 04 Capability
Edit dns record
Change an existing DNS record to update your site's configuration. This is useful when you need to point a domain to a new IP address quickly.
05—08
4 capabilities in this set.
Part of 8 available through Porkbun.
- 05 Capability
Retrieve ssl bundle
Grab the SSL certificate bundle for a domain generated through Porkbun's automated systems. You can use this to quickly get your security credentials.
- 06 Capability
Check domain availability
See if a specific domain name is available for registration. This lets you check names on the fly without leaving your chat.
- 07 Capability
Create dns record
Add a new DNS record to a domain. Use this to set up MX records for email or CNAMEs for subdomains.
- 08 Capability
Delete dns record
Remove a DNS record from your domain's configuration. This is helpful for cleaning up old records that might cause conflicts.
Set up in minutes
One URL. Then ask Porkbun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Porkbun from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Porkbun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Porkbun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Porkbun URL.
- Step 03
Save and start
Save the connection and enable Porkbun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"porkbun": {
"url": "https://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Porkbun
Open Agent mode in chat and ask: "Using Porkbun, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"porkbun": {
"url": "https://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Porkbun
Ask Copilot: "Using Porkbun, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"porkbun": {
"url": "https://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Porkbun
Open Cascade and ask: "Using Porkbun, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"porkbun": {
"url": "https://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Porkbun
Ask Cline: "Using Porkbun, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add porkbun --transport http "https://edge.vinkius.com/vk_preview_V2vgFNoGGDdybaSQMBwRpoEWa8c7ltqLS89OlXcF/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Porkbun
Ask Claude: "Using Porkbun, show me...". 8 tools are ready
Where the request belongs
Work Porkbun can move forward.
This is for the domain owner who manages a large portfolio and finds manual record updates a tedious drain on their time. It's for anyone who wants to move faster during the naming and deployment phases of a project.
DevOps Engineer
Updates DNS records and verifies infrastructure settings via chat during production deployments.
Web Developer
Checks domain availability and TLD pricing while planning new projects without leaving the IDE.
Domain Investor
Monitors a large portfolio of registered domains and tracks pricing trends across various TLDs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNamecheap
Manage your domains, DNS records, SSL certificates and account. check domain availability and configure nameservers.
NameSilo (Domain Registrar Developer API)
Manage your domain portfolio, DNS records, and registrations directly through NameSilo's developer API.
DNSimple
Manage domains, DNSSEC, and email forwarding via DNSimple. list accounts, control domains, and manage DS records directly from your AI agent.
Gandi.net (Domain Registration & Hosting API)
Manage Gandi.net domains, DNS records, mailboxes, and hosting instances directly from your AI agent.
IP2WHOIS
Look up domain registration details, ownership information, and expiration dates with instant WHOIS queries at scale.
NS1 (IBM NS1 Premium DNS API)
Manage DNS zones, records, and traffic steering via IBM NS1. Automate infrastructure directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Porkbun connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Porkbun.
The practical details behind the request, access and result.
Can I use the Porkbun MCP to buy new domains?
No, this Connector is for managing domains you already own. You can't use it to complete a purchase or register a brand new name.
Does the Porkbun MCP work with Claude and Cursor?
Yes, it works with any MCP-compatible client like Claude, Cursor, and Windsurf. You just need to connect it via Vinkius.
How do I update my DNS records using the Porkbun MCP?
You just tell your agent what change you want to make. It will use the capabilities to add, edit, or delete records for you automatically.
Can I check domain prices with the Porkbun MCP?
Yes, you can ask your agent for the current pricing of various TLDs. It will pull the latest data directly from Porkbun for you.
Will the Porkbun MCP help me find my SSL certificates?
Yes, it can pull the SSL certificate bundle for your domains. This is great for quickly getting the info you need for your web server.
Is the Porkbun MCP safe for my domain account?
It uses your official Porkbun API keys to perform actions. You only provide these keys to your AI client to give it permission to manage your records.
Can I see all DNS records for a domain at once?
Yes! Use the retrieve_dns_records capability with your domain name. It will return a complete list of all active records including A, CNAME, MX, and TXT entries.
Is it possible to check if a domain is available for purchase?
Absolutely. Use the check_domain_availability capability to query any domain name. The agent will tell you if it's available for registration.
Can I delete a DNS record if I made a mistake?
Yes. Use the delete_dns_record capability by providing the domain and the specific record ID. This will permanently remove the record from Porkbun's nameservers.
One connection away
Give your agent a direct line to Porkbun.
Connect Porkbun once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available