# Short Menu — MCP server on mcp.ai > Connect your Short Menu account and use 3 tools for URL shortener straight from your AI agent. Connect with your own API key. Short Menu is a URL shortening application that allows users to create and manage short links efficiently. By: mcp.ai · official Page: https://mcp.ai/short_menu ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_short_menu?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/short_menu/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/short_menu/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/short_menu/skill.md Postman collection (v2.1): https://mcp.ai/short_menu/postman.json ## Tools - short_menu_create_link(url: string, slug?: string, tags?: string[], domain?: string, password?: string, pixel_ids?: string[], expires_at?: string, description?: string) — Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata. - short_menu_delete_link(id: string) — Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system. - short_menu_get_domains() — Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links. ## Example prompts - "What can I do in Short Menu?" - "Show me a summary of my Short Menu account" ## Links Docs: https://mcp.ai/docs/mcps/short_menu Website: https://mcp.ai/mcps/short_menu