Social Media
checkbb.com
Provides tools for searching, fetching, comparing, and exporting Instagram creator data for marketing or analysis.
ENDPOINT 1
https://checkbb.com/api/mcp
Known tools 7
search_creatorsSearch Checkbb public Instagram creator pipeline data with bounded fallback metadata when exact discovery is thin.
Inferred read-onlyget_creator_profileFetch one rich Checkbb creator profile with growth snapshots; queues a refresh when the creator is not indexed yet.
Inferred read-onlyget_growth_snapshotsFetch Checkbb growth deltas and recent snapshots for one creator; queues a refresh when the creator is not indexed yet.
Inferred read-onlyexport_shortlistExport a saved or ad-hoc creator shortlist as compact JSON for AI agents.
Inferred read-onlygenerate_campaign_briefGenerate deterministic Markdown and prompt text from a saved or ad-hoc creator shortlist.
Inferred read-onlyget_social_listening_alertsSummarize growth, posting, freshness, and engagement alerts for monitored creators.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for checkbb.com was fetched 2026-09-24T22:51:55.740Z.
checkbb.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.