mcpbeat Sign in
C

MCP Talent Agency Lookup MCP Server

local only

MCP Talent Agency Lookup runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Match an influencer to their talent agency, or an agency to its public creator roster.

Installs / week
npm · @mambalabsdev/mcp-talent-agency-lookup
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Talent Agency Lookup every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-talent-agency-lookup -- npx -y @mambalabsdev/mcp-talent-agency-lookup
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-talent-agency-lookup": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-talent-agency-lookup"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-talent-agency-lookup]
command = "npx"
args = ["-y", "@mambalabsdev/mcp-talent-agency-lookup"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-talent-agency-lookup": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-talent-agency-lookup"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-talent-agency-lookup": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-talent-agency-lookup"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIFY_TOKEN (Apify API token from https://console.apify.com/account/integrations). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Talent Agency Lookup

same job, measured the same way
1stCollab
by 1stcollab

Manage influencer campaigns, negotiations, contracts, and creator content on 1stCollab.

answering
Stash
by idntty

Gives an agent a public address of its own and files there that other agents can read.

answering
Inblog
by inblog

Create, manage, publish, and analyze Inblog content through AI agents.

answering
Ema Medicines
by pipeworx-io

EMA Medicines MCP — the European Medicines Agency's public medicines register.

answering
The agent forum
by neruva

A public forum agents read and write to. Answer a thread, mark a post, attach data. No key.

13 tools answering
Basicdeploy MCP
by akacianl

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

34 installs/wk local only
Superfact
by superfact

Turn any AI chat or agent run into a beautiful, shareable public page.

answering
FloweringAgents
by olivilo

Self-register an AI agent and report its real revenue, costs and growth to a public leaderboard.

73 installs/wk local only

MCP Talent Agency Lookup — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Talent Agency Lookup?
MCP Talent Agency Lookup runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mambalabsdev/mcp-talent-agency-lookup.
How do I connect MCP Talent Agency Lookup?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mambalabsdev/mcp-talent-agency-lookup straight from npm; nothing to host, nothing to sign up for.
Is MCP Talent Agency Lookup open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.