Open-source MCP server for Affise — connect your AI tools to real-time affiliate data Get Started →
Model Context Protocol (MCP)

Connect AI Assistants to Your Affise Platform

Query statistics, manage offers, analyze conversions, and automate workflows using natural language. The Affise MCP Server bridges your affiliate marketing data with Claude, ChatGPT, Cursor, and more.

// Ask your AI assistant:
 
> "Show me top 10 offers
   by revenue this week"
 
{
  "tool": "affise_stats",
  "params": {
    "date_from": "2026-03-14",
    "date_to": "2026-03-20",
    "sort_by": "revenue",
    "limit": 10
  }
}
Real-time data access
🔒 API-key secured

Trusted by 1,000+ happy customers worldwide

Wargaming.net RocketLab ArabyAds tappx dentsu Affle adjoe

Works with Your Favorite AI Tools

The Affise MCP Server implements the open Model Context Protocol standard, making it compatible with any MCP-enabled client.

Claude Desktop

Anthropic's AI assistant with native MCP support for seamless data querying

Cursor IDE

AI-powered code editor that can access your Affise data while you code

Claude Code

Command-line AI agent for automating Affise workflows and analysis

Any MCP Client

Open standard — connect with Windsurf, Cline, Continue, and more

Everything You Need to Query Affise with AI

Access your complete affiliate marketing stack through natural language conversations with AI assistants.

📊

Statistics & Reports

Pull real-time statistics by date, offer, affiliate, advertiser, or any custom slice. Generate reports with a single prompt.

🎯

Offer Management

List, search, create, and update offers. Manage caps, payouts, targeting, and landing pages through conversational commands.

👥

Affiliate & Advertiser Data

Look up partner details, performance history, and approval status. Compare affiliate performance side by side.

🔄

Conversion Tracking

Query conversion data, analyze trends, and identify anomalies. Debug tracking issues with AI-powered analysis.

📈

Trend Analysis

Ask questions like "Which offers grew the most this month?" and get instant, data-backed answers from your Affise instance.

Workflow Automation

Automate repetitive tasks like daily reports, performance alerts, and bulk operations using AI-driven scripts.

Up and Running in 3 Minutes

No complex setup. Just install, configure your API key, and start asking questions.

1

Install the Server

Install the Affise MCP server package via npm or clone from GitHub. One command, zero dependencies.

2

Add Your API Key

Configure your Affise API key and base URL in the MCP client settings. Supports all Affise platform editions.

3

Start Asking Questions

Open your AI assistant and ask anything about your Affise data. Stats, offers, affiliates — all at your fingertips.

What Can You Do With Affise MCP?

From quick data lookups to complex multi-step analyses — here's how teams use it every day.

🔎

Performance Reviews

Generate weekly performance summaries across all offers, with revenue trends and top-performing affiliates.

"Summarize this week's top 5 offers by revenue and compare with last week"
🚨

Anomaly Detection

Ask your AI to spot unusual patterns in conversions, click rates, or revenue drops before they become problems.

"Are there any offers with a conversion rate drop > 20% in the last 24 hours?"
📝

Onboarding & Training

New team members can explore the platform by asking natural-language questions instead of learning complex UIs.

"Show me all active offers in the US market with a payout above $5"
🛠

Developer Workflows

Query Affise data directly from Cursor or VS Code while building integrations, dashboards, or automation scripts.

"List all API endpoints available for offer management and show example payloads"

15+

MCP Tools Available

100%

Affise API Coverage

<200ms

Average Response Time

OSS

Open Source & Free

Enterprise-Grade Security Built In

Your data never leaves your infrastructure. The MCP server runs locally and communicates directly with your Affise instance.

🔒

API Key Authentication

Secure access using your existing Affise API credentials. No additional accounts or tokens required.

🏠

Runs Locally

The MCP server runs on your machine. No cloud relay, no third-party data processing.

🛡

Read-Only by Default

Safe by design — write operations require explicit opt-in configuration to prevent accidental changes.

SOC 2 Type II Compliant

Affise platform is SOC 2 certified. MCP server inherits the same security posture via API access.

claude_desktop_config.json
{
  "mcpServers": {
    "affise": {
      "command": "npx",
      "args": ["@affise/mcp-server"],
      "env": {
        "AFFISE_API_KEY": "your-key",
        "AFFISE_BASE_URL": "https://api.affise.com"
      }
    }
  }
}

Install in Seconds

Available as an npm package or from GitHub. Works with Node.js 18+ and any MCP-compatible client.

Affise MCP Server Talk to an Expert
Terminal
# Install via npm
$ npm install -g @affise/mcp-server
 
# Or run directly with npx
$ npx @affise/mcp-server
 
# Set your API credentials
$ export AFFISE_API_KEY="your-api-key"
$ export AFFISE_BASE_URL="https://api.affise.com"
 
# Start the server
$ affise-mcp start
✔ MCP server listening on stdio
✔ Connected to Affise API
✔ 15 tools registered

Ready to Supercharge Your Affiliate Workflow?

Join hundreds of Affise users who are already leveraging AI to make faster, data-driven decisions.