Marketing
meetsponsors.com
Provides tools for searching and analyzing sponsors and their relationships with YouTubers.
ENDPOINT 1
https://api.meetsponsors.com/mcp
MCP server metadata
- Name
- meet-sponsors
- Version
- 1.0.0
Known tools 17
sponsor_statsGet statistics for a sponsor: number of YouTubers, median subscribers, operations per week/month/year
Inferred read-onlysponsor_similarFind sponsors similar to a given sponsor based on industry tags and niches.
Inferred read-onlysponsor_mostActiveGet the most active sponsors in a given period (week/month/year), optionally filtered by language or sponsoring kind.
Inferred read-onlysponsor_recentVideosGet the most recent sponsored videos from a sponsor, ordered by publication date
Inferred read-onlysponsor_recentCollaborationsGet the most recent collaboration (one video per YouTuber) with a sponsor, sorted by publication date
Inferred read-onlyyoutuber_searchSearch YouTubers with advanced filters: subscribers, language, niches, sponsors worked with, monthly frequency, etc.
Inferred read-onlyyoutuber_getGet detailed information about a specific YouTuber by their YouTube channel ID.
Inferred read-onlyyoutuber_sponsorsGet sponsors a YouTuber has worked with, including video counts for each sponsor.
Inferred read-onlyyoutuber_recentSponsoredGet the most recent sponsored videos from a YouTuber, with one video per sponsor (sorted by publication date)
Inferred read-onlyyoutuber_similarFind YouTubers similar to a given YouTuber based on content, niches, and sponsors.
Inferred read-onlyyoutuber_lastActiveBiggestGet the biggest YouTubers who have been active recently (last 15 days) for a specific language.
Inferred read-onlyyoutuber_addAdd a single YouTuber to the database and trigger the full enrichment pipeline (tags, niches, description, similarity, sponsor detection).
Inferred read-onlyyoutuber_bulk_addAdd up to 50 YouTubers in one call and trigger enrichment for each.
Inferred read-onlyCONNECT 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.meet-sponsors]
url = "https://api.meetsponsors.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meet-sponsors": {
"type": "http",
"url": "https://api.meetsponsors.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meet-sponsors
Remote MCP URL: https://api.meetsponsors.com/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": {
"meet-sponsors": {
"url": "https://api.meetsponsors.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meet-sponsors": {
"type": "http",
"url": "https://api.meetsponsors.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meet-sponsors",
"transport": "streamable-http",
"url": "https://api.meetsponsors.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for meetsponsors.com was fetched 2026-07-31T06:42:23.426Z and is being refreshed.
meetsponsors.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.