Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

Youfiliate Smart Links

io.github.andrewmpierce/youfiliate-mcp

Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions.

Uptime
100.0%
1 direct probes · 30d
Response
1449ms
last probe
Tools
18
callable
Resources
3
readable
Prompts
0
available

Tools · 18

youfiliate_create_smart_link

Create a new geo-targeted smart link with an optional custom slug. Creates a smart link that redirects visitors to the destination URL. Optionally configure country-specific geo rules…

youfiliate_list_smart_links

List your smart links with optional filtering, search, and pagination. Returns a paginated list of smart links. Use filters to narrow results. Does NOT create or modify any links. …

youfiliate_get_smart_link

Get full details of a single smart link by ID. Returns all configuration including geo rules, deep link config, and click stats. Does NOT modify the link. Common errors: …

youfiliate_update_smart_link

Update an existing smart link (partial update — only provided fields change). You can update the destination URL, slug, title, redirect type, geo rules, or deep link config. Geo rules…

youfiliate_delete_smart_link

Delete a smart link permanently. The short URL will stop working. IMPORTANT: Always confirm with the user before executing this action. The `confirm` parameter must be set to true. Th…

youfiliate_get_smart_link_stats

Get click analytics for a specific smart link. Returns click counts broken down by country, device, referrer, and day for the specified period. Does NOT modify any data. Comm…

youfiliate_get_aggregate_stats

Get aggregate click analytics across all your smart links. Returns total clicks, top countries, devices, and referrers across your entire account for the specified period. Doe…

youfiliate_check_link_health

Trigger a health check for a specific smart link. Checks the default URL and all geo-rule URLs for availability. Returns the health status (healthy/broken/unknown). Rate limit…

youfiliate_get_preferences

Get your current smart link preferences/defaults. Returns default settings applied to newly created smart links. Does NOT create or modify any data.

youfiliate_update_preferences

Update your smart link preferences/defaults. Changes apply to newly created links only — existing links are not affected. Does NOT delete any data. Common errors: - I…

youfiliate_get_youtube_status

Check if your YouTube account is connected. Returns connection status, channel name, and scope information. Does NOT modify any data or initiate any connections. Common error…

youfiliate_connect_youtube

Initiate YouTube OAuth connection. Returns a URL the user must open in their browser. The user must open the returned URL in their web browser to authorize Youfiliate to access their …

youfiliate_disconnect_youtube

Disconnect your YouTube account from Youfiliate. IMPORTANT: Always confirm with the user before executing this action. The `confirm` parameter must be set to true. This removes stored…

youfiliate_preview_migration

Preview a YouTube description migration without making changes. Performs a dry-run analysis showing how many videos and links would be affected. Does NOT modify any data or YouTube de…

youfiliate_start_migration

Start a YouTube description migration to convert links to smart links. IMPORTANT: This modifies YouTube video descriptions. Always confirm with the user before executing. Describe the…

youfiliate_get_migration_status

Get the status and progress of a specific migration. Returns detailed status including videos processed, links created, and any errors. Does NOT modify any data. Common error…

youfiliate_list_migrations

List your YouTube description migrations with pagination. Returns a paginated list of all migrations. Does NOT modify any data.

youfiliate_rollback_migration

Roll back a completed migration, restoring original YouTube descriptions. IMPORTANT: This modifies YouTube video descriptions. Always confirm with the user before executing. This reve…

Resources · 3

get_summary

Dashboard summary: link counts, total clicks, health overview, plan limit. Provides a quick overview of your Youfiliate account including how many smart links you have, total clicks, …

youfiliate://summary
get_preferences

Current smart link preferences (read-only view). Returns default settings for new smart links including redirect type, geo-targeting, and deep linking defaults.

youfiliate://preferences
get_plan_limits

Current plan and usage (links used / limit). Returns the user's current plan tier, how many smart links they've used, and their plan limit. Useful context for the LLM to know …

youfiliate://plan-limits

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "youfiliate_smart_links": {
      "url": "https://youfiliate-mcp.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}