Server data from the Official MCP Registry
Enrich a company domain into firmographics via Apify: employees, industry, HQ, revenue, logo, age.
Enrich a company domain into firmographics via Apify: employees, industry, HQ, revenue, logo, age.
This MCP server is well-structured with appropriate authentication, minimal code complexity, and permissions that align with its purpose as a thin client for the Apify company enrichment API. The server requires an APIFY_TOKEN for all operations, validates inputs using Zod, and handles API errors gracefully. No security vulnerabilities were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: APIFY_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"com-mambabuilt-mcp-company-firmographic-enricher": {
"env": {
"APIFY_TOKEN": "your-apify-token-here"
},
"args": [
"-y",
"@mambalabsdev/mcp-company-firmographic-enricher"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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 a source_signals array and a data_completeness score.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.
Add this to your Claude Desktop config:
{
"mcpServers": {
"company-firmographic-enricher": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-company-firmographic-enricher"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}
Get your token at https://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. The tool will be available.
enrich_company_firmographics:
domain (string): bare company domain to enrich, e.g. stripe.com. Provide this or domains.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 over domain.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
MIT
Built by Mamba Labs. https://apify.com/mambalabs
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.