MPC Server by rog0x
MCP server for API testing: HTTP requests, endpoint health checks, JWT decode, URL parsing, security header analysis
MCP server for regex and text processing: test patterns, replace, extract matches, explain regex, case conversion, line operations
MCP server for markdown: TOC generation, linting, formatting/prettifying, word count & reading time stats, table generation from JSON data.
MCP server for JSON/data tools: validate, diff, transform, CSV/YAML conversion
MCP server for GitHub analytics: repo analysis, PR summaries, issue triage, release notes, contributor stats
MCP server with web tools for AI agents - extract, search, monitor, convert
MCP server for file operations: directory tree, file stats, duplicate finder, lines of code counter, file search by name/content/size/date
MCP server for Docker: list containers/images, analyze Dockerfiles and docker-compose, view container logs
MCP server for local Git repos: commit log, diff viewer, blame, repository statistics, branch analysis
MCP server for environment tools: .env parser/generator, port checker, system info, dependency checker
MCP server for SQL/database: format SQL, explain queries in plain English, analyze schemas, build queries from natural language, generate migrations
MCP server for npm: search packages, get info, audit dependencies, check bundle size, compare packages
MCP server for math: safe expression evaluator, unit converter, statistics calculator, number formatter, percentage calculator
MCP server for time/date: timezone converter, date calculator, cron parser, Unix timestamps, duration formatter
MCP server for cryptography: hash (MD5/SHA), encode/decode (Base64/URL/hex), UUID/nanoid generator, password tools, JWT decoder
MCP server for colors: convert HEX/RGB/HSL/CMYK, generate palettes, check WCAG contrast, mix colors, generate CSS gradients
MCP server for testing: generate test cases, create mock data, mock API responses, analyze test coverage, generate assertions
MCP server for config files: JSON/JSONC, YAML, TOML, INI parsers. Deep merge, validate, compare configs across formats
MCP server for strings: text analyzer (word count/reading level), transformer (extract emails/URLs, mask data), diff, template engine, slug generator
MCP server for images: metadata reader, favicon finder, Open Graph image extractor, placeholder generator, responsive image HTML generator
MCP server for network diagnostics: DNS lookup (A/MX/TXT/NS), IP geolocation, SSL certificate checker, WHOIS lookup, HTTP ping with latency stats
MCP server for log analysis: parse JSON/Apache/syslog, filter by level/date/keyword, analyze patterns and anomalies, format/convert, statistics
MCP server for performance: code benchmarking, memory analysis, Big O estimation, bundle size analysis, HTTP load testing
MCP server for code linting: style checker, naming convention analyzer, cyclomatic complexity, dead code finder, import analyzer
MCP server for i18n: language detection, hardcoded string extraction, translation JSON management, plural rules, locale formatting
MCP server for schemas: generate JSON Schema from data, generate TypeScript types, validate data, create mock data from schema, compare schemas
MCP server for documentation: JSDoc/TSDoc generator, README completeness analyzer, changelog from commits, API doc generator, code comment analyzer
MCP server #30 for caching: HTTP cache header analyzer, cache key generator, LRU/LFU/TTL simulation, CDN detector, browser cache analyzer
MCP server for web accessibility: alt text checker, heading hierarchy, WCAG contrast, ARIA validator, form accessibility