enrich_company_domain
Enrich a company DOMAIN with firmographics (industry, employee range, location).
Read utilities
Returns data. Calling it changes nothing, so it is safe in an unattended loop.
What it does
Enrich a company DOMAIN with firmographics (industry, employee range, location).
Company-level only (no contact PII). Use to enrich a lead's email domain or an account.
RETURNS: {domain, name, employee_range, industry, city, state, enriched: bool}.
Returns {enriched: false} when the domain can't be enriched or targeting is not configured.Arguments
| Argument | Type | Notes | |
|---|---|---|---|
domain |
string | required | Company domain, e.g. 'metadata.io'. |
Request
curl
curl -s -X POST https://mcp-server.metadata.io/mcp \
-H "Authorization: $METADATA_PAT" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-11-25" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"enrich_company_domain","arguments":{"domain":"<domain>"}}}'
Response
Recorded with these arguments. Enum values are the first the tool's own schema
declares; ids were fetched live from a list_ call immediately before.
arguments used
{
"domain": "metadata.io"
}
Real, from the production server, in 972 ms. Values that identify a customer or disclose money are replaced with typed placeholders; keys, types and nesting are exactly as returned.
recorded response
{
"enriched": false,
"reason": "[reason redacted]"
}
Related
Other utilities tools: