Skip to main content
Glama

domain_search

Find key email contacts at any company domain to connect with decision-makers and build professional relationships.

Instructions

Return the top 10 emails on a given domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes

Implementation Reference

  • main.py:8-12 (handler)
    The domain_search tool handler: an async function decorated as an MCP tool that takes a domain string, queries the Hunter API client for domain-search endpoint, and returns the response (top 10 emails).
    @mcp.tool(description="Return the top 10 emails on a given domain.") async def domain_search(domain: str) -> str: async with HunterAPIClient() as client: response = await client.get("domain-search", {"domain": domain}) return response

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/hunter-io/hunter-mcp'

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