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
index.ts•330 B
/**
* Registrar Exports.
*
* Porkbun is the primary registrar for availability and pricing checks.
* Namecheap is supported as an alternative.
*/
export { RegistrarAdapter } from './base.js';
export { PorkbunAdapter, porkbunAdapter } from './porkbun.js';
export { NamecheapAdapter, namecheapAdapter } from './namecheap.js';