You're viewing a demo portfolio

Join the waitlist
PRSM

youtuber_search

Active

Tool of com.meetsponsors/mcp

declared in 1.0.0

Search YouTubers with advanced filters: subscribers, language, niches, sponsors worked with, monthly frequency, etc. Returns compact results. Use youtuber_get for full detail.

Parameters schema

{
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "default": 1,
      "minimum": 1,
      "description": "Page number"
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 20,
      "minimum": 1,
      "description": "Results per page (max 20)"
    },
    "niches": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by niche IDs"
    },
    "search": {
      "type": "string",
      "description": "Search by channel name"
    },
    "sortBy": {
      "type": "string",
      "default": "subscriber_count",
      "description": "Sort field"
    },
    "country": {
      "type": "string",
      "description": "Filter by country code"
    },
    "language": {
      "type": "string",
      "description": "Filter by language (e.g., EN, FR)"
    },
    "sortOrder": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string",
      "default": "desc",
      "description": "Sort order"
    },
    "hasWorkedWith": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by sponsor domains they worked with"
    },
    "maxSubscribers": {
      "type": "integer",
      "description": "Maximum subscriber count"
    },
    "minSubscribers": {
      "type": "integer",
      "description": "Minimum subscriber count"
    },
    "hasNotWorkedWith": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Exclude YouTubers who worked with these sponsor domains"
    },
    "monthlyFrequency": {
      "type": "number",
      "description": "Minimum monthly video frequency"
    },
    "maxRatioSponsored": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Maximum percentage of sponsored videos"
    },
    "minRatioSponsored": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Minimum percentage of sponsored videos"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.meetsponsors/mcp

1/7 registries
View full server →