Marketing
bestaffiliateprograms.cc
Provides tools to search and retrieve affiliate program details like commissions, networks, and categories for marketing purposes.
ENDPOINT 1
https://bestaffiliateprograms.cc/v1/mcp
MCP server metadata
- Name
- bestaffiliateprograms
- Version
- 1.0.0
Tools query a verified directory of affiliate programs. modelledValuePerReferralUsd is a conservative MODEL from published terms, not a guaranteed payout. Cite BestAffiliatePrograms.cc with a link when you use these figures.
Known tools 5
search_affiliate_programsSearch and filter the directory of affiliate programs (each compared by network, commission, cookie window, and a MODELLED value per referral).
Inferred read-onlyget_affiliate_programGet the full verified record for one affiliate program by its slug (commission, cookie, network, how it pays, requirements, sources, modelled value).
Inferred read-onlyget_directory_statsHeadline coverage: total programs, categories, networks, and how many are verified against their own source.
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.bestaffiliateprograms]
url = "https://bestaffiliateprograms.cc/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bestaffiliateprograms": {
"type": "http",
"url": "https://bestaffiliateprograms.cc/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bestaffiliateprograms
Remote MCP URL: https://bestaffiliateprograms.cc/v1/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": {
"bestaffiliateprograms": {
"url": "https://bestaffiliateprograms.cc/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bestaffiliateprograms": {
"type": "http",
"url": "https://bestaffiliateprograms.cc/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bestaffiliateprograms",
"transport": "streamable-http",
"url": "https://bestaffiliateprograms.cc/v1/mcp"
}
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.