@revxl/devtools

@revxl/devtools

Provides 17 developer utility tools for AI agents, including free tools like JSON formatting, base64 encoding, UUID generation, and pro tools for regex, JWT, cron, and more.

Category
Visit Server

README

@revxl/devtools

17 developer tools for AI agents. Works with Claude Desktop, Cursor, Windsurf, VS Code.

Install

Add to your MCP client config:

{
  "mcpServers": {
    "devtools": {
      "command": "npx",
      "args": ["-y", "@revxl/devtools"]
    }
  }
}

Why @revxl/devtools?

Feature mcp-devutils @revxl/devtools
Price $5 one-time $7 one-time
Free tools 15 (commodity) 7 (unlimited)
Regex to code generation No Yes (Python, JS, Go, Rust, Java)
Batch operations No Yes (500 items per call)
Secrets scanner No Yes (AWS, GitHub, Stripe, OpenAI)
Cron from English No Yes ("every weekday at 9am")
JSON diff Pro only Pro with path-level changes
Context token usage 44 tool defs 17 tool defs (saves ~2K tokens)

Free Tools (7)

Tool Description
json_format Format, minify, or validate JSON strings
base64 Encode or decode Base64 strings
url_encode URL encode or decode strings
uuid_generate Generate one or more v4 UUIDs
hash_text Hash text with MD5, SHA-256, or SHA-512
timestamp Convert between Unix timestamps, ISO 8601, and human-readable dates
http_status Look up HTTP status code name and category

Pro Tools (10)

Each Pro tool has 3 free trials before purchase.

Tool Description
jwt Decode and inspect JWTs, or create signed JWTs with custom claims
regex Test regex patterns with match highlighting + generate code in 5 languages
cron Explain cron expressions, compute next runs, or generate cron from plain English
json_diff Deep-diff two JSON objects with path-level added/removed/changed detail
json_query Query JSON with dot-notation and bracket paths (e.g. users[0].name)
batch Run any free tool on up to 500 inputs in a single call
sql_format Format and prettify SQL queries with proper indentation
yaml_convert Convert between JSON and YAML
chmod Explain or generate Unix file permissions from symbolic or numeric notation
secrets_scan Scan text for leaked secrets (AWS keys, GitHub tokens, Stripe keys, OpenAI keys)

Get Pro

  1. Purchase at https://revxl-devtools.vercel.app$7 one-time
  2. You'll receive a license key (format: REVXL-XXXX-XXXX-XXXX)
  3. Add it to your MCP config:
{
  "mcpServers": {
    "devtools": {
      "command": "npx",
      "args": ["-y", "@revxl/devtools"],
      "env": {
        "REVXL_PRO_KEY": "REVXL-XXXX-XXXX-XXXX"
      }
    }
  }
}

License

MIT — RevXL

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured