Skip to main content
Glama
Meerkats-Ai

Hatch MCP Server

by Meerkats-Ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HATCH_API_KEYYesYour Hatch API key
HATCH_API_URLNoCustom API URL (defaults to https://api.hatchhq.ai)
HATCH_RETRY_MAX_DELAYNoMaximum delay in milliseconds for retries (default: 10000)
HATCH_RETRY_MAX_ATTEMPTSNoMaximum retry attempts for API calls (default: 3)
HATCH_RETRY_INITIAL_DELAYNoInitial delay in milliseconds for retries (default: 1000)
HATCH_RETRY_BACKOFF_FACTORNoBackoff factor for retry delays (default: 2)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
hatch_find_emailB

Find an email address using first name, last name, and domain information.

hatch_find_phoneB

Find a phone number using LinkedIn profile URL.

hatch_verify_emailC

Verify if an email address is valid and active.

hatch_find_company_dataB

Find detailed information about a company using its domain.

hatch_get_linkedin_urlC

Find LinkedIn URL using name, designation, and company information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different data types: company data, email, phone, LinkedIn URL, and email verification. There is no overlap in functionality, making it easy for an agent to select the correct tool based on the specific need.

Naming Consistency5/5

All tools follow a consistent 'hatch_verb_noun' pattern (e.g., hatch_find_company_data, hatch_verify_email). The naming is uniform, using snake_case throughout, which enhances predictability and readability.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of data lookup and verification. Each tool serves a specific, non-redundant function, making the count appropriate and manageable for the domain.

Completeness4/5

The toolset covers key data lookup operations (company, email, phone, LinkedIn URL) and email verification, providing a solid foundation. A minor gap might be the lack of a tool for updating or managing retrieved data, but the core functionality is complete for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessSyncing