MCP server with 8 agent utilities: JSON inspect, regex test, cron parse, hash, base64, URL analyze, color convert, text diff

Casper Tools — MCP server (8 agent utilities)

A Model Context Protocol (MCP) server exposing 8 small, fast, dependency-lightutilities that AI agents reach for constantly: JSON inspection, regex testing,cron parsing, hashing, base64 encoding/decoding, URL analysis, colorconversion, and text diffing.

Transport: Streamable HTTP. Auth: none (open public endpoint). No APIkeys. Free to use.

Live endpoint

https://virtue-hardly-skills-calling.trycloudflare.com/mcp

Tools

Tool What it does
json_inspect Parse, validate and summarize JSON documents
regex_test Test regex patterns against sample strings
cron_parse Parse/explain cron schedule expressions
hash_compute Compute MD5/SHA-1/SHA-256 hashes
base64_encode Base64 encode/decode text and bytes
url_analyze Normalize, validate and decompose URLs
color_convert Convert between hex/rgb/hsl color formats
text_diff Unified diff between two strings/texts

Install

Claude Code / Cursor / any MCP client:

{
  "mcpServers": {
    "casper-tools": {
      "command": "npx",
      "args": ["-y", "casper-tools"]
    }
  }
}

For the hosted remote server, add a connection to the live endpoint above(streamable HTTP, no credentials).

Operation

npm install && npm start runs the server on port 3000 at /mcp (or via anyMCP client pointed at a stdio/npx launch).

Repo

Source lives in this repository. Published to the official MCP Registry asio.github.magiautonomous/casper-tools. MIT licensed.

MCP Server · Populars

MCP Server · New

    esperanza-volkov

    confdiff

    Semantic, format-aware diff for config & structured-data files (JSON, YAML, TOML, INI, .env, .properties, CSV, XML). See what actually changed — keys and values, not text noise.

    Community esperanza-volkov
    butterbase-ai

    @butterbase/mcp

    Open-source backend-as-a-service. Postgres, auth, storage, functions, AI gateway, MCP.

    Community butterbase-ai
    adamsiwiec1

    Host MCP SSE Server on Google Cloud Run

    Host an Model Context Protocol SSE deployment on Cloud Run, Authenticating with IAM.

    Community adamsiwiec1
    Mitek99

    DeepView MCP

    DeepView MCP is a Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini 2.5 Pro's extensive context window.

    Community Mitek99
    prisma

    orm

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Community prisma