ToolPipe MCP Server

145+ developer tools via MCP: JSON, QR codes, DNS, hash, UUID, JWT, SQL formatter, and more

@toolpipe/mcp-server

MCP (Model Context Protocol) server for ToolPipe -- 35 developer utility APIs accessible to AI agents.

Tools Included

#ToolDescription
1json_formatFormat, validate, pretty-print JSON
2generate_qr_codeGenerate QR code image URLs
3generate_hashMD5, SHA-1, SHA-256, SHA-512 hashing
4generate_uuidGenerate UUIDs (v4)
5base64Encode/decode Base64 strings
6markdown_to_htmlConvert Markdown to HTML
7shorten_urlShorten long URLs
8regex_testTest regex patterns against text
9text_statsWord count, reading time, etc.
10jwt_decodeDecode JWT tokens
11dns_lookupDNS record lookups (A, MX, TXT, etc.)
12http_headersCheck HTTP response headers
13ssl_checkInspect SSL/TLS certificates
14generate_passwordGenerate strong random passwords
15lorem_ipsumGenerate placeholder text
16convert_colorConvert between HEX, RGB, HSL
17parse_cronParse cron expressions to human-readable text
18convert_timestampConvert Unix timestamps and ISO dates
19csv_to_jsonConvert CSV data to JSON
20minify_codeMinify JavaScript, CSS, or HTML
21code_reviewReview code for bugs, security, best practices
22code_explainExplain code in plain English
23code_formatFormat/beautify code in many languages
24generate_fake_dataGenerate realistic mock data (names, emails, etc.)
25json_schema_validateValidate JSON against a JSON Schema
26whois_lookupWHOIS domain registration info
27generate_dockerfileGenerate Dockerfiles for any language/framework
28generate_docker_composeGenerate docker-compose.yml for multi-service stacks
29generate_commit_messageGenerate conventional git commit messages
30generate_regexGenerate regex from natural language
31sql_formatFormat and beautify SQL queries
32json_to_typescriptGenerate TypeScript interfaces from JSON
33jwt_createCreate signed JWT tokens
34web_extractExtract structured content from URLs
35prompt_engineerImprove and optimize LLM prompts

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-server

Cursor / Windsurf / Other MCP Clients

{
  "toolpipe": {
    "command": "npx",
    "args": ["-y", "@toolpipe/mcp-server"]
  }
}

Direct Usage

npx @toolpipe/mcp-server

Environment Variables

VariableDescriptionDefault
TOOLPIPE_BASE_URLAPI base URLhttps://toolpipe.dev
TOOLPIPE_API_KEYAPI 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

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension