← Registry

Developer Tools

devminute.dev

Provides utilities to validate, search, compare, and schema-validate JSON, plus test JavaScript regular expressions.

1 endpoint20 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://devminute.dev/mcp

No auth detected

MCP server metadata

Name
devminute-tools
Version
1.0.0
Capabilities
tools.listChanged

Known tools 20

json_format

Validate and pretty-print or minify JSON text.

Inferred read-only
json_search

Find keys, paths, and primitive values in a JSON document.

Inferred read-only
json_compare

Compare two JSON values by structure and value.

Inferred read-only
json_schema_validate

Validate JSON data against a JSON Schema.

Inferred read-only
regex_test

Run a JavaScript regular expression and return matches and capture groups.

Inferred read-only
text_diff

Create a line-by-line diff for two text inputs.

Potential side effects
csv_to_json

Parse delimited text with headers into JSON objects.

Inferred read-only
json_to_csv

Convert an array of JSON objects into delimited text.

Inferred read-only
uuid_generate

Generate one or more cryptographically random UUID v4 values.

Inferred read-only
uuid_inspect

Validate a UUID and report its version and variant.

Inferred read-only
hex_to_text

Decode hexadecimal bytes as UTF-8 text.

Inferred read-only
text_to_hex

Encode UTF-8 text as hexadecimal bytes.

Inferred read-only
base64_encode

Encode UTF-8 text as Base64.

Inferred read-only
base64_decode

Decode Base64 into UTF-8 text.

Inferred read-only
sha256

Create a SHA-256 digest from UTF-8 text.

Potential side effects
url_encode

Percent-encode a URL component.

Inferred read-only
url_decode

Decode a percent-encoded URL component.

Inferred read-only
timestamp_convert

Convert Unix seconds, milliseconds, or a date into common time formats.

Inferred read-only
jwt_decode

Decode a JWT header and payload without verifying its signature.

Inferred read-only
gzip_decode

Decompress Base64- or hex-encoded gzip bytes as UTF-8.

Inferred read-only

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.devminute-tools]
url = "https://devminute.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "devminute-tools": {
      "type": "http",
      "url": "https://devminute.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: devminute-tools
Remote MCP URL: https://devminute.dev/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": {
    "devminute-tools": {
      "url": "https://devminute.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "devminute-tools": {
      "type": "http",
      "url": "https://devminute.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "devminute-tools",
  "transport": "streamable-http",
  "url": "https://devminute.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.