Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DENY_TLDSNoDenied TLDs (comma-separated)localhost,internal,test,local
LOG_LEVELNoLogging level: debug | info | warn | errorinfo
ALLOWED_TLDSNoTLD restrictions (comma-separated)com,io,dev,app,co,net,org,xyz,ai,sh,me,cc
PORKBUN_API_KEYNoYour Porkbun API key (optional, but recommended for pricing). Get your free key at: https://porkbun.com/account/api
CACHE_TTL_PRICINGNoCache TTL for pricing information in seconds (default: 1 hour)3600
NAMECHEAP_API_KEYNoYour Namecheap API key (optional, requires IP whitelist)
NAMECHEAP_API_USERNoYour Namecheap username (optional, requires IP whitelist)
PORKBUN_API_SECRETNoYour Porkbun API secret (optional, but recommended for pricing)
RATE_LIMIT_PER_MINUTENoRate limit per minute60
CACHE_TTL_AVAILABILITYNoCache TTL for availability checks in seconds (default: 5 minutes)300

Tools

Functions exposed to the LLM to take actions

NameDescription
search_domain

Search for domain availability and pricing across multiple TLDs.

Returns:

  • Availability status for each domain

  • Pricing (first year and renewal)

  • Whether WHOIS privacy is included

  • Human-readable insights and next steps

Examples:

  • search_domain("vibecoding") → checks vibecoding.com, .io, .dev

  • search_domain("myapp", ["com", "io"]) → checks specific TLDs

bulk_search

Check availability for multiple domain names at once.

Efficiently searches up to 100 domains in parallel with rate limiting. Use a single TLD for best performance.

Returns:

  • Availability status for each domain

  • Pricing where available

  • Summary statistics

Example:

  • bulk_search(["vibecoding", "myapp", "coolstartup"], "io")

compare_registrars

Compare domain pricing across multiple registrars.

Checks the same domain at different registrars to find:

  • Best first year price

  • Best renewal price

  • Overall recommendation

Returns pricing comparison and a recommendation.

Example:

  • compare_registrars("vibecoding", "com") → compares Porkbun vs Namecheap

suggest_domains

Generate and check availability of domain name variations.

Creates variations like:

  • Hyphenated: vibe-coding

  • With numbers: vibecoding1, vibecoding2

  • Prefixes: getvibecoding, tryvibecoding

  • Suffixes: vibecodingapp, vibecodinghq

Returns only available suggestions, ranked by quality.

Example:

  • suggest_domains("vibecoding") → finds available variations

suggest_domains_smart

AI-powered domain name suggestion engine.

Generate creative, brandable domain names from keywords or business descriptions. Combines our semantic engine with GoDaddy's AI suggestions for maximum coverage.

Features:

  • Dual-source suggestions: Our semantic engine + GoDaddy AI

  • Understands natural language queries ("coffee shop in seattle")

  • Auto-detects industry for contextual suggestions

  • Generates portmanteau/blended names (instagram = instant + telegram)

  • Applies modern naming patterns (ly, ify, io, hub, etc.)

  • Filters premium domains by default

  • Pre-verified availability via GoDaddy

Examples:

  • suggest_domains_smart("ai customer service") → AI-themed suggestions

  • suggest_domains_smart("organic coffee", industry="food") → Food-focused names

  • suggest_domains_smart("vibecoding", style="short") → Minimal length names

tld_info

Get information about a Top Level Domain (TLD).

Returns:

  • Description and typical use case

  • Price range

  • Any special restrictions

  • Popularity and recommendations

Example:

  • tld_info("io") → info about .io domains

check_socials

Check if a username is available on social media and developer platforms.

Supports 10 platforms with varying confidence levels:

  • HIGH: GitHub, npm, PyPI, Reddit, Twitter/X (reliable public APIs)

  • MEDIUM: YouTube, ProductHunt (status code based)

  • LOW: Instagram, LinkedIn, TikTok (block automated checks - verify manually)

Returns availability status with confidence indicator.

Example:

  • check_socials("vibecoding") → checks GitHub, Twitter, Reddit, npm

  • check_socials("myapp", ["github", "npm", "pypi"]) → developer platforms only

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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