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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 103 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add sai4447-agentfuse-mcp -- npx -y agentfuse-mcp
codex mcp add sai4447-agentfuse-mcp -- npx -y agentfuse-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sai4447-agentfuse-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"agentfuse-mcp"
],
"enabled": true
}
}
} openclaw mcp add sai4447-agentfuse-mcp --command npx --arg -y --arg agentfuse-mcp
mcp_servers:
sai4447-agentfuse-mcp:
command: "npx"
args: ["-y", "agentfuse-mcp"] {
"mcpServers": {
"sai4447-agentfuse-mcp": {
"command": "npx",
"args": [
"-y",
"agentfuse-mcp"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| end_user_id | string | yes | Your internal ID for the end user who will receive credit for this referral. Can be any stable unique string (UUID, email, username, etc.). |
| metadata | object | — | Optional key-value metadata to attach to the link (e.g. { campaign: 'onboarding', source: 'chat' }). |
| program_slug | string | yes | Slug 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.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category slug. Examples: productivity, marketing, ai-voice, ai-writing, email-marketing, newsletter, automation, marketing-automation, seo-analytics, design, developer-tools. Omit to return… |
| cursor | string | — | Pagination cursor returned from a previous call. Pass this to get the next page. |
| limit | number | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Pagination cursor from a previous call to get the next page. |
| end_user_id | string | — | Filter links by end user ID. Use this to fetch all links for a specific user. |
| limit | number | — | Number of links to return (default: 20, max: 100). |
| program_slug | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Commission amount in dollars (e.g. 29.99). |
| commission_type | string | — | Type of commission. One of: 'initial', 'recurring', 'one_time'. Defaults to 'recurring'. |
| currency | string | — | ISO 4217 currency code (default: 'USD'). |
| metadata | object | — | Optional extra data (e.g. order ID, plan name). |
| network | string | yes | The affiliate network that reported this event. One of: 'partnerstack', 'impact', 'direct'. |
| network_event_id | string | yes | Unique commission event ID from the affiliate network. Used for idempotency. |
| period_end | string | — | Billing period end date in ISO 8601 format (optional). |
| period_start | string | — | Billing period start date in ISO 8601 format (optional). |
| tracking_code | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| metadata | object | — | Optional extra data to attach to this event. |
| network | string | yes | The affiliate network that reported this event. One of: 'partnerstack', 'impact', 'direct'. |
| network_event_id | string | yes | Unique event ID from the affiliate network (or any unique string for 'direct'). Used for idempotency -- duplicate calls with the same ID are ignored. |
| signup_email | string | — | Email address the user signed up with (optional but recommended). |
| tracking_code | string | yes | The 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.