You're viewing a demo portfolio

Join the waitlist
PRSM

pitchiq_v1_discover_search_creators

Active

Tool of io.github.astafford8488/pitchiq-mcp

declared in 0.1.0

Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product. Returns name, platform handles, followers, avg concurrent viewers, category, and top games. x402-payable; no PAT required.

Parameters schema

{
  "type": "object",
  "properties": {
    "tier": {
      "enum": [
        "small",
        "mid",
        "large"
      ],
      "type": "string",
      "description": "Audience-size tier."
    },
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 50,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "description": "Free-text match on the creator's display name."
    },
    "category": {
      "type": "string",
      "description": "Filter by primary category."
    },
    "language": {
      "type": "string",
      "description": "Filter by language."
    },
    "accepts_keys": {
      "type": "boolean",
      "description": "Only creators who accept review keys."
    },
    "min_followers": {
      "type": "integer",
      "minimum": 0,
      "description": "Minimum follower count."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.astafford8488/pitchiq-mcp

https://github.com/astafford8488/PitchIQ

1/7 registries
View full server →