mcp talent agency lookup for Grok
com.mambabuilt/mcp-talent-agency-lookup
Match an influencer to their talent agency, or an agency to its public creator roster.
client:Grok
transport:stdio
runtime:npm
Install mcp talent agency lookup in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-talent-agency-lookup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-talent-agency-lookup"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs