SwissKnife-MCP

a-penning/SwissKnife-MCP
★ 1 stars TypeScript Browser/Web Updated today
A self-hostable HTTP MCP server of deterministic developer utilities — base64, JWT, hashing, timestamps, UUIDs, data-format conversion and friends. Connect it to any MCP client and stop pasting your tokens into random utility websites: the LLM does the job exactly, with zero guesswork.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swissknife-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "a-penning/SwissKnife-MCP"
      ]
    }
  }
}