# MiniURL MCP server

Create, manage, organize, and analyze short links with MiniURL's remote MCP server.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-addychang-miniurl
- Repository: https://github.com/addychang/miniurl.com
- Website: https://miniurl.com/mcp/

## Install
- Endpoint: https://workers.miniurl.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://workers.miniurl.com/mcp

## Tools
- create_guest_token - Create a MiniURL guest token and store it in an unauthenticated MCP session. If auth is already set, keep it or call clear_authentication first. shorten_url can provision a guest automatically. Endpoint: https://workers.miniurl.com/mcp
- authenticate_token - Store an existing MiniURL token in the current MCP session. Accepts either a gt_ guest token or an mk_ API key. Endpoint: https://workers.miniurl.com/mcp
- clear_authentication - Clear any stored MiniURL authentication from the current MCP session. Endpoint: https://workers.miniurl.com/mcp
- shorten_url - Create a short URL. If no authentication is set, MiniURL automatically starts a guest session for this MCP connection. Endpoint: https://workers.miniurl.com/mcp
- send_registration_code - Send a 6-digit registration code to the user email, using the current guest session. Endpoint: https://workers.miniurl.com/mcp
- verify_registration_code - Verify the emailed code, create the account, claim guest links, and replace the current guest auth with the new mk_ API key. Endpoint: https://workers.miniurl.com/mcp
- get_account_status - Inspect the current guest/free/pro account status, remaining quota, and feature availability. Endpoint: https://workers.miniurl.com/mcp
- start_pro_upgrade - Create a shortened checkout link for upgrading the current registered account to Pro. Endpoint: https://workers.miniurl.com/mcp
- list_domains - List domains available to the current registered account, including miniurl.com and active custom domains. Endpoint: https://workers.miniurl.com/mcp
- list_links - List short links for the current registered account. Endpoint: https://workers.miniurl.com/mcp
- get_link - Get a single short link by alias for the current registered account. Endpoint: https://workers.miniurl.com/mcp
- update_link - Update a registered short link. Some fields require Pro. Endpoint: https://workers.miniurl.com/mcp
- delete_link - Delete a registered short link permanently. Endpoint: https://workers.miniurl.com/mcp
- bulk_create_links - Create multiple short links in one request. Free accounts can create up to 10 at a time, Pro up to 50. Endpoint: https://workers.miniurl.com/mcp
- get_link_stats - Get link analytics. Free accounts receive a basic total plus an upgrade hint; Pro accounts receive full breakdowns. Endpoint: https://workers.miniurl.com/mcp
- check_alias - Check whether a custom alias is available on a given domain before creating a link. Endpoint: https://workers.miniurl.com/mcp
- list_tags - List all tags for the current registered account. Tags help organise links into campaigns or categories. Endpoint: https://workers.miniurl.com/mcp
- create_tag - Create a new tag for organising links. Maximum 20 tags per account. Endpoint: https://workers.miniurl.com/mcp
- delete_tag - Delete a tag and remove it from all associated links. Endpoint: https://workers.miniurl.com/mcp
- tag_link - Add a tag to a short link for campaign or category organisation. Endpoint: https://workers.miniurl.com/mcp
- untag_link - Remove a tag from a short link. Endpoint: https://workers.miniurl.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.addychang
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 12, 2026
- Source: https://registry.modelcontextprotocol.io
