MCP Server for AI Agents

Give your coding agent access to things LLMs can't do on their own: make HTTP requests, check DNS records, verify SSL certs, compute cryptographic hashes, execute regex patterns, and generate secure random values.

npx trim-dev-tools-mcp

24 tools total. 16 free (MIT license), 8 Pro ($4.99/month). Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible agent. New to MCP?

Network things LLMs literally cannot do

http_requestMake GET/POST/PUT/DELETE requests, see status + headers + body
dns_lookupResolve A, AAAA, MX, TXT, NS, SOA, or all records for a domain
ssl_checkCheck certificate issuer, expiry, fingerprint for any domain
check_portTest if a TCP port is open on a host

Crypto & random LLMs get these wrong

hashMD5, SHA-1, SHA-256, SHA-512
hmacHMAC signatures (verify GitHub/Stripe webhooks)
uuidGenerate v4 UUIDs (single or batch)
random_bytesCryptographically secure random bytes (hex, base64, base64url)
passwordSecure password generation with entropy calculation

Regex LLMs guess; this executes

regex_testRun a pattern, get real match positions, groups, named captures
regex_replaceFind-and-replace with backreferences

Encoding & tokens

jwt_decodeDecode header + payload, check expiration
base64Encode/decode, with base64url support
url_encodeURL encode/decode (component or full URI)

Format & time

epochConvert timestamps, get current time
json_formatFormat, minify, validate JSON

Pro Tools $4.99/month

Advanced DevOps and infrastructure tools for teams that need more.

security_headersAnalyze security headers (CSP, HSTS, X-Frame-Options) with letter grade
ssl_gradeFull SSL/TLS analysis: protocols, ciphers, cert chain, overall grade
bulk_dnsResolve DNS for up to 50 domains in one call
whois_lookupDomain registration details (registrar, dates, nameservers)
response_timeHTTP latency with min/max/avg/p95 over multiple requests
port_scanScan common ports on a host — open/closed/filtered
ip_infoGeolocation, ASN, reverse DNS, organization for any IP
cert_monitorCertificate expiry monitoring across multiple domains
Get Pro via MCPize

Configure

Claude Desktop / Claude Code / Cursor — add to your MCP settings:

{
  "mcpServers": {
    "trim-dev-tools": {
      "command": "npx",
      "args": ["-y", "trim-dev-tools-mcp"]
    }
  }
}

Want to build your own MCP server?

Our step-by-step guide covers everything from first tool to npm publish. Or grab the starter kit ($79) for a production-ready boilerplate with five tool patterns and a monetization playbook.

Like these tools? Get the printable reference cards.

Regex, git, HTTP codes, cron, CSS layout, terminal shortcuts. Ten pages of reference cards, visual diagrams, and flowcharts in one PDF.

Get the cheat sheets — $12