Discovery and enrichment consume credits, dictionary and lookup tools are free, and the cost sits on each tool description where the model can read it — so a plan can be assembled that spends on the enrichments that matter and uses the free reference tools for everything else. The hosted-versus-local split is stated equally plainly: CSV export and bulk enrichment need a local filesystem and simply do not exist on the connector. The privacy section is specific too, down to the bearer token being redacted from error messages.
An MCP server over the Influencers Club API covering discovery, enrichment, audience analysis, content data and batch jobs. It runs two ways: a hosted OAuth connector exposing the 19 API tools, or a local stdio install which adds the file and batch tools that need a filesystem, for 29 in total. Every tool states its credit cost.
- Discovery — `discover_creators` is AI semantic search with filters on followers, engagement and location; `find_similar_creators` works from a seed account; `audience_overlap` compares 2 to 10 creators for one credit
- Enrichment at three depths: `enrich_by_handle` returns the full profile including email, demographics, audience, income and brand deals for 1 credit; `enrich_by_handle_raw` returns bio, followers and verification for 0.03; `enrich_by_email` goes the other direction for 0.05
- `connected_socials` — every linked social account for a creator, at 0.5 credits
- Content data — `get_creator_posts` for recent posts with engagement metrics, `get_post_details` for comments, transcript and audio
- Local-only batch enrichment: `create_batch_enrichment` takes a CSV of up to 10,000 handles or emails, with `get_batch_status`, `download_batch_results` and `resume_batch` for a job paused on credits
- Local-only file handling — `get_upload_url`, `wait_for_upload`, `list_import_files`, `list_export_files`, `setup_export_path`
- Free reference tools so filters use valid values: `get_languages`, `get_locations`, `get_brands`, `get_youtube_topics`, `get_games`, `get_audience_brand_categories`, `get_audience_brand_names`, `get_audience_interests`, `get_audience_locations`, and `check_credits`
An Influencers Club account with API credits. The hosted route needs nothing installed: add `https://mcp-dashboard.influencers.club/mcp` as a custom connector in Claude or ChatGPT developer mode and sign in through OAuth. The local route needs Python 3.10+ or Docker, `pip install influencers-club-mcp`, and `INFLUENCERS_CLUB_API_KEY` in the client's env block; the package is `influencers-club-mcp`, 0.2.1 in pyproject. Exports and uploads default to `exports/` and `imports/` in the repo folder, overridable with `EXPORT_HOST_DIR` and `IMPORT_HOST_DIR`. `UPLOAD_PORT` defaults to 8090 and `MAX_CALLS_PER_MINUTE` to 300. The README marks the project as beta. MIT licensed.
One command plus a key — pip install influencers-club-mcp, then supply credentials
