← miniurl.com

INDIVIDUAL MCP TOOL

list_domains

List domains available to the current registered account, including miniurl.

miniurl.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

miniurl.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.miniurl-mcp]
url = "https://workers.miniurl.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "miniurl-mcp": {
      "type": "http",
      "url": "https://workers.miniurl.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: miniurl-mcp
Remote MCP URL: https://workers.miniurl.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "miniurl-mcp": {
      "url": "https://workers.miniurl.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "miniurl-mcp": {
      "type": "http",
      "url": "https://workers.miniurl.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "miniurl-mcp",
  "transport": "streamable-http",
  "url": "https://workers.miniurl.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_guest_token — Create a MiniURL guest token and store it in an unauthenticated MCP session.
  • authenticate_token — Store an existing MiniURL token in the current MCP session.
  • clear_authentication — Clear any stored MiniURL authentication from the current MCP session.
  • shorten_url — Create a short URL.
  • send_registration_code — Send a 6-digit registration code to the user email, using the current guest session.
  • 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.
  • get_account_status — Inspect the current guest/free/pro account status, remaining quota, and feature availability.
  • start_pro_upgrade — Create a shortened checkout link for upgrading the current registered account to Pro.