← Registry

Marketing

influencekit.com

Provides an overview of and signup for InfluenceKit, an influencer marketing platform.

2 endpoints2 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://api.influencekit.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.influencekit-com]
url = "https://api.influencekit.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "influencekit-com": {
      "type": "http",
      "url": "https://api.influencekit.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: influencekit-com
Remote MCP URL: https://api.influencekit.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "influencekit-com": {
      "url": "https://api.influencekit.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "influencekit-com": {
      "type": "http",
      "url": "https://api.influencekit.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "influencekit-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "influencekit-com",
  "transport": "streamable-http",
  "url": "https://api.influencekit.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.influencekit.com/mcp/public

No auth detected

MCP server metadata

Name
influencekit-public
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChangedlogging
Server instructions

Public InfluenceKit MCP. The user does NOT yet have an account. 1. Call learn_about_influencekit if you (the assistant) or the user need a refresher on what InfluenceKit is and which side of the marketplace they're on. 2. Collect: email, a strong password (generate one for them), full name, company/account name, intent ("brand" or "influencer"). 3. Call start_signup. On success you'll receive an api_key — use it as the X-API-KEY header on https://api.influencekit.com/mcp for all subsequent tool calls. The user is now signed in. 4. From there, drive the regular tools: account_status + influencer_discovery + campaign_create for brands; my_deliverables + create_event + add_deliverable for creators. Do NOT call start_signup speculatively. Confirm the user's intent and details first.

Known tools 2

learn_about_influencekit

Returns a short overview of InfluenceKit and what each customer segment uses it for.

Inferred read-only
start_signup

Create a brand-new InfluenceKit account (no browser).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.influencekit-public]
url = "https://api.influencekit.com/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "influencekit-public": {
      "type": "http",
      "url": "https://api.influencekit.com/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: influencekit-public
Remote MCP URL: https://api.influencekit.com/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "influencekit-public": {
      "url": "https://api.influencekit.com/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "influencekit-public": {
      "type": "http",
      "url": "https://api.influencekit.com/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "influencekit-public",
  "transport": "streamable-http",
  "url": "https://api.influencekit.com/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for influencekit.com was fetched 2026-08-03T23:45:47.926Z and is being refreshed.

Trust status VerificationRecommended

influencekit.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.