πQuickstart
Last updated
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.
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
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.
In Claude Code, add the Kuyen Labs marketplace β this is the registry that hosts the Fuul MCP plugin:
/plugin marketplace add kuyen-labs/mcp_serverOnce the marketplace is added, install the plugin:
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.
Once authenticated, your session token is stored at ~/.fuul/tokens.json (Windows: %USERPROFILE%\.fuul\tokens.json). The MCP server reads this file automatically on every request β you only need to log in once.
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.
If you get a 401 error, your session may have expired. Re-run the login command from step 3 to refresh your token.
Last updated
/plugin install fuul-mcp@fuul-mcpnpx -y --package=@fuul/mcp-server@latest fuul-mcp loginhttps://api.fuul.xyz/