Skip to main content
Glama
smithery.yaml1.12 kB
# Smithery configuration for Domain Search MCP # https://smithery.ai/docs/build/config startCommand: type: stdio configSchema: type: object properties: PORKBUN_API_KEY: type: string description: "Porkbun API key (optional)" PORKBUN_API_SECRET: type: string description: "Porkbun API secret (optional)" NAMECHEAP_API_KEY: type: string description: "Namecheap API key (optional)" NAMECHEAP_API_USER: type: string description: "Namecheap API username (optional)" NAMECHEAP_CLIENT_IP: type: string description: "Your whitelisted IP for Namecheap API (optional)" required: [] commandFunction: |- (config) => ({ command: 'node', args: ['dist/index.js'], env: { PORKBUN_API_KEY: config.PORKBUN_API_KEY || '', PORKBUN_API_SECRET: config.PORKBUN_API_SECRET || '', NAMECHEAP_API_KEY: config.NAMECHEAP_API_KEY || '', NAMECHEAP_API_USER: config.NAMECHEAP_API_USER || '', NAMECHEAP_CLIENT_IP: config.NAMECHEAP_CLIENT_IP || '' } })

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/domain-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server