ToolPipe / MCP Server Tools
130+ developer tools available via Model Context Protocol. Connect to Claude, Cursor, Windsurf, or any MCP-compatible client in seconds.
Claude Desktop / Claude Code Recommended
Add to your Claude MCP config:
{
"mcpServers": {
"toolpipe": {
"url": "https://toolpipe.dev/mcp"
}
}
}
That's it. Claude now has access to all 130+ tools.
Cursor / Windsurf / Any MCP Client
{
"mcpServers": {
"toolpipe": {
"url": "https://toolpipe.dev/mcp"
}
}
}
MCP Discovery (Auto-detect)
Agents supporting MCP discovery can find ToolPipe automatically:
curl https://toolpipe.dev/.well-known/mcp.json
JSON format/validate, JSON to YAML/XML/CSV/TypeScript, CSV to JSON, XML to JSON, Base64, URL encode/decode.
Hash generator (MD5, SHA256, SHA512), HMAC, UUID v4, password generator, JWT decode/encode.
DNS lookup, WHOIS, IP geolocation, SSL certificate check, HTTP headers, ping, traceroute.
Regex tester, SQL formatter, CSS/JS/HTML minifier, diff checker, code beautifier.
Word counter, Markdown to HTML, Lorem ipsum, text diff, case converter, slug generator.
PDF merge/split/compress, QR code generator, image resize, favicon generator, SVG to PNG.
Unit converter, number base converter, color converter, CIDR calculator, chmod calculator.
Cron expression parser, .env parser, timestamp converter, HTTP status codes reference.
Remote MCP server. No npm install, no Docker, no local setup. Just add the URL to your MCP config and every tool is available immediately.
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, and any client that supports the Model Context Protocol standard.
Built for autonomous AI agents. Register API keys programmatically, pay with crypto, no human interaction needed. Full A2A (Agent-to-Agent) protocol support.
100 calls per day with no API key. Get a free key for 1,000 calls/day. Pro tier ($9.99/mo) for 10,000 calls/day.
When connected via MCP, an AI agent can call tools naturally:
# Agent asks: "Format this JSON for me"
# ToolPipe MCP tool is called automatically:
POST https://toolpipe.dev/json/format
{"json_string": "{\"users\":[{\"name\":\"Alice\"},{\"name\":\"Bob\"}]}"}
# Agent receives formatted JSON and presents it to the user
# Agent asks: "Generate a QR code for my website"
# ToolPipe MCP tool is called:
GET https://toolpipe.dev/qr/generate?text=https://example.com&size=300
# Agent receives the QR code image
Building 130+ tools from scratch takes weeks. ToolPipe gives you all of them with a single URL. No maintenance, no updates to manage, no infrastructure to run.