MCP server
Give an AI client focused link tools through the Model Context Protocol.
Available tools
create_linkCreate a branded short link with slug, title and tags.
search_linksSearch the workspace by slug, title, destination or tag.
get_linkRead one link and its configured behavior.
update_linkChange destination, title, tags or archive state.
list_domainsList the domains visible to the key.
link_analyticsRead summary analytics for one short path.
domain_analyticsRead a domain-wide analytics summary.
create_qr_linkCreate a link prepared for dynamic QR distribution.
Connect a compatible client
Create a domain-scoped API key, then add the remote HTTP server. The client sends standard JSON-RPC methods such as initialize, tools/list and tools/call.
{
"mcpServers": {
"ShortFreeURL": {
"type": "http",
"url": "https://api.shortfreeurl.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Use the smallest scope
A read-only assistant cannot create or change links. A domain-scoped assistant cannot operate on another branded domain. Revoke its API key to remove access immediately.

