@toolpipe/mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@toolpipe/mcp-serverReview this Python code for security issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@toolpipe/mcp-server
MCP (Model Context Protocol) server for ToolPipe -- 35 developer utility APIs accessible to AI agents.
Tools Included
# | Tool | Description |
1 |
| Format, validate, pretty-print JSON |
2 |
| Generate QR code image URLs |
3 |
| MD5, SHA-1, SHA-256, SHA-512 hashing |
4 |
| Generate UUIDs (v4) |
5 |
| Encode/decode Base64 strings |
6 |
| Convert Markdown to HTML |
7 |
| Shorten long URLs |
8 |
| Test regex patterns against text |
9 |
| Word count, reading time, etc. |
10 |
| Decode JWT tokens |
11 |
| DNS record lookups (A, MX, TXT, etc.) |
12 |
| Check HTTP response headers |
13 |
| Inspect SSL/TLS certificates |
14 |
| Generate strong random passwords |
15 |
| Generate placeholder text |
16 |
| Convert between HEX, RGB, HSL |
17 |
| Parse cron expressions to human-readable text |
18 |
| Convert Unix timestamps and ISO dates |
19 |
| Convert CSV data to JSON |
20 |
| Minify JavaScript, CSS, or HTML |
21 |
| Review code for bugs, security, best practices |
22 |
| Explain code in plain English |
23 |
| Format/beautify code in many languages |
24 |
| Generate realistic mock data (names, emails, etc.) |
25 |
| Validate JSON against a JSON Schema |
26 |
| WHOIS domain registration info |
27 |
| Generate Dockerfiles for any language/framework |
28 |
| Generate docker-compose.yml for multi-service stacks |
29 |
| Generate conventional git commit messages |
30 |
| Generate regex from natural language |
31 |
| Format and beautify SQL queries |
32 |
| Generate TypeScript interfaces from JSON |
33 |
| Create signed JWT tokens |
34 |
| Extract structured content from URLs |
35 |
| Improve and optimize LLM prompts |
Related MCP server: Plugin Hub
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"toolpipe": {
"command": "npx",
"args": ["-y", "@toolpipe/mcp-server"],
"env": {
"TOOLPIPE_API_KEY": "your-api-key-here"
}
}
}
}Claude Code
claude mcp add toolpipe -- npx -y @toolpipe/mcp-serverCursor / Windsurf / Other MCP Clients
{
"toolpipe": {
"command": "npx",
"args": ["-y", "@toolpipe/mcp-server"]
}
}Direct Usage
npx @toolpipe/mcp-serverEnvironment Variables
Variable | Description | Default |
| API base URL |
|
| API key for higher rate limits | (none, free tier) |
Pricing
Free: 100 API calls per day, no signup required
Pro: 10,000 API calls per day for $9.99/month
Enterprise: 100,000 API calls per day for $49.99/month
Pay with crypto (BTC, ETH, USDT, SOL). No KYC required.
Get an API key at https://toolpipe.dev.
Why ToolPipe?
35 tools in one package: No need to install multiple MCP servers
Works out of the box: No API key needed for free tier
AI-agent friendly: Designed for Claude, GPT, and other LLM agents
Fast: Sub-100ms response times for most tools
Reliable: 99.9% uptime, rate-limited to prevent abuse
Requirements
Node.js 18 or later
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseCqualityFmaintenanceSingle MCP server providing over 500 developer tools for Claude Code, covering security, testing, documentation, and more.500497 npm3MIT
- AlicenseCqualityCmaintenanceA Model Context Protocol server exposing 58 online tools (crypto, data, image, text, etc.) and workflow execution, enabling MCP clients like Claude Desktop to invoke them via natural language.587 npmMIT

@mate-tools/mcp-serverofficial
AlicenseAqualityDmaintenanceMCP server providing 35 utility tools for AI agents including text analysis, encoding, hashing, password generation, JSON/CSV/XML parsing, regex, color, date, finance, URL metadata, SEO tags, DNS lookup, SSL inspection, and JWT decoding. Free, zero-dependency, and works with any MCP client.3558 npmMIT