net.programmes/developer-tools
REMOTE · PROGRAMMES.NET · SCANNED AUG 3
65+ free in-browser developer tools (JSON, Base64, JWT, hash, regex…) callable over MCP.
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 Security66
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 59 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability75
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 6465 tokens (~109/item across 59 items; 59 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- 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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · programmes.net
claude mcp add --transport http net-programmes-developer-tools https://programmes.net/mcp
[mcp_servers.net-programmes-developer-tools] url = "https://programmes.net/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"net-programmes-developer-tools": {
"type": "remote",
"url": "https://programmes.net/mcp",
"enabled": true
}
}
} openclaw mcp add net-programmes-developer-tools --url https://programmes.net/mcp --transport streamable-http
mcp_servers:
net-programmes-developer-tools:
url: "https://programmes.net/mcp" {
"mcpServers": {
"net-programmes-developer-tools": {
"type": "http",
"url": "https://programmes.net/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 +1
- 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 65
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://programmes.net/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=programmes.net | CN=WE1,O=Google Trust Services,C=US | 14 Jul 2026 | 12 Oct 2026 | ECDSA 256 | ECDSA-SHA256 | 755e6a63aad4bd2c0e106229201c9be2 |
| SANs: programmes.net | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC secure
Validation of programmes.net. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| net. | present | 37331 | 13 | Verified |
| programmes.net. | present | 2371 | 13 | Verified |
| programmes.net. | Verified address RRset verified with the apex keys |
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 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains; preload |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
| referrer-policy | same-origin |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://programmes.net/mcp | Verified | 200 | |
| http (plaintext) | http://programmes.net/mcp | HTTPS enforced | 301 | https://programmes.net/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.
aes-encrypt ~117
Encrypt and decrypt text with AES-GCM using a password.. Operations: "encrypt" — Encrypt plaintext into base64 ciphertext with a password.; "decrypt" — Decrypt base64 ciphertext produced by the encrypt operation.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/aes-encrypt). |
No output schema declared.
No examples provided.
ascii ~108
Convert text to and from character codes in several bases.. Operations: "to-codes" — Convert text to character codes.; "from-codes" — Convert character codes back to text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/ascii). |
No output schema declared.
No examples provided.
base64 ~122
Encode and decode text in Base64, Base64URL, Base32, Base58, Base85 and hex.. Operations: "encode" — Encode text into the chosen format.; "decode" — Decode text from the chosen format back to plain text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/base64). |
No output schema declared.
No examples provided.
bcrypt ~106
Hash and verify passwords with bcrypt.. Operations: "hash" — Hash a password with bcrypt at the given cost.; "verify" — Verify a plaintext password against a bcrypt hash.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/bcrypt). |
No output schema declared.
No examples provided.
case ~111
Convert text between camelCase, snake_case, kebab-case and more.. Operations: "convert" — Convert text to a single chosen case.; "all" — Return every supported case transform at once.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/case). |
No output schema declared.
No examples provided.
char-inspector ~103
Break a string into per-character Unicode details.. Operations: "inspect" — Inspect each character of a string (code point, category, bytes).. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/char-inspector). |
No output schema declared.
No examples provided.
chmod ~137
Convert between octal and symbolic Unix file permissions.. Operations: "octal-to-symbolic" — Convert octal permissions (e.g. "755") to a symbolic string and description.; "symbolic-to-octal" — Convert a symbolic permission string (e.g. "rwxr-xr-x") to octal.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/chmod). |
No output schema declared.
No examples provided.
cidr ~107
Parse a CIDR block into its network, broadcast and host range.. Operations: "calculate" — Calculate the network, broadcast, mask and host range for a CIDR block.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/cidr). |
No output schema declared.
No examples provided.
color ~114
Convert colors between HEX, RGB, HSL, HSV and CMYK.. Operations: "convert" — Convert a HEX color to every supported color space.; "palette" — Generate a color harmony palette from a base color.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/color). |
No output schema declared.
No examples provided.
color-palette ~105
Generate harmony, shade and tint palettes from a base HEX color.. Operations: "generate" — Generate harmony, shade and tint palettes from a base HEX color.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/color-palette). |
No output schema declared.
No examples provided.
contrast ~120
Check WCAG contrast between a foreground and background color.. Operations: "check" — Compute the contrast ratio and WCAG pass/fail for a color pair.; "best-text" — Pick black or white text for the best contrast on a background.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/contrast). |
No output schema declared.
No examples provided.
cron ~112
Describe cron expressions and compute upcoming run times.. Operations: "describe" — Produce a human-readable description of a cron expression.; "next-runs" — Compute the next N run times for a cron expression.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/cron). |
No output schema declared.
No examples provided.
css-minify ~114
Minify or beautify CSS.. Operations: "minify" — Minify CSS (strip comments and whitespace).; "beautify" — Beautify CSS (one declaration per line, indented).. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/css-minify). |
No output schema declared.
No examples provided.
css-units ~110
Convert a numeric value between CSS units (px, rem, em, pt, pc, %).. Operations: "convert" — Convert a numeric value from one CSS unit to another.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/css-units). |
No output schema declared.
No examples provided.
curl-converter ~101
Convert a curl command into fetch / Python / Node snippets.. Operations: "convert" — Parse a curl command and generate code snippets.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/curl-converter). |
No output schema declared.
No examples provided.
data-size ~107
Parse a data size and convert it to bytes plus decimal and binary units.. Operations: "convert" — Parse a data size and convert it to bytes, decimal and binary units.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/data-size). |
No output schema declared.
No examples provided.
diff ~111
Compute a line-by-line diff between two texts.. Operations: "compare" — Diff two texts and return the lines plus statistics.; "unified" — Produce a unified-diff text between two inputs.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/diff). |
No output schema declared.
No examples provided.
gitignore ~112
Generate a combined .gitignore from template keys.. Operations: "generate" — Combine one or more template keys into a .gitignore.; "templates" — List the available .gitignore template keys.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/gitignore). |
No output schema declared.
No examples provided.
hash ~119
Compute MD5, SHA-1/256/384/512, CRC32 and HMAC digests.. Operations: "hash" — Hash text with the chosen algorithm.; "hmac" — Compute an HMAC digest (SHA algorithms only).. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/hash). |
No output schema declared.
No examples provided.
hmac ~102
Sign a message with HMAC using a secret key and SHA-2 algorithm.. Operations: "sign" — Compute an HMAC signature for a message.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/hmac). |
No output schema declared.
No examples provided.
html ~117
Format, minify and validate HTML.. Operations: "format" — Pretty-print HTML.; "minify" — Minify HTML (strip comments and collapse whitespace).; "validate" — Check HTML for unclosed/mismatched tags.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/html). |
No output schema declared.
No examples provided.
html-entity ~109
Encode and decode HTML entities (named, decimal, hex).. Operations: "encode" — Encode text into HTML entities.; "decode" — Decode HTML entities back to plain text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/html-entity). |
No output schema declared.
No examples provided.
http-status ~108
Look up and search HTTP status codes.. Operations: "lookup" — Look up a single status code by number.; "search" — Search status codes by number, name or description.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/http-status). |
No output schema declared.
No examples provided.
image-base64 ~106
Build and parse base64 data URIs and embed snippets.. Operations: "build-snippets" — Build HTML/CSS/Markdown snippets from an existing data URI.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/image-base64). |
No output schema declared.
No examples provided.
json ~146
Format, minify, validate and convert JSON.. Operations: "format" — Pretty-print JSON with a configurable indent.; "minify" — Strip all insignificant whitespace from JSON.; "validate" — Check whether the input is valid JSON, reporting the error location.; "repair" — Best-effort repair of common JSON mistakes (trailing commas, single quotes, unquoted keys).. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json). |
No output schema declared.
No examples provided.
json-csv ~109
Convert between JSON and CSV.. Operations: "json-to-csv" — Convert a JSON array/object to CSV.; "csv-to-json" — Convert CSV to a JSON array.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json-csv). |
No output schema declared.
No examples provided.
json-diff ~99
Compare two JSON documents and report added, removed and changed values.. Operations: "diff" — Diff two JSON documents by path.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json-diff). |
No output schema declared.
No examples provided.
json-schema ~99
Infer a draft-07 JSON Schema from sample JSON.. Operations: "generate" — Infer a draft-07 JSON Schema from sample JSON. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json-schema). |
No output schema declared.
No examples provided.
json-ts ~95
Generate TypeScript type declarations from a JSON sample.. Operations: "generate" — Infer TypeScript interfaces/types from JSON.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json-ts). |
No output schema declared.
No examples provided.
json-xml ~102
Convert between JSON and XML.. Operations: "to-xml" — Convert JSON to XML.; "to-json" — Convert XML to JSON.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/json-xml). |
No output schema declared.
No examples provided.
jsonpath ~97
Query a JSON document with a JSONPath expression.. Operations: "query" — Evaluate a JSONPath expression against a JSON document.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/jsonpath). |
No output schema declared.
No examples provided.
jwt ~97
Decode JWT header and payload (no signature verification).. Operations: "decode" — Decode a JWT into its header, payload and signature.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/jwt). |
No output schema declared.
No examples provided.
jwt-encode ~106
Sign a JSON payload into a JWT with an HMAC secret.. Operations: "sign" — Sign a JSON payload into a JWT using an HMAC secret.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/jwt-encode). |
No output schema declared.
No examples provided.
lorem ~93
Generate placeholder text in several styles.. Operations: "generate" — Generate lorem ipsum (or themed) placeholder text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/lorem). |
No output schema declared.
No examples provided.
markdown ~124
Render Markdown to HTML, build a TOC and compute statistics.. Operations: "render" — Render GitHub-flavored Markdown to sanitized HTML.; "toc" — Extract a table of contents from Markdown headers.; "stats" — Compute document statistics for Markdown/plain text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/markdown). |
No output schema declared.
No examples provided.
markdown-table ~97
Convert CSV or TSV rows into a Markdown table.. Operations: "generate" — Build a Markdown table from delimited rows.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/markdown-table). |
No output schema declared.
No examples provided.
mime ~96
Look up MIME types by file extension or MIME type.. Operations: "lookup" — Search MIME types by extension or MIME type.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/mime). |
No output schema declared.
No examples provided.
morse-code ~103
Translate text to and from Morse code.. Operations: "encode" — Convert text to Morse code.; "decode" — Convert Morse code to text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/morse-code). |
No output schema declared.
No examples provided.
number-base ~101
Convert numbers between binary, octal, decimal and hex.. Operations: "convert" — Convert a number from one base to all supported bases.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/number-base). |
No output schema declared.
No examples provided.
password ~105
Generate strong random passwords and estimate their strength.. Operations: "generate" — Generate a cryptographically random password.; "strength" — Estimate the entropy and strength bucket of a password.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/password). |
No output schema declared.
No examples provided.
password-strength ~104
Analyze a password and estimate its entropy, strength and crack time.. Operations: "analyze" — Analyze a password and estimate its entropy, strength and crack time.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/password-strength). |
No output schema declared.
No examples provided.
random ~92
Generate cryptographically secure random strings.. Operations: "generate" — Generate a secure random string from a chosen pattern.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/random). |
No output schema declared.
No examples provided.
regex ~109
Test a regex against a string and apply replacements.. Operations: "test" — Find all matches of a regex pattern in a test string.; "replace" — Replace regex matches in a string.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/regex). |
No output schema declared.
No examples provided.
roman-numeral ~114
Convert between integers and Roman numerals.. Operations: "to-roman" — Convert an integer to a Roman numeral.; "from-roman" — Convert a Roman numeral to an integer.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/roman-numeral). |
No output schema declared.
No examples provided.
slugify ~97
Turn arbitrary text into a clean, URL-safe slug.. Operations: "slugify" — Generate a URL slug from text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/slugify). |
No output schema declared.
No examples provided.
sort-lines ~101
Sort, reverse, deduplicate and clean up lines of text.. Operations: "process" — Sort, deduplicate and clean lines of text.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/sort-lines). |
No output schema declared.
No examples provided.
sql ~104
Format and minify SQL.. Operations: "beautify" — Beautify SQL with newlines before clauses.; "minify" — Minify SQL to a single line.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/sql). |
No output schema declared.
No examples provided.
string-escape ~117
Escape and unescape strings for JSON, JS, HTML, URL and regex.. Operations: "escape" — Escape a string for the chosen context.; "unescape" — Unescape a string from the chosen context.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/string-escape). |
No output schema declared.
No examples provided.
timestamp ~114
Convert and inspect Unix timestamps and dates.. Operations: "to-date" — Convert a Unix timestamp (seconds) to a full date breakdown.; "parse-date" — Auto-detect and parse a date/timestamp string.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/timestamp). |
No output schema declared.
No examples provided.
totp ~106
Generate a time-based one-time password (TOTP) from a base32 secret.. Operations: "generate" — Generate the current TOTP code for a base32 secret.. Call with "operation" plus "input" (and "options" where relevant).
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | The primary input string. |
| operation | string | yes | The operation to run. |
| options | object | — | Optional parameters for the operation (see the tool schema at /api/v1/totp). |
No output schema declared.
No examples provided.