Marketing
merchsage.com
Provides indexed data on YouTube sponsorships, allowing users to search and retrieve sponsorship details by brand, creator, or category.
ENDPOINT 1
https://api.merchsage.com/mcp/sponsors
MCP server metadata
- Name
- merchsage-sponsors
- Version
- 1.29.1
MerchSage's public index of YouTube sponsorships, extracted from video transcripts by MerchSage's creator-discovery system. Each record links a sponsoring brand to a YouTube creator and the video the sponsorship appeared in, with a confidence grade ('high' or 'med' — lower-confidence and unnamed-brand extractions are excluded from this index entirely). Use it to answer questions like "which creators has this brand sponsored?", "who sponsors this creator?", or "which brands advertise in this category?". This index is a sample, not a census. It covers sampled videos from sampled channels, and only 'high' and 'med' confidence extractions are included. A brand being absent is not evidence that it never sponsored anyone — it may simply not appear in the sample. Do not present a count from this index as a total. The denominators behind these counts are published at https://api.merchsage.com/api/public/sponsorships/stats — per subscriber band, how many channels were sampled, how many transcripts were read, and how many carried a named sponsor. Use them to state a rate honestly. The human-readable version is https://sponsors.merchsage.com/stats. Subscriber counts are from the YouTube Data API at enrichment time. The index is refreshed daily from MerchSage's discovery system; the `built_at` timestamp on that stats endpoint shows the last build.
Known tools 4
search_sponsorshipsSearch indexed sponsorships by brand name, category and creator size.
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.merchsage-sponsors]
url = "https://api.merchsage.com/mcp/sponsors"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"merchsage-sponsors": {
"type": "http",
"url": "https://api.merchsage.com/mcp/sponsors"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: merchsage-sponsors
Remote MCP URL: https://api.merchsage.com/mcp/sponsors
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": {
"merchsage-sponsors": {
"url": "https://api.merchsage.com/mcp/sponsors"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"merchsage-sponsors": {
"type": "http",
"url": "https://api.merchsage.com/mcp/sponsors"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "merchsage-sponsors",
"transport": "streamable-http",
"url": "https://api.merchsage.com/mcp/sponsors"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.