← checkbb.com

INDIVIDUAL MCP TOOL

export_shortlist

Export a saved or ad-hoc creator shortlist as compact JSON for AI agents.

checkbb.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

checkbb.com

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.checkbb-com]
url = "https://checkbb.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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": {
    "checkbb-com": {
      "url": "https://checkbb.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_creators — Search Checkbb public Instagram creator pipeline data with bounded fallback metadata when exact discovery is thin.
  • get_creator_profile — Fetch one rich Checkbb creator profile with growth snapshots; queues a refresh when the creator is not indexed yet.
  • get_growth_snapshots — Fetch Checkbb growth deltas and recent snapshots for one creator; queues a refresh when the creator is not indexed yet.
  • compare_creators — Compare multiple Checkbb creator profiles for a campaign brief.
  • generate_campaign_brief — Generate deterministic Markdown and prompt text from a saved or ad-hoc creator shortlist.
  • get_social_listening_alerts — Summarize growth, posting, freshness, and engagement alerts for monitored creators.