An MCP server that monitors a company domain for changes across hiring, tech stack, funding, firmographics, and social, returning only what changed since your last run.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-company-change-event-feed"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}