← createwith.dev

INDIVIDUAL MCP TOOL

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.

createwith.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_enriched_creators and invoke it with your own arguments.

Indexed 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 server

createwith.dev

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.

Related tools

  • 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.
  • search_creators — When the ask is 'find creators who…': the creator draft board, searched with structured filters and a sort.
  • present_shortlist — When the picks are final, once, as the last action: packages your FINAL ranked picks.
  • 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.
  • 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).
  • 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.
  • 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.
  • 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.