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

io.github.sai4447/agentfuse-mcp

NPM · AGENTFUSE-MCP · SCANNED AUG 3

Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.

Available components

+40 this week 65 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1078 tokens (~154/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · agentfuse-mcp

# add to Claude Code
claude mcp add sai4447-agentfuse-mcp -- npx -y agentfuse-mcp
# add to Codex CLI
codex mcp add sai4447-agentfuse-mcp -- npx -y agentfuse-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sai4447-agentfuse-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agentfuse-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sai4447-agentfuse-mcp --command npx --arg -y --arg agentfuse-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sai4447-agentfuse-mcp:
    command: "npx"
    args: ["-y", "agentfuse-mcp"]
// mcp.json
{
  "mcpServers": {
    "sai4447-agentfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentfuse-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.

  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −30
    • Malware scan: pass → unverified security
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 28 Jul 26 +54
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 27 Jul 26 25

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,078 tokens

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.

Tool Tokens
generate_tracked_link ~196

Generate a tracked affiliate link for a program and an end user. Pass the human-readable program slug (e.g. 'webflow') -- the tool resolves the UUID automatically. The link records clicks and attributes any resulting signups or commissions back to the specified end user. Returns a short redirect URL and a tracking_code you should save -- it is needed for record_signup and record_commission.

NameTypeReqDescription
end_user_idstringyesYour internal ID for the end user who will receive credit for this referral. Can be any stable unique string (UUID, email, username, etc.).
metadataobjectOptional key-value metadata to attach to the link (e.g. { campaign: 'onboarding', source: 'chat' }).
program_slugstringyesSlug of the affiliate program (e.g. 'webflow', 'notion'). Use list_affiliate_programs to find available slugs.

No output schema declared.

No examples provided.

get_affiliate_program ~89

Get full details for a single affiliate program by its slug. Returns the program's UUID (needed for generate_tracked_link), commission structure, payout terms, description, and network info.

NameTypeReqDescription
slugstringyesThe program slug (e.g. 'webflow', 'elevenlabs', 'notion', 'zapier'). Use list_affiliate_programs to discover available slugs.

No output schema declared.

No examples provided.

get_stats ~39

Retrieve AgentFuse dashboard summary stats: total clicks, signups, commissions, and top-performing programs. Useful for reporting to users or surfacing revenue data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_affiliate_programs ~143

Browse available affiliate programs in the AgentFuse catalog. Returns each program's name, slug, category, commission rate, and network. Use this to discover programs before generating tracked links.

NameTypeReqDescription
categorystringFilter by category slug. Examples: productivity, marketing, ai-voice, ai-writing, email-marketing, newsletter, automation, marketing-automation, seo-analytics, design, developer-tools. Omit to return…
cursorstringPagination cursor returned from a previous call. Pass this to get the next page.
limitnumberNumber of programs to return (default: 50, max: 100).

No output schema declared.

No examples provided.

list_tracked_links ~161

List tracked affiliate links previously generated by this API key. Returns each link's tracked URL, tracking_code, click count, program, and end user. Use this to look up existing links before generating a new one, or to show a user their active referral links.

NameTypeReqDescription
cursorstringPagination cursor from a previous call to get the next page.
end_user_idstringFilter links by end user ID. Use this to fetch all links for a specific user.
limitnumberNumber of links to return (default: 20, max: 100).
program_slugstringFilter links by program slug (e.g. 'webflow'). The tool resolves the slug to a UUID automatically before querying.

No output schema declared.

No examples provided.

record_commission ~258

Record an affiliate commission event (e.g. when a referred user makes a purchase or renews a subscription). Requires the tracking_code from the original affiliate link. Idempotent -- safe to call multiple times with the same network + network_event_id.

NameTypeReqDescription
amountnumberyesCommission amount in dollars (e.g. 29.99).
commission_typestringType of commission. One of: 'initial', 'recurring', 'one_time'. Defaults to 'recurring'.
currencystringISO 4217 currency code (default: 'USD').
metadataobjectOptional extra data (e.g. order ID, plan name).
networkstringyesThe affiliate network that reported this event. One of: 'partnerstack', 'impact', 'direct'.
network_event_idstringyesUnique commission event ID from the affiliate network. Used for idempotency.
period_endstringBilling period end date in ISO 8601 format (optional).
period_startstringBilling period start date in ISO 8601 format (optional).
tracking_codestringyesThe tracking code from the affiliate link (returned by generate_tracked_link).

No output schema declared.

No examples provided.

record_signup ~192

Record an affiliate signup conversion event. Call this when one of your end users successfully signs up for a referred product. Requires the tracking_code returned by generate_tracked_link. Idempotent -- safe to call multiple times with the same network + network_event_id.

NameTypeReqDescription
metadataobjectOptional extra data to attach to this event.
networkstringyesThe affiliate network that reported this event. One of: 'partnerstack', 'impact', 'direct'.
network_event_idstringyesUnique event ID from the affiliate network (or any unique string for 'direct'). Used for idempotency -- duplicate calls with the same ID are ignored.
signup_emailstringEmail address the user signed up with (optional but recommended).
tracking_codestringyesThe tracking code from the affiliate link (returned by generate_tracked_link). This ties the signup back to the original referral.

No output schema declared.

No examples provided.