MiniURL
io.github.addychang/miniurlOAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.
Tools · 23
Create a short-lived MiniURL guest bearer token. Legacy MCP sessions retain it; stateless clients must pass the returned gt_ token explicitly on later requests. shorten_url can provision one automatic…
Clear authentication retained by a legacy MCP session. Stateless clients clear authentication by omitting the Authorization header on later requests.
Create a MiniURL short link for a supplied HTTP or HTTPS destination. Use when the user asks to shorten a URL or generate a MiniURL link. This is an additive external write; do not fetch or open the d…
Send a 6-digit registration code to the user email, using the current guest session.
Verify the emailed code, create the account, claim guest links, and continue with OAuth 2.1 + PKCE. Long-lived API keys are never returned over MCP.
Inspect the current guest/free/pro account status, remaining quota, and feature availability.
Create a shortened checkout link for upgrading the current registered account to Pro.
List domains available to the current registered account, including miniurl.com and active custom domains.
Request a custom domain to be connected to MiniURL. Agent domain changes require human approval by default.
Delete a custom domain and its linked URLs after a dry-run confirmation. Agent domain changes require human approval by default.
Refresh custom-domain DNS and SSL verification status. Agent domain changes require human approval by default.
List short links for the current registered account.
Get a single short link by alias for the current registered account.
Update a registered short link. Some fields require Pro.
Delete a registered short link permanently.
Create multiple short links in one request. Free accounts can create up to 10 at a time, Pro up to 50.
Get link analytics. Free accounts receive a basic total plus an upgrade hint; Pro accounts receive full breakdowns.
Check whether a custom alias is available on a given domain before creating a link.
List all tags for the current registered account. Tags help organise links into campaigns or categories.
Create a new tag for organising links. Maximum 20 tags per account.
Delete a tag and remove it from all associated links.
Add a tag to a short link for campaign or category organisation.
Remove a tag from a short link.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"miniurl": {
"url": "https://workers.miniurl.com/mcp",
"transport": "streamable-http"
}
}
}