porkbun-mcp
Verified Safeby major
Overview
An MCP server for managing Porkbun DNS records, domains, DNSSEC, and SSL certificates, designed for integration with LLM agents.
Installation
porkbun-mcpEnvironment Variables
- PORKBUN_API_KEY
- PORKBUN_SECRET_KEY
Security Notes
API keys are loaded securely from environment variables (PORKBUN_API_KEY, PORKBUN_SECRET_KEY) via pydantic-settings, preventing hardcoding. The server wraps a legitimate DNS API (`oinker`) and does not appear to contain 'eval', obfuscated code, or other direct malicious patterns. Standard network interaction with the Porkbun API is an expected part of its function.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.
whoisthere
An MCP server enabling LLMs to check domain name availability and discover available Top-Level Domains (TLDs).