What is the io.github.nexus-api-lab/digest-mcp MCP server?
Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.
How to install io.github.nexus-api-lab/digest-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"digest-mcp": {
"url": "https://digest-mcp.dokasukadon.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"digest-mcp": {
"serverUrl": "https://digest-mcp.dokasukadon.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"digest-mcp": {
"type": "http",
"url": "https://digest-mcp.dokasukadon.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"digest-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://digest-mcp.dokasukadon.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http digest-mcp https://digest-mcp.dokasukadon.workers.dev/mcpRelated MCP servers
Deterministic time tools for AI agents: timezone conversion, business-day math, cron interpretation.
Exact reference codes for AI agents: countries, currencies with minor units, HTTP status, MIME.
Checksum validation for AI agents: IBAN, ISBN, EAN/GTIN, UUID, ULID. Deterministic, no auth.
Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free.
View repository →Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting.