Servers
C
Company Firmographic Enricher
@mambalabsdev
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"company-firmographic-enricher": {
"command": "npx",
"args": [
"@mambalabsdev/mcp-company-firmographic-enricher"
]
}
}
}