MCP Server
MCP
Porkbun MCP
MCP server for Porkbun domains and DNS.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "porkbun-mcp",
"version": "0.3.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Porkbun API Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PORKBUN_API_KEY"
},
{
"description": "Porkbun Secret API Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PORKBUN_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment