loading…
Search for a command to run...
loading…
Affilio.link URL shortener — shorten affiliate links, get QR codes, powered by Affilio's affiliate link management platform.
Affilio.link URL shortener — shorten affiliate links, get QR codes, powered by Affilio's affiliate link management platform.
Free URL shortener MCP tool powered by Affilio.link — the smart affiliate link management platform for content creators and affiliate marketers.
Add this to your MCP client configuration:
{
"mcpServers": {
"affilio": {
"url": "https://mcp.affilio.link/mcp",
"type": "streamable-http"
}
}
}
No API key. No sign-up. Works immediately.
shorten_url — the single tool this server exposes.
Give it any URL. Get back a short link and a QR code.
Input: https://www.amazon.com/dp/B08XYZ123?tag=mystore-20&ref=very_long_param
Output: https://mcp.affilio.link/r/7gZpzzt
https://mcp.affilio.link/qr/7gZpzzt
For AI assistants:
shorten_urlshorten_urlshorten_urlshorten_urlFor developers:
This server uses the MCP streamable-http transport (the current MCP standard, superseding SSE).
| Property | Value |
|---|---|
| Endpoint | https://mcp.affilio.link/mcp |
| Transport | streamable-http |
| Auth | None required |
| Protocol | MCP 2024-11-05 |
Compatible with Claude Desktop, Cursor, GitHub Copilot, and any MCP-compatible host.
shorten_urlShorten any URL and get a QR code.
Input:
| Parameter | Type | Required | Description |
|---|---|---|---|
url |
string | Yes | The full URL to shorten (must be http or https) |
Output:
{
"short_url": "https://mcp.affilio.link/r/7gZpzzt",
"qr_url": "https://mcp.affilio.link/qr/7gZpzzt",
"qr_image_base64": "...",
"classification": "allowlisted",
"powered_by": "Powered by Affilio.link — Smart Affiliate Link Management",
"pending": false
}
Classifications:
allowlisted — known-safe domain (Amazon, eBay, AliExpress, etc.), activated instantlysafe — verified safe by security scanner, activatedpending — unknown domain, being scanned, link activates within 60 secondsunsafe — blocked, link not createdEvery URL submitted goes through a multi-stage security pipeline:
Links to phishing, malware, or harmful content are rejected at creation time.
| Limit | Value |
|---|---|
| Links per hour | 10 per client IP |
| Scan timeout | 3 seconds (fails safe) |
If you hit a rate limit, wait 60 minutes before retrying. Retrying immediately will not help.
Affilio.link is a smart affiliate link management SaaS platform for YouTube content creators and Amazon affiliate store owners.
Core features:
Pricing:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"affilio-link-tools": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.