Connects Claude to Youfiliate's geo-targeted affiliate link platform. Exposes 18 tools for CRUD on smart links, analytics queries (aggregate stats, per-link clicks, health checks), preference management, and YouTube OAuth integration. The migration tools are the standout: preview how many videos and links would be affected, then batch-convert YouTube descriptions to smart links with rollback capability. Also provides four resources for dashboard summaries and plan limits. Useful if you're managing affiliate links at scale and want to automate link creation, monitor performance, or migrate existing YouTube content to geo-aware redirects without leaving your chat session.
MCP (Model Context Protocol) server for managing Youfiliate Smart Links from AI assistants like Claude Desktop. Create geo-targeted affiliate links, view analytics, and run YouTube description migrations — all from a chat conversation.
18 tools, 4 resources, supports stdio + streamable HTTP transports.
pip install youfiliate-mcp
Requires Python 3.11+ and a Youfiliate account.
youfiliate_sk_) — shown only onceAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"youfiliate": {
"command": "youfiliate-mcp",
"env": {
"YOUFILIATE_API_KEY": "youfiliate_sk_your_key_here"
}
}
}
}
{
"mcpServers": {
"youfiliate": {
"url": "https://mcp.youfiliate.com",
"headers": {
"Authorization": "Bearer youfiliate_sk_your_key_here"
}
}
}
}
Restart Claude Desktop after editing the config.
| Tool | Description |
|---|---|
youfiliate_create_smart_link | Create a new geo-targeted smart link |
youfiliate_list_smart_links | List smart links with filtering and pagination |
youfiliate_get_smart_link | Get full details of a smart link by ID |
youfiliate_update_smart_link | Update a smart link (partial update) |
youfiliate_delete_smart_link | Delete a smart link (requires confirm=True) |
| Tool | Description |
|---|---|
youfiliate_get_smart_link_stats | Get click analytics for a specific link |
youfiliate_get_aggregate_stats | Get analytics across all links |
youfiliate_check_link_health | Trigger a health check on a link |
| Tool | Description |
|---|---|
youfiliate_get_preferences | Get default smart link preferences |
youfiliate_update_preferences | Update preferences for new links |
| Tool | Description |
|---|---|
youfiliate_get_youtube_status | Check YouTube connection status |
youfiliate_connect_youtube | Start YouTube OAuth flow (returns auth URL) |
youfiliate_disconnect_youtube | Disconnect YouTube (requires confirm=True) |
| Tool | Description |
|---|---|
youfiliate_preview_migration | Preview migration scope (dry run) |
youfiliate_start_migration | Start YouTube description migration (requires confirm=True) |
youfiliate_get_migration_status | Check migration progress |
youfiliate_list_migrations | List all migrations |
youfiliate_rollback_migration | Rollback a migration (requires confirm=True) |
| URI | Description |
|---|---|
youfiliate://summary | Dashboard summary (link counts, clicks, health) |
youfiliate://preferences | Current preferences (read-only) |
youfiliate://smart-link/{id} | Single smart link details |
youfiliate://plan-limits | Current plan usage and limits |
You: Create a smart link for
https://amazon.com/dp/B09V3KXJPBwith geo-targeting for UK and Germany.Claude: (calls
youfiliate_create_smart_linkwith geo rules for GB and DE)Done. Short URL:
youfil.to/b09v3kxjpb
- US (default): amazon.com/dp/B09V3KXJPB
- UK: amazon.co.uk/dp/B09V3KXJPB
- Germany: amazon.de/dp/B09V3KXJPB
You: How are my links performing this month?
Claude: (calls
youfiliate_get_aggregate_statswithperiod="30d")1,234 clicks. Top countries: US (500), UK (200), Germany (150). Most traffic from YouTube (900 clicks).
You: Convert all my YouTube description links to smart links.
Claude: (calls
youfiliate_preview_migration) Would affect 15 videos / 42 links. Proceed?You: Yes.
Claude: (calls
youfiliate_start_migrationwithconfirm=True)
youfiliate_sk_... key authenticates the MCP server.confirm=True.| Variable | Default | Description |
|---|---|---|
YOUFILIATE_API_KEY | (required) | Your API key |
YOUFILIATE_API_BASE_URL | https://app.youfiliate.com | Backend URL |
MCP_SERVER_SECRET | (empty) | Shared secret for verify-api-key (server operators only) |
TRANSPORT | stdio | stdio or streamable-http |
PORT | 8080 | Port for HTTP transport |
HOST | 127.0.0.1 | Bind address (use 0.0.0.0 in Docker) |
git clone https://github.com/andrewmpierce/youfiliate-mcp.git
cd youfiliate-mcp
pip install -e ".[dev]"
pytest -v
npx @modelcontextprotocol/inspector youfiliate-mcp
docker build -t youfiliate-mcp .
docker run -p 8080:8080 \
-e YOUFILIATE_API_KEY=youfiliate_sk_... \
youfiliate-mcp
"Authentication failed" — verify your API key, regenerate at youfiliate.com/settings if needed.
"Could not connect to the Youfiliate API" — check YOUFILIATE_API_BASE_URL. Defaults to https://app.youfiliate.com.
"Rate limit exceeded" — wait a moment. Health checks are 1 per 5 minutes per link.
Tools not appearing in Claude Desktop — check claude_desktop_config.json syntax, restart Claude Desktop, run youfiliate-mcp --help to verify the binary is on your PATH.
YOUFILIATE_API_KEY*secretYour Youfiliate API key (starts with youfiliate_sk_). Generate one at https://youfiliate.com/settings.
YOUFILIATE_API_BASE_URLdefault: https://app.youfiliate.comYoufiliate backend URL.
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog