pitchiq_v1_discover_search_creators
ActiveTool of io.github.astafford8488/pitchiq-mcp
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."
}
}
}Parent server
io.github.astafford8488/pitchiq-mcp
https://github.com/astafford8488/PitchIQ
1/7 registries