Affilio Link Tools
Provides URL shortening and QR code generation for affiliate links, tailored for YouTube creators to manage and optimize their affiliate marketing campaigns.
Affilio MCP Link Shortener
Free URL shortener MCP tool powered by Affilio.link — the smart affiliate link management platform for content creators and affiliate marketers.
Quick Start
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.
Related MCP server: Affilync MCP Server
What it does
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/7gZpzztWorks with any URL — affiliate links, product pages, articles, anything
Short links resolve instantly via 302 redirect
QR code returned inline as base64 PNG — renders directly in supporting AI hosts
Links expire after 30 days
No authentication required
Rate limited to 10 links per hour per client to prevent abuse
All URLs scanned for malware and phishing before activation
Use cases
For AI assistants:
User shares a long URL and asks to make it shareable → call
shorten_urlUser is writing social media content and needs a compact link → call
shorten_urlUser wants a QR code for a product or landing page → call
shorten_urlUser is creating affiliate content and wants a clean link → call
shorten_url
For developers:
Test MCP streamable-http transport integration
Example of a production-grade, zero-auth public MCP server
Reference implementation for rate limiting + security scanning in MCP tools
Transport
This server uses the MCP streamable-http transport (the current MCP standard, superseding SSE).
Property | Value |
Endpoint |
|
Transport |
|
Auth | None required |
Protocol | MCP 2024-11-05 |
Compatible with Claude Desktop, Cursor, GitHub Copilot, and any MCP-compatible host.
Tool reference
shorten_url
Shorten any URL and get a QR code.
Input:
Parameter | Type | Required | Description |
| 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 created
Security
Every URL submitted goes through a multi-stage security pipeline:
Domain allowlist — major affiliate and retail domains skip scanning entirely (instant activation)
Domain cache — previously classified domains served from cache (180-day TTL)
Threat intelligence — unknown domains scanned via Sophos Intelix before activation
Link expiry — all links expire after 30 days, limiting spam longevity
Links to phishing, malware, or harmful content are rejected at creation time.
Rate limits
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.
About Affilio
Affilio.link is a smart affiliate link management SaaS platform for YouTube content creators and Amazon affiliate store owners.
Core features:
Automatic broken link replacement — when a product goes out of stock or a link dies, Affilio replaces it automatically. No manual monitoring needed.
Mobile deep linking — links open directly in the Amazon app, eBay app, and others instead of a browser. Better conversion, no SDK required.
Product storefronts — branded product pages with multiple affiliate links per product across Amazon, eBay, AliExpress, and more.
QR code generation — every link and product gets a QR code automatically.
Security scanning — all links scanned for malware and phishing to protect your audience.
Analytics — click tracking, link performance, and conversion insights.
Pricing:
Free — 1,000 clicks/month, basic features
Boost — $5/month, includes product storefronts and stores
Professional — $20/month, advanced analytics, multiple projects, API access
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to create, manage, and analyze short URLs through complete URL shortening functionality. Supports batch operations, custom domains, click statistics, and comprehensive link management.Last updated6411MIT
- FlicenseAqualityCmaintenanceEnables users to manage affiliate marketing directly within Claude by connecting to the Affilync platform. Affiliates can search campaigns and track earnings, while brands can create campaigns, monitor performance, and manage affiliate applications through natural language.Last updated201
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.Last updated191041MIT
- Alicense-qualityDmaintenanceQrVerloz lets AI agents create QR codes instantly — no account needed, active for 90 days, and claimable at any time to make them permanent. Retarget the destination URL whenever you need, without reprinting.Last updated3MIT
Related MCP Connectors
Create and manage short links, track clicks, and automate URL management
Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.
Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KissPeter/affilio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server