← bestaffiliateprograms.cc

INDIVIDUAL MCP TOOL

get_directory_stats

Headline coverage: total programs, categories, networks, and how many are verified against their own source.

bestaffiliateprograms.ccnone authenticationAvailability not checked

LIVE ENDPOINT

https://bestaffiliateprograms.cc/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_directory_stats 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

bestaffiliateprograms.cc

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.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.

Related tools

  • search_affiliate_programs — Search and filter the directory of affiliate programs (each compared by network, commission, cookie window, and a MODELLED value per referral).
  • get_affiliate_program — Get the full verified record for one affiliate program by its slug (commission, cookie, network, how it pays, requirements, sources, modelled value).
  • list_categories — List the program categories with a count for each.
  • list_networks — List the affiliate networks with a count of programs on each.