Enrich — Company Domain Intelligence
Server Details
Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- globalsearchdata/enrich-mcp-plugin
- GitHub Stars
- 5
- Server Listing
- enrich-company-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 2 of 2 tools scored.
The two tools are clearly distinguished by their lookup key: one uses domain, the other uses company name. The names directly indicate the difference, and the descriptions reinforce it, leaving no ambiguity about which tool to use.
Both tools follow the exact pattern 'enrich_company_by_<key>', making the naming scheme perfectly consistent. The verb 'enrich' and noun 'company' are maintained, and the differentiator is the final suffix.
With only two tools, the server feels thin for a general 'company intelligence' purpose, although it could be sufficient for a niche enrichment service. The count is borderline and would benefit from additional lookup methods or related operations.
The two tools cover the primary enrichment needs: by domain and by name, both returning comprehensive data. Minor gaps like enrichment by email or phone could be added, but the core functionality is present for the stated domain intelligence purpose.
Available Tools
2 toolsenrich_companyAInspect
Enrich a company by domain name. Returns company name, country, contact emails, phone numbers, and social media profiles (LinkedIn, Twitter/X, Facebook, Instagram, YouTube).
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Company domain, e.g. 'stripe.com' or 'https://stripe.com' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full burden of behavioral disclosure. It describes the output fields but does not clarify whether the operation is read-only, if any side effects occur, or how it handles invalid or non-existent domains. The 'enrich' term implies a lookup but remains ambiguous.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise: two sentences, front-loaded with the primary action and input, followed by a compact list of return fields. Every sentence adds value, and there is no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter, no output schema), and the description covers its main purpose and outputs. However, it lacks details on failure modes, output shape, or field availability, and it does not reference the sibling alternative. It is minimally viable but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%; the schema already documents the 'domain' parameter with examples. The tool description adds no additional parameter semantics beyond specifying 'by domain name', which is already present in the schema. The baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action ('Enrich a company') and its primary input ('by domain name'), and lists the returned data categories. This distinguishes it from the sibling tool 'enrich_company_by_name', which enriches by name instead.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a company domain is known, but it does not explicitly mention the sibling tool 'enrich_company_by_name' or provide when-not-to-use guidance. It only states the input, leaving the comparison to alternatives implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enrich_company_by_nameAInspect
Enrich a company by name (partial match). Returns company domain, country, contact emails, phone numbers, and social media profiles.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name, e.g. 'apollo sale' or 'Acme Corp' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. It states that partial matching is supported and lists the return fields (domain, country, contact emails, phone numbers, social media profiles), which indicates a read/enrichment operation. However, it does not mention potential multiple matches, failure modes, or rate limits, limiting full transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise—two sentences—and front-loaded with the action ('Enrich a company by name'). Every word earns its place, with no fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description is fairly complete: it states the input type, matching behavior, and the categories of returned data. It lacks details on output structure or edge cases, but given the simplicity, it covers most essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers the 'name' parameter with a description and example. The tool description adds the key semantic of 'partial match', which is not present in the schema, providing additional meaning beyond the structured definition. This exceeds the baseline for 100% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's verb ('Enrich') and resource ('a company by name'), and specifies it performs a partial match. It distinguishes itself from the sibling 'enrich_company' by noting the partial-match behavior, though it doesn't explicitly compare the two tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool: when you have a company name and want enrichment, with partial matching. It provides clear context (using a name with partial match) but does not explicitly state exclusions or alternative tools for exact matches or non-name inputs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceDomain and company intelligence for AI agents. Enables vetting companies, qualifying leads, and mapping targets from free public data without API keys.MIT
- Flicense-qualityDmaintenanceEnables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.
- AlicenseAqualityAmaintenanceEnables enriching company domains into structured firmographics including employee band, industry, HQ, founded year, revenue estimate, logo, and description, with source provenance and data completeness scoring.1621MIT
- Alicense-qualityBmaintenanceEnriches company data from a domain name, providing firmographics, socials, tech stack, and contact info via a pay-per-call x402 micropayment API.2MIT
Your Connectors
Sign in to create a connector for this server.