Aldric-Core/toolpipe-mcp-server
MCP server for ToolPipe: 35 developer utility tools (JSON, QR, hash, UUID, DNS, code review, fake data, regex, and more) accessible to AI agents via Model Context Protocol
Platform-specific configuration:
{
"mcpServers": {
"toolpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"toolpipe-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP (Model Context Protocol) server for ToolPipe -- 35 developer utility APIs accessible to AI agents.
| # | Tool | Description | |---|------|-------------| | 1 | json_format | Format, validate, pretty-print JSON | | 2 | generate_qr_code | Generate QR code image URLs | | 3 | generate_hash | MD5, SHA-1, SHA-256, SHA-512 hashing | | 4 | generate_uuid | Generate UUIDs (v4) | | 5 | base64 | Encode/decode Base64 strings | | 6 | markdown_to_html | Convert Markdown to HTML | | 7 | shorten_url | Shorten long URLs | | 8 | regex_test | Test regex patterns against text | | 9 | text_stats | Word count, reading time, etc. | | 10 | jwt_decode | Decode JWT tokens | | 11 | dns_lookup | DNS record lookups (A, MX, TXT, etc.) | | 12 | http_headers | Check HTTP response headers | | 13 | ssl_check | Inspect SSL/TLS certificates | | 14 | generate_password | Generate strong random passwords | | 15 | lorem_ipsum | Generate placeholder text | | 16 | convert_color | Convert between HEX, RGB, HSL | | 17 | parse_cron | Parse cron expressions to human-readable text | | 18 | convert_timestamp | Convert Unix timestamps and ISO dates | | 19 | csv_to_json | Convert CSV data to JSON | | 20 | minify_code | Minify JavaScript, CSS, or HTML | | 21 | code_review | Review code for bugs, security, best practices | | 22 | code_explain | Explain code in plain English | | 23 | code_format | Format/beautify code in many languages | | 24 | generate_fake_data | Generate realistic mock data (names, emails, etc.) | | 25 | json_schema_validate | Validate JSON against a JSON Schema | | 26 | whois_lookup | WHOIS domain registration info | | 27 | generate_dockerfile | Generate Dockerfiles for any language/framework | | 28 | generate_docker_compose | Generate docker-compose.yml for multi-service stacks | | 29 | generate_commit_message | Generate conventional git commit messages | | 30 | `generat
Loading reviews...