ToolPipe MCP Server
JSON →145+ developer tools via MCP: JSON, QR codes, DNS, hash, UUID, JWT, SQL formatter, and more
Install
npx -y @toolpipe/mcp-server Tools · 35
- json_format Format, validate, pretty-print JSON
- generate_qr_code Generate QR code image URLs
- generate_hash MD5, SHA-1, SHA-256, SHA-512 hashing
- generate_uuid Generate UUIDs (v4)
- base64 Encode/decode Base64 strings
- markdown_to_html Convert Markdown to HTML
- shorten_url Shorten long URLs
- regex_test Test regex patterns against text
- text_stats Word count, reading time, etc.
- jwt_decode Decode JWT tokens
- dns_lookup DNS record lookups (A, MX, TXT, etc.)
- http_headers Check HTTP response headers
- ssl_check Inspect SSL/TLS certificates
- generate_password Generate strong random passwords
- lorem_ipsum Generate placeholder text
- convert_color Convert between HEX, RGB, HSL
- parse_cron Parse cron expressions to human-readable text
- convert_timestamp Convert Unix timestamps and ISO dates
- csv_to_json Convert CSV data to JSON
- minify_code Minify JavaScript, CSS, or HTML
- code_review Review code for bugs, security, best practices
- code_explain Explain code in plain English
- code_format Format/beautify code in many languages
- generate_fake_data Generate realistic mock data (names, emails, etc.)
- json_schema_validate Validate JSON against a JSON Schema
- whois_lookup WHOIS domain registration info
- generate_dockerfile Generate Dockerfiles for any language/framework
- generate_docker_compose Generate docker-compose.yml for multi-service stacks
- generate_commit_message Generate conventional git commit messages
- generate_regex Generate regex from natural language
- sql_format Format and beautify SQL queries
- json_to_typescript Generate TypeScript interfaces from JSON
- jwt_create Create signed JWT tokens
- web_extract Extract structured content from URLs
- prompt_engineer Improve and optimize LLM prompts
Environment variables
TOOLPIPE_API_KEYTOOLPIPE_BASE_URL
Links
★ 3 GitHub stars