Map a company domain to its social media URLs and follower counts via Apify.
MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Map a company domain to its social media URLs and follower counts via Apify.
An MCP server that exposes the Mamba Labs Company Social Presence Mapper as a single tool. Install one package and give your MCP client a way to turn a company domain into its official social media URLs and follower counts, wrapping the Mamba Labs actor on Apify and returning Clay-ready flat JSON.
Once MCP is connected, these are the calls the assistant has available:
map_company_social_presence — map a company domain to its official LinkedIn, X, Instagram, Facebook, and YouTube URLs plus follower counts. Profiles are discovered from theActor — Immutable Actor IDYou will need one environment variable: APIFY_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — map_company_social_presence, Actor — is a fair guide to whether it matches your workflow. It is maintained by com.mambabuilt; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| map_company_social_presence | map a company domain to its official LinkedIn, X, Instagram, Facebook, and YouTube URLs plus follower counts. Profiles are discovered from the company's own homepage links, a web search fallback, and pattern guessing, th |
| Actor | Immutable Actor ID |
{
"mcpServers": {
"company-social-presence-mapper": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-company-social-presence-mapper"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APIFY_TOKEN | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.