Enrich Organization
Give it a company domain, get back the firmographic record.
- Tool
enrich_organization- Cost
- 2 credits
- Category
- Company Enrichment
- Required input
domain- Returns
- Firmographics — industry, size, funding, technologies
What it does
- Enriches a company by website domain.
- Returns firmographics — industry, size, funding, technologies.
- Takes a domain only. There is no LinkedIn input on this tool.
- It is the middle tier of the three company-enrichment tools:
enrich_linkedin_pageis 0.5 credits, this is 2,premium_linkedin_page_insightsis 3.
If you already have the company’s LinkedIn page, use enrich_linkedin_page instead — it is four times cheaper.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
domain | string | Yes | Company website domain, e.g. stripe.com |
How to use it
Connect the MCP server
Follow the setup guide for your client. Browser sign-in, no API key.
Enrich one company
Enrich stripe.com and tell me the industry, employee count and funding.Enrich a list of domains
Enrich these 40 domains. Report how many credits you used.Narrow before you enrich
Only enrich the domains where the company has more than 200 employees. Use
find_companies to filter first so I am not paying 2 credits per row on
companies I will drop anyway.Example prompts
| Ask your client | What you get back |
|---|---|
| ”Enrich stripe.com” | One firmographic record |
| ”Enrich these 40 domains and put them in a table” | One row per company |
| ”What technologies does stripe.com use?” | Cheaper via find_company_techstack at 1 credit |
| ”Enrich this company’s LinkedIn page instead” | Routes to enrich_linkedin_page at 0.5 credits |
Best prompting practices
- Pass a bare domain.
stripe.com, not a deep marketing URL with tracking parameters. - Pick the right tier. Ask yourself what you actually need: a description and headcount is
enrich_linkedin_pagework at 0.5 credits. Only reach for 2 credits when you need the firmographic record. - Do not use it as a tech-stack lookup.
find_company_techstackcosts 1 credit and answers that question directly. - Filter first, enrich second.
find_companiesreturns matching companies at 0.3 credits each — 100 of them for 30 credits. Enriching 100 domains here to then discard 80 costs 200. - Cap the batch. “Stop after 50 and report credits used” keeps a long list from running away with your balance.
Output
{
"domain": "stripe.com",
"industry": "Financial Services",
"employee_count": 8000,
"total_funding_usd": 9200000000
}Credits and limits
2 credits per call, flat. Run check_credits (free) before a large batch.
This is the second-most expensive company tool. On a list of 500 domains it is 1,000 credits. Confirm you need firmographics rather than a LinkedIn page description before you run the batch.
Related tools
| Tool | Use it instead when |
|---|---|
enrich_linkedin_page | You have a LinkedIn page and want the cheapest option — 0.5 credits |
premium_linkedin_page_insights | You need growth trends and hiring patterns, not a flat record — 3 credits |
find_company_techstack | You only want the technology stack — 1 credit |
find_companies | You do not have the domains yet and need to search for companies |
Next steps
- All MCP tools — the full catalogue with credit costs
- TAM Sourcing — workflows that chain this tool into an account list
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.
SyncGTM MCP Mini CourseBeginnerMCP server · 8 lessons · 1h 31mAll 50 MCP tools clustered by GTM job — lead sourcing, CRM enrichment, social signals, account research, scraping — with copy-paste workflow prompts.AI-Powered GTMIntermediateApp + MCP · 19 lessons · 3h 6mWhere AI earns its cost, how to think in MCP tool chains, and three agentic builds — warm outbound, meeting research, CRM repair.