Back to Home
drdanielbender icon

mcp-porkbun-domain-availability

Verified Safe

by drdanielbender

Overview

Provides tools to check domain availability and pricing information via the Porkbun API v3.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-27

Tags

domain managementPorkbun APIavailability checkMCP serverNode.js