Query statistics, search offers, analyze conversions and partners using natural language. Connect to our hosted remote server in seconds, or run it locally — your choice.
// Ask your AI assistant: > "Show me the top 10 offers by revenue this week" { "tool": "affise_stats", "params": { "date_from": "2026-05-26", "date_to": "2026-06-01", "order": "income", "limit": 10 } }
Trusted by 1,000+ partner-marketing teams worldwide
Connect to the Affise-hosted server over HTTP with OAuth or a bearer token, or run the open-source server locally over stdio. Both expose the exact same MCP toolset.
A managed, always-on HTTP endpoint. No install, no local runtime — just point your MCP client at the URL and authenticate.
Run the open-source server on your own machine for full control. Communicates with the Affise API directly from your environment.
The Affise MCP Server implements the open Model Context Protocol standard — compatible with any MCP-enabled client, remote or local.
Add the remote URL or run locally — native MCP support for seamless data querying.
AI-powered code editor that can reach your Affise data while you build.
CLI agent and ChatGPT connectors — both attach to the hosted remote endpoint.
Open standard — connect with Windsurf, Cline, Continue and more.
Access your affiliate-marketing data through natural-language conversations — across 23 purpose-built MCP tools.
Pull real-time stats sliced by date, offer, affiliate, advertiser, country, sub-IDs and more. Reports in one prompt.
List, search and inspect offers — caps, payouts, targeting, categories and tracking links — conversationally.
Look up partner and advertiser details, performance history and approval status. Compare side by side.
Query raw and aggregated conversions, analyze trends and trafficback, and debug tracking with AI.
Ask about retention rates and time-to-action — get instant, data-backed answers from your instance.
Partner-scoped tools: profile, balance, news, visible offers, live offers and sub-ID discovery.
Pick remote or local, authenticate, and start asking questions.
Point your MCP client at the hosted URL https://mcp.affise.com/mcp, or install @affise/mcp-server from npm to run it locally.
Remote: sign in with OAuth 2.0 or paste a Bearer token. Local: set your Affise API key and base URL.
Open your AI assistant and ask anything about your Affise data — stats, offers, partners, conversions.
MCP Tools Available
Transports — Remote & Local
Average Response Time
Open Source & Free
Choose where the server runs. The hosted endpoint adds OAuth, encrypted per-user sessions and rate limiting; the local server keeps everything inside your own environment.
The remote server supports an OAuth browser flow with encrypted per-user sessions, plus static bearer tokens for automation.
Prefer no third party in the path? Run the open-source server locally — data flows only between your host and the Affise API.
The public toolset is read-only by design — safe for analytics and reporting without risk of accidental changes.
The Affise platform is SOC 2 certified; the MCP server inherits the same posture via scoped API access.
{
"mcpServers": {
"affise": {
"type": "http",
"url": "https://mcp.affise.com/mcp",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}
# or just add the URL in Claude.ai
# → Settings ▸ Connectors ▸ Add MCP
# → sign in via OAuth, done.
Use the hosted remote endpoint for the fastest path, or self-host from GitHub. Local server runs on Node.js 18+.
# Install via npm (or run with npx) $ npm install -g @affise/mcp-server # Set your API credentials $ export AFFISE_API_KEY="your-api-key" $ export AFFISE_BASE_URL="https://api.affise.com" # Run the server (stdio) $ affise-mcp-server ✔ MCP server listening on stdio ✔ Connected to Affise API ✔ 23 tools registered
Join the teams already using AI to make faster, data-driven decisions on Affise.