Youfiliate Smart Links
io.github.andrewmpierce/youfiliate-mcpCreate geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions.
Tools · 18
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…
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. …
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: …
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…
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…
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…
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…
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…
Get your current smart link preferences/defaults. Returns default settings applied to newly created smart links. Does NOT create or modify any data.
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…
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…
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 …
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…
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…
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…
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…
List your YouTube description migrations with pagination. Returns a paginated list of all migrations. Does NOT modify any data.
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
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
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
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
Similar MCP servers embedding-nearest
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"
}
}
}