mcp-porkbun-domain-availability
Verified Safeby drdanielbender
Overview
Provides tools to check domain availability and pricing information via the Porkbun API v3.
Installation
npm startEnvironment Variables
- PORKBUN_API_KEY
- PORKBUN_SECRET_API_KEY
Security Notes
The server correctly uses environment variables for API keys and secrets, preventing hardcoding. It uses Zod for input schema validation, which helps prevent malformed inputs. Domain names are directly interpolated into the API endpoint URL; while standard for domain lookups, it's a general point to consider for URL injection, though domain name formats are restrictive. No 'eval' or other obvious malicious patterns were found. Network requests are made to a specific, hardcoded Porkbun API endpoint. The implementation includes built-in rate limiting and comprehensive error handling.
Similar Servers
api-mcp-server
The Model Context Protocol (MCP) server enables AI models to interact with Hostinger API services for hosting, domain management, billing, email marketing, and VPS management.
domain-mcp
AI-powered natural language domain management for Dynadot via Model Context Protocol (MCP) clients.
whois-mcp
Provides LLMs with network information lookup tools through WHOIS and RIPE Database queries for domains, IPs, and ASNs, supporting multiple Regional Internet Registries.
whoisthere
An MCP server enabling LLMs to check domain name availability and discover available Top-Level Domains (TLDs).