For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸš€Quickstart

The Fuul MCP (Model Context Protocol) server lets you manage your Fuul programs directly from AI coding assistants like Claude Code. Once connected, your AI agent can query affiliate analytics, inspect incentive programs, manage payouts, and send conversion events.

MCP is an open standard that lets AI assistants connect to external tools and APIs. The Fuul MCP server implements this protocol so any MCP-compatible client can interact with your Fuul account.

What you can do

Capability
Description

Query projects & incentives

List programs, view and edit triggers, and review conversion setups

Affiliate analytics

Get stats breakdowns by audience, tier, region, or status

Manage payouts

Review pending payouts and approve or reject in bulk

Send events

Trigger custom conversion events for testing or automation

Managed affiliates

Create and update affiliate records programmatically

Quickstart

This guide walks you through connecting the Fuul MCP server to Claude Code in three steps.

These steps require Claude Code installed and running. The Fuul MCP server works with any MCP-compatible AI client, but the installation commands below are specific to Claude Code.

1. Add the marketplace

In Claude Code, add the Kuyen Labs marketplace β€” this is the registry that hosts the Fuul MCP plugin:

/plugin marketplace add kuyen-labs/mcp_server

2. Install the Fuul MCP plugin

Once the marketplace is added, install the plugin:

3. Log in to your Fuul account

Run the login command from your terminal:

When prompted for the API URL, enter:

A browser window will open for OAuth authentication. Sign in with your Fuul account β€” the same credentials you use at app.fuul.xyz.

Verify the connection

Back in Claude Code, ask it to find your project:

"Find my project called [your project name]"

If the connection is working, Claude will return your project details directly from the Fuul API.

Last updated