Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

MiniURL

REMOTE · WORKERS.MINIURL.COM · SCANNED AUG 3

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

+3 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1228 tokens (~58/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · workers.miniurl.com

# add to Claude Code
claude mcp add --transport http addychang-miniurl https://workers.miniurl.com/mcp
# ~/.codex/config.toml
[mcp_servers.addychang-miniurl]
url = "https://workers.miniurl.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "addychang-miniurl": {
      "type": "remote",
      "url": "https://workers.miniurl.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add addychang-miniurl --url https://workers.miniurl.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  addychang-miniurl:
    url: "https://workers.miniurl.com/mcp"
// mcp.json
{
  "mcpServers": {
    "addychang-miniurl": {
      "type": "http",
      "url": "https://workers.miniurl.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://workers.miniurl.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=miniurl.com CN=YE1,O=Let's Encrypt,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA384 55e71f979d1833a863dfe6206334389c585
SANs: miniurl.com, workers.miniurl.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of workers.miniurl.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
miniurl.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://workers.miniurl.com/mcp Verified 200
http (plaintext) http://workers.miniurl.com/mcp HTTPS enforced 301 https://workers.miniurl.com/mcp
MCP tools — 21 exposed · ~1,183 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
authenticate_token ~57

Store an existing MiniURL token in the current MCP session. Accepts either a gt_ guest token or an mk_ API key.

NameTypeReqDescription
tokenstringyesA valid MiniURL guest token (gt_) or API key (mk_).

No output schema declared.

No examples provided.

bulk_create_links ~42

Create multiple short links in one request. Free accounts can create up to 10 at a time, Pro up to 50.

NameTypeReqDescription
linksarrayyes

No output schema declared.

No examples provided.

check_alias ~53

Check whether a custom alias is available on a given domain before creating a link.

NameTypeReqDescription
aliasstringyesThe alias to check.
domainstringThe domain to check on. Defaults to miniurl.com.

No output schema declared.

No examples provided.

clear_authentication ~21

Clear any stored MiniURL authentication from the current MCP session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_guest_token ~49

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_tag ~59

Create a new tag for organising links. Maximum 20 tags per account.

NameTypeReqDescription
colorstringTag colour hex code. Defaults to #6b7280 (grey).
namestringyesTag name, 1-30 characters.

No output schema declared.

No examples provided.

delete_link ~42

Delete a registered short link permanently.

NameTypeReqDescription
aliasstringyesThe alias to delete.
domainstringThe link domain. Defaults to miniurl.com.

No output schema declared.

No examples provided.

delete_tag ~32

Delete a tag and remove it from all associated links.

NameTypeReqDescription
tag_idintegeryesThe tag ID to delete.

No output schema declared.

No examples provided.

get_account_status ~25

Inspect the current guest/free/pro account status, remaining quota, and feature availability.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_link ~49

Get a single short link by alias for the current registered account.

NameTypeReqDescription
aliasstringyesThe link alias to fetch.
domainstringThe link domain. Defaults to miniurl.com.

No output schema declared.

No examples provided.

get_link_stats ~78

Get link analytics. Free accounts receive a basic total plus an upgrade hint; Pro accounts receive full breakdowns.

NameTypeReqDescription
aliasstringyesThe alias to inspect.
domainstringOptional domain to scope the alias lookup. Defaults to miniurl.com.
periodstringAnalytics time range. Defaults to 7D.

No output schema declared.

No examples provided.

list_domains ~26

List domains available to the current registered account, including miniurl.com and active custom domains.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_links ~75

List short links for the current registered account.

NameTypeReqDescription
domainstringOptional domain filter.
limitintegerOptional page size. Defaults to 20.
offsetintegerOptional zero-based offset for pagination. Defaults to 0.
searchstringOptional search term for alias or destination URL.

No output schema declared.

No examples provided.

list_tags ~26

List all tags for the current registered account. Tags help organise links into campaigns or categories.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

send_registration_code ~38

Send a 6-digit registration code to the user email, using the current guest session.

NameTypeReqDescription
emailstringyesThe user email address.

No output schema declared.

No examples provided.

shorten_url ~139

Create a short URL. If no authentication is set, MiniURL automatically starts a guest session for this MCP connection.

NameTypeReqDescription
activated_atstringOptional ISO 8601 activation datetime. Requires Pro.
aliasstringOptional custom alias. Requires a registered account; miniurl.com aliases must be at least 4 characters.
domainstringOptional domain. Requires a registered account with an active custom domain.
expirationstringOptional ISO 8601 expiration datetime. Requires Pro.
passwordstringOptional password. Requires Pro.
urlstringyesThe HTTP or HTTPS destination URL to shorten.

No output schema declared.

No examples provided.

start_pro_upgrade ~36

Create a shortened checkout link for upgrading the current registered account to Pro.

NameTypeReqDescription
intervalstringBilling interval. Defaults to monthly.

No output schema declared.

No examples provided.

tag_link ~62

Add a tag to a short link for campaign or category organisation.

NameTypeReqDescription
aliasstringyesThe link alias to tag.
domainstringThe link domain. Defaults to miniurl.com.
tag_idintegeryesThe tag ID to assign.

No output schema declared.

No examples provided.

untag_link ~56

Remove a tag from a short link.

NameTypeReqDescription
aliasstringyesThe link alias.
domainstringThe link domain. Defaults to miniurl.com.
tag_idintegeryesThe tag ID to remove.

No output schema declared.

No examples provided.

update_link ~158

Update a registered short link. Some fields require Pro.

NameTypeReqDescription
activated_atstringSet a new ISO 8601 activation datetime. Requires Pro.
aliasstringyesThe link alias to update.
clear_activated_atbooleanClear the current scheduled activation datetime.
clear_expirationbooleanClear the current expiration.
clear_passwordbooleanRemove the current password.
domainstringThe link domain. Defaults to miniurl.com.
expirationstringSet a new ISO 8601 expiration datetime. Requires Pro.
passwordstringSet or replace the password. Requires Pro.
urlstringNew HTTP or HTTPS destination URL. Requires Pro.

No output schema declared.

No examples provided.

verify_registration_code ~60

Verify the emailed code, create the account, claim guest links, and replace the current guest auth with the new mk_ API key.

NameTypeReqDescription
codestringyesThe 6-digit verification code.
emailstringyesThe user email address.

No output schema declared.

No examples provided.