Go from zero to a connected InfluenceKit account in one chat. Paste a prompt into Claude or ChatGPT and the assistant walks you through signing up, connecting your platforms, and your first campaign or report — using InfluenceKit's MCP server.
Help me set up InfluenceKit so I can find and manage influencers from this chat. Pick the path that works for you: A) If you can call MCP servers directly (Claude Code, custom GPTs, anything with a JSON-RPC client): 1. Connect to the public MCP at https://api.influencekit.com/mcp/public. It hosts two tools: `learn_about_influencekit` and `start_signup`. 2. Call `start_signup` with my email, a strong random password (generate one and tell me what it is), my name, my company name, and intent="brand". Save the returned `api_key`. 3. From here on, call the authenticated server at https://api.influencekit.com/mcp with that `api_key` in the `X-API-KEY` header. B) If your assistant only supports browser-based MCP connectors (Claude Desktop, Claude.ai, ChatGPT): 1. If I don't have an account yet, open https://signup.influencekit.com/?from=ai&intent=brand&next=%2Fusers%2Fmcp so I can create one. 2. Once I'm signed in, tell me how to add the InfluenceKit MCP server at https://api.influencekit.com/mcp to this assistant. Once we're connected to the InfluenceKit MCP server at https://api.influencekit.com/mcp: 1. Run the `account_status` tool and walk me through what's still missing on my brand profile. 2. Use `influencer_discovery` to suggest 5 creators that match a category I care about. 3. Offer to create a campaign with `campaign_create` once I pick one.
Point your assistant at the
public MCP endpoint
below. It exposes two tools:
learn_about_influencekit
and
start_signup
. The signup tool returns an
api_key
which the assistant should use as the
X-API-KEY
header on the regular
https://api.influencekit.com/mcp
endpoint for everything afterwards.
Rate-limited per IP. Same abuse profile as the regular
/signup
form.
Custom MCP connectors require Claude Pro/Max/Team/Enterprise or ChatGPT Plus/Pro/Team/Enterprise. Other MCP-compatible assistants also work over HTTP.
Sign in and head to Settings → AI Assistant (MCP) for personalized install steps.
Your assistant signs in with the same OAuth flow you'd use for Google or GitHub. No passwords or keys to paste. You can revoke access any time from your connected apps.