Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Casper Tools
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Casper Tools

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

8 agent utilities: JSON inspection, regex, cron, hash, base64, URL, color, diff.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "casper-tools-2": {
      "command": "npx",
      "args": [
        "-y",
        "casper-tools-2"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Casper Tools MCP Server

19 zero-setup MCP utilities for AI agents β€” JSON, regex, cron, hashing, semver, JWT, CSV, YAML, Markdown and more. No API keys, no auth, no install weight.

A Model Context Protocol (MCP) server exposing 19 small, dependency-light utilities that AI agents reach for constantly. Streamable HTTP transport, drop it into any MCP client in seconds. No auth, no API keys, free.

Endpoint: POST /mcp (also accepted at the bare host root) on port 3000.

Tools

ToolWhat it does
json_inspectParse / validate / pretty-print JSON
regex_testTest regex against text, list matches + groups
cron_parseExplain a cron expression + next 5 run times
hash_computeMD5 / SHA-1 / SHA-256 / SHA-512 digest
base64_encodeBase64 encode / decode
url_analyzeDecompose + validate a URL
color_convertConvert hex / rgb / hsl / named colors
text_diffLine diff between two texts
csv_parseParse CSV/TSV into rows + JSON preview
jwt_decodeDecode + verify HMAC-signed JWTs
markdown_to_htmlRender Markdown to HTML (raw HTML escaped)
uuid_mintGenerate v4 UUIDs / random URL-safe tokens
time_convertEpoch / ISO / relative / timezone conversions
password_strengthScore passwords: score, entropy, crack time, tips
semver_compareCompare versions with correct SemVer precedence
semver_satisfiesCheck a version against an npm-style range
semver_bumpIncrement major/minor/patch/prerelease
semver_maxPick the best satisfying version for an upgrade
yaml_parseParse YAML (maps/lists/flow, multi-doc) into JSON

Why Casper Tools

  • Zero setup β€” one POST /mcp endpoint, no auth, no API keys, no cloud account. Point any MCP client at it and go.
  • Dependency-light β€” pure, small handlers tuned for the utilities agents reach for dozens of times a day.
  • Drop-in β€” works with Claude Desktop, Cursor, and any MCP-capable agent over Streamable HTTP.
  • Batteries included β€” semver, JWT, CSV, YAML, Markdown, color, UUID and JSON tooling covers the boring-but-common cases so your agent doesn't reinvent them.

Run it

Terminal
npm install
npm start          # port 3000, /mcp

Once the npm package is published (npm i casper-tools), this is the same install β€” see PUBLISH.md for the publish kit.

Connect an MCP client

Point any MCP-capable agent (Claude Desktop, Cursor, Claude Code) at the endpoint:

config.json
{
  "mcpServers": {
    "casper-tools": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

Or skip the local run and use the public endpoint β€” the current tunnel URL is in server.json and on the official MCP Registry entry below.

Test it

bash
node test.js       # 86 assertions on all 19 tool handlers
node probe.js <endpoint>   # e2e MCP initialize + tools/call over HTTP

Docs

  • DEMO.md β€” 90-second live walkthrough: connect, pick a tool, raw Streamable HTTP curl call against the public endpoint, verified output.
  • PUBLISH.md β€” npm publish kit: fire-ready commands + verification for getting the casper-tools package on the npm registry (T-31 WS2).
  • Feature story β€” Casper Tools on the official MCP Registry (Agentic Web Blog) β€” how these utilities ship on the official registry and why zero-setup MCP matters for the agentic web.

Registry & directory presence

Where the server is listed and how to get it in more places:

  • Official MCP Registry β€” io.github.magiautonomous/casper-tools, published under https://registry.modelcontextprotocol.io (search "casper tools"). Version 1.4.0 is the latest published entry β€” re-verified live 2026-09-07 (00:59Z publish; card had drifted to 1.2.4/14-tool desc, now in sync with server.json). Future bumps ride the v*-tag workflow (.github/workflows/publish-mcp.yml) or the manual one-command sync in PUBLISH.md.
  • Glama β€” glama.ai/mcp/servers/magiautonomous/casper-tools (present; auto-syncs from the official registry). Verified 2026-09-07: endpoint is current, but the cached description/tool table still says 12 utilities β€” a registry publish (v1.4.0) just landed 00:59Z, so the cache should refresh on Glama's next crawl; claim the listing to force an early refresh.
  • mcprepository.com β€” mcprepository.com/magiautonomous/casper-tools (present but STALE, verified 2026-09-07): index shows 8 tools and a dead tunnel URL (virtue-hardly-skills-calling, offline). Their POST /api/index refresh returns duplicate:true and refuses to re-crawl, so update must go through the web submit form (human click) with the corrected copy below.
  • npm (not yet) β€” package casper-tools v1.4.0 is publish-ready (PUBLISH.md); npm listing pending human npm credentials. Once live, the npm i casper-tools + npm start path above is the drop-in install.
  • mcpmarket.com β€” mcpmarket.com/server/casper-tools (present but STALE, discovered + verified 2026-09-07): lists author magiautonomous with a 19-tool server but a cached 8-tool description ("…JSON inspection, regex testing, URL analysis"). UI submit form (browser/account) refresh needed with the copy below.
  • mcp.directory / mcp.so / Smithery / PulseMCP / mcpservers.org β€” not listed yet (re-verified 2026-09-07 after the registry v1.4.0 republish; still absent). mcp.so 307s to a 404 SPA route, mcp.directory public path 404, PulseMCP API key-gated (404), Smithery is now Arcade.dev (submit form only). They do NOT auto-pull from the official registry β€” each needs a web-form submission using the kit below.

Directory update kit (current as of 2026-09-07)

Same fields for any submit/update form (Glama claim, mcprepository, mcpmarket, mcp.so, Smithery, PulseMCP):

Code
Server name:  Casper Tools
Version:      1.4.0
GitHub URL:   https://github.com/magiautonomous/casper-tools
Description:  MCP server with 19 agentic utilities over Streamable HTTP β€”
              JSON inspect, regex test, cron parse, hash, base64, URL
              analysis, color convert, text diff, CSV parse, JWT decode,
              Markdown-to-HTML, UUID mint, time convert, password strength,
              semver (compare/satisfies/bump/max), YAML parse. No auth, no
              API keys, zero setup.
Tags:         mcp, developer-tools, utility, json, semver, yaml, jwt
Connection:   POST https://determines-product-administration-farmer.trycloudflare.com/mcp
Registry:     io.github.magiautonomous/casper-tools (official MCP Registry)
  • Getting listed/updated is tracked in T-31 (WS2 listing visibility); submissions that need a human browser/account are handed to Taner/Casper to click.

Analytics

Every tool call is appended to logs/calls.jsonl (timestamp, tool, caller IP) so traffic can be measured. Tail it with:

bash
tail -f logs/calls.jsonl

Registry + tunnel wiring

  • server.json β€” MCP registry manifest (version, tags, license, remotes).
  • tunnel-watch.sh + mcp-tunnel-watch.timer β€” every 5 min, if the trycloudflare quick-tunnel hostname rotates, repoint the manifests in this repo and in casper-tools (deployed copy published to the official MCP Registry), and push a new patch tag so the GH Action republishes.
  • Deployed copy: github.com/magiautonomous/casper-tools (registry entry io.github.magiautonomous/casper-tools).

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Casper Tools

    8 agent utilities: JSON inspection, regex, cron, hash, base64, URL, color, diff.

    πŸ’» Developer Tools0 views
    Compare vs Casper Tools β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • PDF Reader MCP logoPDF Reader MCP

    Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.

    πŸ’» Developer Tools1 views
    Compare vs PDF Reader MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Casper Tools

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "casper-tools": { "command": "npx", "args": ["-y", "Casper Tools"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCasper Tools AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/casper-tools-2?style=directory)](https://allmcps.com/mcp/casper-tools-2)
HTML Embed
<a href="https://allmcps.com/mcp/casper-tools-2"><img src="https://allmcps.com/api/badge/casper-tools-2?style=directory" alt="Casper Tools on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Casper Tools β†’Install in Claude DesktopInstall in CursorInstall in VS Code