← devminute.dev

INDIVIDUAL MCP TOOL

sha256

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

devminute.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://devminute.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sha256 and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

devminute.dev

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.

Related tools

  • json_format — Validate and pretty-print or minify JSON text.
  • json_search — Find keys, paths, and primitive values in a JSON document.
  • json_compare — Compare two JSON values by structure and value.
  • json_schema_validate — Validate JSON data against a JSON Schema.
  • regex_test — Run a JavaScript regular expression and return matches and capture groups.
  • text_diff — Create a line-by-line diff for two text inputs.
  • csv_to_json — Parse delimited text with headers into JSON objects.
  • json_to_csv — Convert an array of JSON objects into delimited text.