← youfiliate.com
INDIVIDUAL MCP TOOL
youfiliate_update_preferences
Update your smart link preferences/defaults.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.youfiliate_mcp]
url = "https://youfiliate-mcp.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"youfiliate_mcp": {
"type": "http",
"url": "https://youfiliate-mcp.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: youfiliate_mcp
Remote MCP URL: https://youfiliate-mcp.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"youfiliate_mcp": {
"url": "https://youfiliate-mcp.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"youfiliate_mcp": {
"type": "http",
"url": "https://youfiliate-mcp.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "youfiliate_mcp",
"transport": "streamable-http",
"url": "https://youfiliate-mcp.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
youfiliate_create_smart_link— Create a new geo-targeted smart link with an optional custom slug.youfiliate_list_smart_links— List your smart links with optional filtering, search, and pagination.youfiliate_get_smart_link— Get full details of a single smart link by ID.youfiliate_update_smart_link— Update an existing smart link (partial update — only provided fields change).youfiliate_delete_smart_link— Delete a smart link permanently.youfiliate_get_smart_link_stats— Get click analytics for a specific smart link.youfiliate_get_aggregate_stats— Get aggregate click analytics across all your smart links.youfiliate_check_link_health— Trigger a health check for a specific smart link.