← Index

io.github.sai4447/agentfuse-mcp

io.github.sai4447/agentfuse-mcp·v1.1.3·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentfuse-mcp"
      ],
      "env": {
        "AGENTFUSE_API_KEY": "<your-agentfuse_api_key>",
        "AGENTFUSE_API_URL": "<agentfuse_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentfuse-mcp"
      ],
      "env": {
        "AGENTFUSE_API_KEY": "<your-agentfuse_api_key>",
        "AGENTFUSE_API_URL": "<agentfuse_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentfuse-mcp
§02  Environment variables
AGENTFUSE_API_KEY
requiredsecret

Your AgentFuse API key (get one at agentfuse.io). Format: af_live_...

AGENTFUSE_API_URL

AgentFuse API base URL. Defaults to https://api.agentfuse.io

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other