at.uurl/bundler
Official2 toolsBundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free.
Bundle multiple URLs into short links with QR codes and access tracking.
Captured live from the server via tools/list.
bundle_urls
Bundle multiple URLs into a single short link on UURL.at. Returns the short URL and QR code URLs (.svg and .png). Use this when you want to share multiple reference links as one URL.
Parameters (1)
- urlsarrayrequired
List of URLs to bundle (1-12 URLs, each must start with https:// or http://).
get_bundle
Retrieve the URLs and metadata from a UURL.at short link, including QR code URLs. Use this to inspect what URLs are behind a uurl.at link.
Parameters (1)
- ridstringrequired
The 6-character short ID from the URL (e.g. 'Ab3cDe' from https://uurl.at/Ab3cDe).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bundler": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://uurl.at/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.