Odel
agentfuse mcp

agentfuse mcp

Local
@sai4447JavaScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentfuse-mcpv1.1.3

Run

npx -y agentfuse-mcp

MCP client config

{
  "mcpServers": {
    "agentfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentfuse-mcp"
      ]
    }
  }
}