← Registry

Marketing

createwith.dev

Discovers and analyzes Twitch creators for influencer marketing, offering search, viewer metrics, and brand-fit insights.

1 endpoint9 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://createwith.dev/api/v1/mcp

No auth detected

MCP server metadata

Name
createwith
Version
0.1.0
Capabilities
tools
Server instructions

CreateWith is a Twitch creator-discovery service for brands: it ranks under-utilised streamers by momentum, engagement and off-platform interests, from snapshots it collects itself. No key is needed to read or search — only commissioning fresh research (POST /api/v1/research) takes one. These are things a person can ask for, one per search recipe: - "Find rising English-language VALORANT streamers under 10k followers" — Rising in a game - "Show me the small Twitch channels blowing up this week" — Trending right now - "Find creators whose live audience is unusually big for their follower count" — Undervalued engagement - "Tell me everything you know about the streamer quiggy_" — Creator lookup - "Find Twitch streamers who are also working musicians" — Off-platform interest - "Find German-speaking streamers for a campaign running in Germany" — Market-targeted - "Build a brand-safe shortlist of Fortnite creators between 1k and 50k followers" — Brand-safe shortlist - "What's happening on Twitch right now?" — What's live now When an ask has blanks the menu needs, the reply people have found most useful is the menu itself with an example sentence per search — a reply of this shape: CreateWith searches Twitch creators for brand campaigns. No key is needed to start, so any of these can run right now — here are the eight, in the words a person would use: 1. "Find rising English-language VALORANT streamers under 10k followers" — Rising in a game (needs: game name or genre, follower ceiling) 2. "Show me the small Twitch channels blowing up this week" — Trending right now (needs: size tier (micro/small/mid/large)) 3. "Find creators whose live audience is unusually big for their follower count" — Undervalued engagement (runs as it is) 4. "Tell me everything you know about the streamer quiggy_" — Creator lookup (needs: login or display name) 5. "Find Twitch streamers who are also working musicians" — Off-platform interest (needs: the interest or topic) 6. "Find German-speaking streamers for a campaign running in Germany" — Market-targeted (needs: market/country) 7. "Build a brand-safe shortlist of Fortnite creators between 1k and 50k followers" — Brand-safe shortlist (needs: game or audience, reach band, shortlist size) 8. "What's happening on Twitch right now?" — What's live now (runs as it is) Whichever of those is closest to what you have in mind — with the blanks beside it filled in — is enough for me to run it and come back with a shortlist. The list_recipes tool returns that menu as data: each recipe's id, title, the blanks it needs from a person, and the call it makes. Facts about the data: - Status: free beta — metering is live, every price is $0 today, and no card is involved. - No key is needed to start — every read and search runs as a guest, cached research dossiers (GET /api/v1/creators/{id}/research) included, metered per IP; a free email-only key (POST /api/v1/keys with {"email":"you@example.com"}) keeps usage on one account. POST /api/v1/research — commissioning new research — is the one endpoint that requires a key. - A keyed account starts with 200 free read/search calls; only keyed metered calls draw on them — guest calls run against their own per-IP daily cap, and the free endpoints cost nothing to anyone. - Every number here is from snapshots we collected ourselves: collection began 2026-06-08, and nothing before that exists or can be backfilled. - Only the 3d/7d/14d metric windows are computed — 30d unlocks ~2026-09-06 and 90d ~2027-03-05. - Off-platform dossiers cover ~1,800 creators out of 566k+ tracked; GET /api/v1/stats is free and carries both live counts, plus where the dossiers are by language and reach band. Every tool result ends with a `relay:` block naming the recipe the call matched, the metric window the numbers came from, and one `say` line per caveat that applies to that exact response. Those lines are the honest framing for the numbers above them, and they are written to be passed on as they are.

Known tools 9

get_overview_stats

When the shape of the dataset matters before filtering: which languages and games actually have data, how viewer counts are distributed, how many creators are tracked, and when collection started.

Inferred read-only
search_creators

When the ask is 'find creators who…': the creator draft board, searched with structured filters and a sort.

Inferred read-only
search_enriched_creators

When the ask is about who a creator is BEYOND Twitch ('also into fitness', 'has a music side', 'streetwear-adjacent'): full-text search over the off-platform 'second act' research — interests, topics, brand-fit, prior brand deals, summary.

Inferred read-only
present_shortlist

When the picks are final, once, as the last action: packages your FINAL ranked picks.

Inferred read-only
get_channel_profile

When one creator needs justifying or comparing: that creator's metrics across every window plus a compact summary of their viewer and follower trend over collected snapshots.

Inferred read-only
list_categories

When an audience or topic phrase has to become real game names before filtering search_creators by game ('sports' -> the sports titles we ingest).

Inferred read-only
list_recipes

When a person asks what this service can do, or which call answers their ask: the named search recipes — the prompt a person would say, the blanks it needs from them, and the call it makes — plus the facts about the data that belong in any answer drawn from it.

Inferred read-only
get_trending

When the ask is who is blowing up right now rather than who is big: the rising-creator leaderboard, ranked by trending_score inside each follower size tier (micro/small/mid/large) with the reasons and a 14-point daily series behind each row.

Inferred read-only
get_live

When the question is about this moment rather than about a window: the right-now platform snapshot — concurrent viewers, live channel count, and the top games, channels and clips as of the most recent capture cycle.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "createwith": {
      "type": "http",
      "url": "https://createwith.dev/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: createwith
Remote MCP URL: https://createwith.dev/api/v1/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": {
    "createwith": {
      "url": "https://createwith.dev/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "createwith": {
      "type": "http",
      "url": "https://createwith.dev/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "createwith",
  "transport": "streamable-http",
  "url": "https://createwith.dev/api/v1/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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