sseupdated 5mo ago
Free, open-source developer tools suite. No signup, no tracking, no nonsense.
What can you do with ToolPipe MCP Server?
ToolPipe - 238+ Free Developer Tools & APIs
Free, open-source developer tools suite. No signup, no tracking, no nonsense.
Try it now | Official MCP Registry
MCP Server (for AI Agents)
ToolPipe is available as an MCP (Model Context Protocol) server. Add to your Claude Code, Cursor, or any MCP-compatible client:
{
"mcpServers": {
"toolpipe": {
"url": "https://toolpipe.dev/mcp"
}
}
}
Listed on the Official MCP Registry as io.github.Ithiel-Labs/toolpipe-mcp-server (v1.20.0).
Tools (238+)
Text & Data Processing
- JSON Formatter, Validator, Minifier
- JSON to CSV, CSV to JSON
- Base64 Encode/Decode
- Markdown to HTML
- Text Analysis (word count, readability, sentiment)
- ROT13, URL Encode/Decode
- Lorem Ipsum Generator
Code & DevOps
- Code Review (AI-powered)
- Dockerfile Generator
- .gitignore Generator
- SQL Formatter
- Regex Tester
- JWT Decoder
- Cron Expression Parser
Web & Network
- DNS Lookup (A, AAAA, MX, NS, TXT)
- WHOIS Queries
- SSL Certificate Checker
- URL Metadata Extraction (Open Graph)
- URL Shortener
- HTTP Header Inspection
- Security Header Analysis
Media & Visual
- QR Code Generator
- Image Resize & Convert
- PDF Generation (HTML to PDF)
- Color Converter (HEX/RGB/HSL)
- CSS Gradient Generator
- Favicon Extraction
Utilities
- UUID Generator (v4)
- Password Generator
- Timestamp Converter
- IP Geolocation
- User Agent Parser
- Diff Checker
REST API
238+ endpoints. Free tier: no API key needed.
# Generate QR code
curl -X POST https://toolpipe.dev/qr/generate \
-H "Content-Type: application/json" \
-d '{"data": "https://example.com"}'
# Format JSON
curl -X POST https://toolpipe.dev/json/format \
-H "Content-Type: application/json" \
-d '{"json": "{\"key\":\"value\"}"}'
# DNS Lookup
curl "https://toolpipe.dev/dns/lookup?domain=github.com"
# Generate UUID
curl https://toolpipe.dev/uuid/generate
# Hash text
curl -X POST https://toolpipe.dev/hash/generate \
-H "Content-Type: application/json" \
-d '{"text": "hello", "algorithm": "sha256"}'
Pricing
| Plan | Price | API Calls |
|---|---|---|
| Free | $0 | No limit (fair use) |
| Pro | $9.99/mo | Priority support |
| Enterprise | $99/mo | SLA + custom tools |
Pay with crypto (ETH, USDC, USDT). No KYC required.
Links
Support
Send ETH/USDC/ERC-20 tokens to:
0xBCF464909b748d720fd5DDA25ad3d313Dd4b53D6
License
MIT
Install
Add ToolPipe MCP Server to your client. Pick the one you use.
claude mcp add --transport sse toolpipe-mcp-server https://troops-submission-what-stays.trycloudflare.com/mcpcodex mcp add toolpipe-mcp-server --url https://troops-submission-what-stays.trycloudflare.com/mcp{
"mcpServers": {
"toolpipe-mcp-server": {
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"toolpipe-mcp-server": {
"type": "sse",
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"toolpipe-mcp-server": {
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"toolpipe-mcp-server": {
"serverUrl": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 143 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 3, 2026 |