Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Affiliate Networks MCP

NPM · AFFILIATE-NETWORKS-MCP · 2 COMPONENTS · SCANNED SEP 20

Affiliate network reporting in your AI client. Bring your own keys. Most adapters experimental.

0 this week 53 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 36 of 109 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to bobberrisford/affiliatemcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 53 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the Affiliate Networks MCP server?

Affiliate Networks MCP runs locally as an npm package, launched with npx -y affiliate-networks-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · affiliate-networks-mcp

# add to Claude Code
claude mcp add ai-agenticaffiliate-affiliate-networks-mcp -- npx -y affiliate-networks-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-agenticaffiliate-affiliate-networks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "affiliate-networks-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-agenticaffiliate-affiliate-networks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "affiliate-networks-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ai-agenticaffiliate-affiliate-networks-mcp -- npx -y affiliate-networks-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-agenticaffiliate-affiliate-networks-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "affiliate-networks-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-agenticaffiliate-affiliate-networks-mcp --command npx --arg -y --arg affiliate-networks-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ai-agenticaffiliate-affiliate-networks-mcp:
    command: "npx"
    args: ["-y", "affiliate-networks-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-agenticaffiliate-affiliate-networks-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "affiliate-networks-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ai-agenticaffiliate-affiliate-networks-mcp -t stdio -c npx -a -y affiliate-networks-mcp
// mcp.json
{
  "mcpServers": {
    "ai-agenticaffiliate-affiliate-networks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "affiliate-networks-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 8 Aug 26 0
    • Known CVEs: partial → pass security
    • Security disclosure: fail → pass functional
    • Dependency health: partial → 0.86 functional
  • 4 Aug 26 0
    • Stability: Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change. security
    • MCP protocol: unverified → pass functional
    • Tool coverage: Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy. functional
    • Schema quality: Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy. functional
  • 2 Aug 26 0
    • Provenance: pass → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare. security
    • The attested source repository moved: bobberrisford/affiliatemcp security
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Capabilities: Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
    • Licence: MIT functional
  • 1 Aug 26 0
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Dependency health: partial → unverified functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/affiliate-networks-mcp@0.19.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo bobberrisford/affiliatemcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/bobberrisford/affiliatemcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2271239016
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:015762aae7fde6f11a6d3bf9856c8e3ee5eeb3c00b44a7e2ecb1684cbcca0f52b8a32119c85b5c95ec0842c8a72848a761c92c5755d034a2b1ffc0145

Background: How many MCP packages publish verified provenance →

Dependencies 109 packages
Packages resolved 109
Stale 36
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 682 exposed · ~79,483 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
affiliate_2performant_generate_tracking_link ~89

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_2performant_get_earnings_summary ~148

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_2performant_get_programme ~78

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_2performant_list_clicks ~119

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_2performant_list_programmes ~128

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_2performant_list_transactions ~154

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_2performant_verify_auth ~80

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

affiliate_accesstrade_generate_tracking_link ~87

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_accesstrade_get_earnings_summary ~146

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_accesstrade_get_programme ~76

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_accesstrade_list_clicks ~115

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_accesstrade_list_programmes ~124

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_accesstrade_list_transactions ~152

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_accesstrade_verify_auth ~78

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

affiliate_adcell_generate_tracking_link ~85

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_adcell_get_earnings_summary ~144

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_adcell_get_programme ~74

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_adcell_list_clicks ~113

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_adcell_list_programmes ~122

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_adcell_list_transactions ~150

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_adcell_verify_auth ~76

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

affiliate_addrevenue_generate_tracking_link ~87

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_addrevenue_get_earnings_summary ~146

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_addrevenue_get_programme ~76

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_addrevenue_list_clicks ~116

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_addrevenue_list_programmes ~125

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_addrevenue_list_transactions ~152

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_addrevenue_verify_auth ~78

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

affiliate_admitad_generate_tracking_link ~86

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_admitad_get_earnings_summary ~145

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_admitad_get_programme ~75

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_admitad_list_clicks ~114

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_admitad_list_programmes ~123

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_admitad_list_transactions ~151

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_admitad_verify_auth ~77

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_generate_tracking_link ~100

No description provided.

NameTypeReqDescription
brandstringyes
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_get_earnings_summary ~159

No description provided.

NameTypeReqDescription
brandstringyes
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_get_programme ~89

No description provided.

NameTypeReqDescription
brandstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_get_programme_performance ~172

No description provided.

NameTypeReqDescription
brandstringyes
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
publisherIdstring
tostring

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_list_clicks ~131

No description provided.

NameTypeReqDescription
brandstringyes
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_list_media_partners ~146

No description provided.

NameTypeReqDescription
brandstringyes
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_list_programmes ~141

No description provided.

NameTypeReqDescription
brandstringyes
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_list_transactions ~165

No description provided.

NameTypeReqDescription
brandstringyes
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_admitad-advertiser_verify_auth ~91

No description provided.

NameTypeReqDescription
brandstringyes

No output schema declared.

No examples provided.

affiliate_adrecord_generate_tracking_link ~85

No description provided.

NameTypeReqDescription
destinationUrlstringyes
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_adrecord_get_earnings_summary ~144

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

affiliate_adrecord_get_programme ~74

No description provided.

NameTypeReqDescription
programmeIdstringyes

No output schema declared.

No examples provided.

affiliate_adrecord_list_clicks ~113

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
offsetnumber
programmeIdstring
tostring

No output schema declared.

No examples provided.

affiliate_adrecord_list_programmes ~122

No description provided.

NameTypeReqDescription
categoriesarray
cursorstring
limitnumber
offsetnumber
searchstring
status

No output schema declared.

No examples provided.

affiliate_adrecord_list_transactions ~150

No description provided.

NameTypeReqDescription
cursorstring
fromstring
limitnumber
maxAgeDaysnumber
minAgeDaysnumber
offsetnumber
programmeIdstring
status
tostring

No output schema declared.

No examples provided.

Common questions

What is the Affiliate Networks MCP server?

Affiliate Networks MCP is listed in the public MCP registry as ai.agenticaffiliate/affiliate-networks-mcp. Affiliate network reporting in your AI client. Bring your own keys. Most adapters experimental. This page covers its npm package (affiliate-networks-mcp).

Is the Affiliate Networks MCP server safe to use?

Affiliate Networks MCP scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

Is the Affiliate Networks MCP server still maintained?

Affiliate Networks MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Affiliate Networks MCP server under?

Affiliate Networks MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.