MCP server for AgentFuse that lets MCP-compatible AI agents browse affiliate programs, generate tracked affiliate links, and record conversion events. It also exposes basic stats and link/program lookup tools without requiring the agent to write HTTP calls.
From the registry: Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.
Please install the `agentfuse-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or newer** — Node.js version 18 or higher is required to run the MCP server via npx.
- **Create an AgentFuse API key** — Generate an AgentFuse API key to authenticate the MCP server. (https://agentfuse.io)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","agentfuse-mcp"]
- required environment variables:
- `AGENTFUSE_API_KEY`: Your AgentFuse API key used to authenticate requests to AgentFuse. (example: `<your-agentfuse-api-key>`)
- optional environment variables:
- `AGENTFUSE_API_URL`: Optional override for the AgentFuse API base URL. (example: `<your-agentfuse-api-url>`)
Note: Preferred install path is the published npx package. The README also documents a local clone/run option, but npx is the simplest portable setup. A test mode exists via `node src/index.js --test` without an API key, but that is not the normal MCP client configuration.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENTFUSE_API_KEYrequiredYour AgentFuse API key used to authenticate requestsMeta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.