Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

generate_domains

Generate professional domain name suggestions based on keywords, TLD preferences, and exclusion lists to help find available domains for email marketing and outreach campaigns.

Instructions

Generate professional domain name suggestions (local rules).

Input Schema

NameRequiredDescriptionDefault
desiredCountNoNumber of domains to generate.
excludeDomainsNoDomains to exclude.
keywordsYesKeywords to generate domains from.
tldsNoTLDs to use.

Input Schema (JSON Schema)

{ "properties": { "desiredCount": { "default": 10, "description": "Number of domains to generate.", "type": "number" }, "excludeDomains": { "default": [], "description": "Domains to exclude.", "items": { "type": "string" }, "type": "array" }, "keywords": { "description": "Keywords to generate domains from.", "items": { "type": "string" }, "type": "array" }, "tlds": { "default": [ ".com" ], "description": "TLDs to use.", "items": { "type": "string" }, "type": "array" } }, "required": [ "keywords" ], "type": "object" }

Other Tools from Zapmail MCP Server

Related Tools

    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/dsouzaalan/zapmail-mcp'

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