{
  "name": "createwith",
  "title": "CreateWith — Twitch creator discovery",
  "version": "0.1.0",
  "description": "Twitch creator discovery for brands: momentum-ranked risers, engagement outliers and off-platform research, from snapshots collected since 2026-06-08. No key needed.",
  "websiteUrl": "https://createwith.dev",
  "documentationUrl": "https://createwith.dev/llms.txt",
  "transport": {
    "type": "streamable-http",
    "url": "https://createwith.dev/api/v1/mcp",
    "note": "Stateless, POST only. Every request sends `Accept: application/json, text/event-stream`; the transport answers 406 without it."
  },
  "capabilities": {
    "tools": {}
  },
  "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.\n\nThese are things a person can ask for, one per search recipe:\n\n- \"Find rising English-language VALORANT streamers under 10k followers\" — Rising in a game\n- \"Show me the small Twitch channels blowing up this week\" — Trending right now\n- \"Find creators whose live audience is unusually big for their follower count\" — Undervalued engagement\n- \"Tell me everything you know about the streamer quiggy_\" — Creator lookup\n- \"Find Twitch streamers who are also working musicians\" — Off-platform interest\n- \"Find German-speaking streamers for a campaign running in Germany\" — Market-targeted\n- \"Build a brand-safe shortlist of Fortnite creators between 1k and 50k followers\" — Brand-safe shortlist\n- \"What's happening on Twitch right now?\" — What's live now\n\nWhen 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:\n\nCreateWith 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:\n\n1. \"Find rising English-language VALORANT streamers under 10k followers\" — Rising in a game (needs: game name, follower ceiling)\n2. \"Show me the small Twitch channels blowing up this week\" — Trending right now (needs: size tier (micro/small/mid/large))\n3. \"Find creators whose live audience is unusually big for their follower count\" — Undervalued engagement (runs as it is)\n4. \"Tell me everything you know about the streamer quiggy_\" — Creator lookup (needs: login or display name)\n5. \"Find Twitch streamers who are also working musicians\" — Off-platform interest (needs: the interest or topic)\n6. \"Find German-speaking streamers for a campaign running in Germany\" — Market-targeted (needs: market/country)\n7. \"Build a brand-safe shortlist of Fortnite creators between 1k and 50k followers\" — Brand-safe shortlist (needs: game or audience, reach band, shortlist size)\n8. \"What's happening on Twitch right now?\" — What's live now (runs as it is)\n\nWhichever 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.\n\nThe 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.\n\nFacts about the data:\n\n- Status: free beta — metering is live, every price is $0 today, and no card is involved.\n- 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.\n- 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.\n- Every number here is from snapshots we collected ourselves: collection began 2026-06-08, and nothing before that exists or can be backfilled.\n- Only the 3d/7d/14d metric windows are computed — 30d unlocks ~2026-09-06 and 90d ~2027-03-05.\n- 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.\n\nEvery 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.",
  "tools": [
    {
      "name": "search_creators",
      "price_class": "search"
    },
    {
      "name": "search_enriched_creators",
      "price_class": "search"
    },
    {
      "name": "get_channel_profile",
      "price_class": "read"
    },
    {
      "name": "get_trending",
      "price_class": "read"
    },
    {
      "name": "get_live",
      "price_class": "read"
    },
    {
      "name": "get_overview_stats",
      "price_class": "free"
    },
    {
      "name": "list_categories",
      "price_class": "free"
    },
    {
      "name": "list_recipes",
      "price_class": "free"
    },
    {
      "name": "present_shortlist",
      "price_class": "free"
    }
  ],
  "auth": {
    "required": false,
    "note": "No key is needed to start — a key keeps your usage on one account and lifts this cap.",
    "signup": {
      "method": "POST",
      "url": "/api/v1/keys",
      "body": {
        "email": "you@example.com",
        "name": "optional label"
      },
      "note": "Free beta: 200 free read/search calls; store the returned key."
    }
  },
  "install": {
    "connector_url": "https://createwith.dev/api/v1/mcp",
    "claude_code": "claude mcp add --transport http createwith https://createwith.dev/api/v1/mcp",
    "mcp_json": {
      "mcpServers": {
        "createwith": {
          "url": "https://createwith.dev/api/v1/mcp"
        }
      }
    },
    "steps_url": "https://createwith.dev/connect"
  }
}
