MCP Server

Map a company domain to its social media URLs and follower counts via Apify.

Local serverstdioGo

What is the MCP MCP server?

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.

What you get

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.

What the assistant can call

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 the
  • Actor — Immutable Actor ID

Configuration and credentials

You 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.

  • Node.js 18 or newer - An Apify account with an API token

Setting it up

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.

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
map_company_social_presencemap 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
ActorImmutable Actor ID

How to install the MCP MCP server

{
  "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.

Configuration

  • Node.js 18 or newer - An Apify account with an API token
VariableDescriptionRequired
APIFY_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP to map company social presence.
  • Use MCP to Actor.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (map_company_social_presence, Actor) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.