← Back to Plugins
MCP Server MCP

io.github.sai4447/agentfuse-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agentfuse-mcp",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentFuse API key (get one at agentfuse.io). Format: af_live_...",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTFUSE_API_KEY"
        },
        {
          "description": "AgentFuse API base URL. Defaults to https://api.agentfuse.io",
          "format": "string",
          "name": "AGENTFUSE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...