Company Firmographic Enricher
About
Enrich a company domain into structured firmographics: employee band, industry, HQ location, founded year, revenue estimate, logo, and description. Extracts data from schema.org JSON-LD and HTML meta tags with per-field source provenance. Flat JSON output, Clay ready.
Details
- Author
- mambalabsdev
- Downloads
- 347
- Categories
- Marketing, Other
Jump to
- Enriches a company domain into structured firmographic data
- Returns employee band, industry, HQ location, and founded year
- Includes revenue estimate, logo URL, and description
- Provides source signals and a data completeness score
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Company Firmographic EnricherCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by adding the server configuration to your MCP client, specifying the command npx and argument @mambalabsdev/mcp-company-firmographic-enricher. Set the APIFY_TOKEN environment variable with a valid Apify API token, then call the tool enrich_company_firmographics with a company domain.
enrich_company_firmographics
Enrich a company domain into structured firmographics: employee band, industry, HQ, founded year, revenue estimate, logo, and description, with source provenance. Parsed from the company's schema.org/Organization JSON-LD and HTML meta tags and returned as a flat, Clay-ready JSON row with a source_signals array and a data_completeness score. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"company firmographic enricher": {
"company-firmographic-enricher": {
"command": "npx",
"args": [
"@mambalabsdev/mcp-company-firmographic-enricher"
]
}
}
}
}
McpServers
{
"company-firmographic-enricher": {
"command": "npx",
"args": [
"@mambalabsdev/mcp-company-firmographic-enricher"
]
}
}
Company Firmographic Enricher MCP Server
An MCP server that exposes the Mamba Labs Company Firmographic Enricher as a single tool. Install one package and give your MCP client a way to turn a company domain into structured firmographics, wrapping the Mamba Labs actor on Apify and returning Clay-ready flat JSON with source provenance.
- What it does
- Quick start
- Prerequisites
- Example prompts
- Tool and inputs
- Full actor documentation
- Mamba Labs GTM Suite
- License
This server gives an AI client one tool:
- enrich_company_firmographics: enrich a company domain into employee band, industry, HQ, founded year, revenue estimate, logo, and description, parsed from the company's schema.org/Organization JSON-LD and HTML meta tags. Every record includes asource_signalsarray and adata_completenessscore.
All of the work runs on Apify. This package is a thin client that routes the tool call to the actor and hands back the result.
You need Node.js 18 or newer and an Apify account with an API token.
{ "mcpServers": { "company-firmographic-enricher": { "command": "npx", "args": ["-y", "@mambalabsdev/mcp-company-firmographic-enricher"], "env": { "APIFY_TOKEN": "your-apify-token" } } } }
Get your token athttps://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. The tool will be available.
- Node.js 18 or newer
- An Apify account with an API token
- "Enrich stripe.com: employees, industry, HQ, founded year, and revenue estimate."
- "What firmographics can you find for gitlab.com, and how complete is the data?"
- "Pull company firmographics for these domains: stripe.com, gitlab.com, notion.so."
- "Find the employee band and HQ location for acme.com."
- domain(string): bare company domain to enrich, e.g. stripe.com. Provide this ordomains.
- company_name(string): optional company name, used as a fallback label when the page does not expose one.
- domains(array): list of bare domains for batch processing. Takes precedence overdomain.
- batchSize(number): domains enriched concurrently per wave in batch mode. Default 5, maximum 10.
- skipCache(boolean): force a fresh enrichment and ignore the 7 day result cache.
For the complete input and output reference, pricing, and run history, see the Company Firmographic Enricher actor on the Apify Store (canonical immutable Actor ID URL):
https://apify.com/mambalabs/YlUtLWjfPpqykmB8g
This server is part of theMamba Labs GTM Suite, a fleet of twelve specialized MCP servers for go-to-market signal intelligence, each backed by a dedicated Apify actor.
Built by Mamba Labs.https://apify.com/mambalabs
Free MCP that drives an audit of your marketing. Your AI connects, adsOS digs through your ads, email and site, and hands back a growth plan you can run today.
AI marketing analyst that connects Google Ads, Meta Ads, GA4, Search Console, and Stripe to audit campaigns, analyze funnels, and catch wasted ad spend from one chat.
Google Maps business & lead data API and MCP server - search, enrich (email, social, tech stack), and export leads across 195 countries.
CalmSEO gives AI assistants live SEO data for keyword research, SERP checks, competitor keywords, page audits, and Google Search Console insights through MCP.
Monitor a company domain and get only what changed across hiring, tech stack, funding, firmographics, and social.
Access real-time exclusive B2B data APIs that power your AI agents and workflows
Resolve any combination of company name, domain, or LinkedIn URL into one canonical company identity with confidence scores.
MCP server for B2B data enrichment via Derrick: find verified emails, phone numbers, and 100+ LinkedIn/company data points natively from agents. Powered by Google Sheets-native Derrick API.
Free -> no API key required. Domain/companyname -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.
Rolls hiring and tech-stack signals into a single go-to-market fit score for fast account prioritization. Part of the Mamba Labs signal toolkit.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



