DevTools MCP Server
A comprehensive MCP server with 30+ developer tools including JSON/XML formatting, UUID generation, hashing, encoding, regex testing, color conversion, JWT decoding, timestamp conversion, and more.
DevTools MCP Server
A powerful MCP (Model Context Protocol) server that gives AI coding assistants access to 30+ developer tools — QR codes, screenshots, PDFs, crypto prices, email validation, AI text processing, currency exchange, and much more.
Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible AI assistant.
Quick Start
With Claude Code
claude mcp add devtools-mcp-server -- npx devtools-mcp-server
With Cursor / Windsurf
Add to your MCP config:
{ "mcpServers": { "devtools": { "command": "npx", "args": ["devtools-mcp-server"], "env": { "DEVTOOLS_API_KEY": "your-api-key" } } } }
Get Your Free API Key
curl -X POST https://api.commandsector.in/api-key
-H "Content-Type: application/json"
-d '{"email": "[email protected]"}'
Free tier: 100 requests/day, 10/minute.
Available Tools (30)
QR Codes
generate_qr_code— Generate QR codes in 6 styles (standard, rounded, dots, elegant, micro, bold), PNG/SVG/base64
Screenshots
take_screenshot— Capture any website as PNG with custom viewport
Email Validation
validate_email— Full validation: format, DNS/MX, disposable detection, typo suggestionsvalidate_emails_batch— Validate multiple emails at once
PDF Tools
extract_pdf_text— Extract text from PDF URLsget_pdf_metadata— Get PDF metadata (title, author, pages)
Crypto Prices
get_crypto_price— Real-time price for any of 10,000+ coinsget_crypto_market— Top coins by market capsearch_crypto— Search by name or symbolget_trending_crypto— Currently trending coins
Currency Exchange
convert_currency— Convert between 31 currencies (ECB rates)get_exchange_rates— Current exchange rates
IP Geolocation
geolocate_ip— Country, city, timezone, ISP, coordinates
Text-to-Speech
text_to_speech— 300+ voices, 70+ languages (Edge TTS)list_tts_voices— Browse available voices
AI Text Processing
summarize_text— AI-powered summarizationtranslate_text— Translation to any languagerewrite_text— Rewrite in different tones
Developer Utilities
generate_uuid— UUID v4 generationgenerate_password— Secure random passwordshash_text— MD5, SHA1, SHA256, SHA512encode_base64/decode_base64— Base64 encodingformat_json— Pretty-print JSON
Image Generation
generate_placeholder_image— Custom dimensions, colors, textgenerate_social_card— Social media / OG imagesgenerate_avatar— Unique avatars from name/email
Invoice Generation
generate_invoice— Professional PDF invoices
URL Tools
extract_url_metadata— Title, description, Open Graph dataexpand_short_url— Reveal shortened URL destinations
Environment Variables
| Variable | Required | Description |
|---|---|---|
| DEVTOOLS_API_KEY | Yes | Your API key (get free at signup endpoint) |
| DEVTOOLS_API_URL | No | Custom API URL (defaults to public endpoint) |
Pricing
| Tier | Price | Daily Limit | Rate Limit |
|---|---|---|---|
| Free | $0 | 100 requests | 10/min |
| Pro | $9.99/mo | 10,000 requests | 120/min |
| Enterprise | $49.99/mo | 1,000,000 requests | 600/min |
License
MIT
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
nREPL MCP Server
Interact with a running Clojure nREPL instance for code evaluation, namespace inspection, and other utilities.
plugged.in MCP Proxy Server
A middleware that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface.
Local Logs MCP Server
MCP for monitoring local application logs with real-time tailing, error tracking, and log search capabilities.
Bonsai MCP
An MCP server that integrates IFC model support using Bonsai BIM (Blender) and IfcOpenShell.
MCP Server Example
An example MCP server for educational purposes, demonstrating how to build a functional server that integrates with LLM clients.
MCP-Think
A Think Tool for LLMs to record and retrieve their thinking processes during reasoning.
Agent VRM MCP Server
A server that provides VRM avatar functionality for Large Language Models (LLMs) by connecting to an AgentVRM engine.
Buildable
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Alchemy MCP Server
Interact with Alchemy's blockchain APIs to query data without writing code.