INDIVIDUAL MCP TOOL
youtuber_add
Add a single YouTuber to the database and trigger the full enrichment pipeline (tags, niches, description, similarity, sponsor detection).
LIVE ENDPOINT
https://api.meetsponsors.com/mcp
Connect to this endpoint to inspect the live schema for youtuber_add 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
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.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.
Related tools
sponsor_search— Search sponsors by name, description, industry tags, or filters.sponsor_get— Get detailed information about a specific sponsor by ID.sponsor_stats— Get statistics for a sponsor: number of YouTubers, median subscribers, operations per week/month/yearsponsor_similar— Find sponsors similar to a given sponsor based on industry tags and niches.sponsor_youtubers— Get YouTubers who have worked with a sponsor.sponsor_mostActive— Get the most active sponsors in a given period (week/month/year), optionally filtered by language or sponsoring kind.sponsor_recentVideos— Get the most recent sponsored videos from a sponsor, ordered by publication datesponsor_recentCollaborations— Get the most recent collaboration (one video per YouTuber) with a sponsor, sorted by publication date