MiniURL
REMOTE · WORKERS.MINIURL.COM · SCANNED AUG 3
Create, manage, organize, and analyze short links with MiniURL's remote MCP server.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (delete_link). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http addychang-miniurl https://workers.miniurl.com/mcp
[mcp_servers.addychang-miniurl] url = "https://workers.miniurl.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"addychang-miniurl": {
"type": "remote",
"url": "https://workers.miniurl.com/mcp",
"enabled": true
}
}
} openclaw mcp add addychang-miniurl --url https://workers.miniurl.com/mcp --transport streamable-http
mcp_servers:
addychang-miniurl:
url: "https://workers.miniurl.com/mcp" {
"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.
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.
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 |
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.
authenticate_token ~57
Store an existing MiniURL token in the current MCP session. Accepts either a gt_ guest token or an mk_ API key.
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | A 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.
| Name | Type | Req | Description |
|---|---|---|---|
| links | array | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The alias to check. |
| domain | string | — | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | Tag colour hex code. Defaults to #6b7280 (grey). |
| name | string | yes | Tag name, 1-30 characters. |
No output schema declared.
No examples provided.
delete_link ~42
Delete a registered short link permanently.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The alias to delete. |
| domain | string | — | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tag_id | integer | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The link alias to fetch. |
| domain | string | — | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The alias to inspect. |
| domain | string | — | Optional domain to scope the alias lookup. Defaults to miniurl.com. |
| period | string | — | Analytics 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Optional domain filter. |
| limit | integer | — | Optional page size. Defaults to 20. |
| offset | integer | — | Optional zero-based offset for pagination. Defaults to 0. |
| search | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| activated_at | string | — | Optional ISO 8601 activation datetime. Requires Pro. |
| alias | string | — | Optional custom alias. Requires a registered account; miniurl.com aliases must be at least 4 characters. |
| domain | string | — | Optional domain. Requires a registered account with an active custom domain. |
| expiration | string | — | Optional ISO 8601 expiration datetime. Requires Pro. |
| password | string | — | Optional password. Requires Pro. |
| url | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| interval | string | — | Billing 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.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The link alias to tag. |
| domain | string | — | The link domain. Defaults to miniurl.com. |
| tag_id | integer | yes | The tag ID to assign. |
No output schema declared.
No examples provided.
untag_link ~56
Remove a tag from a short link.
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | yes | The link alias. |
| domain | string | — | The link domain. Defaults to miniurl.com. |
| tag_id | integer | yes | The tag ID to remove. |
No output schema declared.
No examples provided.
update_link ~158
Update a registered short link. Some fields require Pro.
| Name | Type | Req | Description |
|---|---|---|---|
| activated_at | string | — | Set a new ISO 8601 activation datetime. Requires Pro. |
| alias | string | yes | The link alias to update. |
| clear_activated_at | boolean | — | Clear the current scheduled activation datetime. |
| clear_expiration | boolean | — | Clear the current expiration. |
| clear_password | boolean | — | Remove the current password. |
| domain | string | — | The link domain. Defaults to miniurl.com. |
| expiration | string | — | Set a new ISO 8601 expiration datetime. Requires Pro. |
| password | string | — | Set or replace the password. Requires Pro. |
| url | string | — | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The 6-digit verification code. |
| string | yes | The user email address. |
No output schema declared.
No examples provided.