An MCP server that turns a company domain into structured firmographics with source provenance, returned as Clay-ready flat JSON.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-company-firmographic-enricher"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}