toolpipe-mcp-server

toolpipe-mcp-server

COSAI-Labs

MCP server with 55+ developer utility APIs: JSON, QR, hash, UUID, DNS, WHOIS, code review, fake data, Dockerfile gen, regex, JWT, SQL, SEO analysis. Works with

MCP server providing 35 developer utility APIs including JSON formatting, code generation, cryptography, networking tools, and data conversion utilities.

22 viewsLocal (stdio)

About toolpipe-mcp-server

toolpipe-mcp-server is a community-built MCP server published by COSAI-Labs that provides AI assistants with tools and capabilities via the Model Context Protocol. MCP server with 55+ developer utility APIs: JSON, QR, hash, UUID, DNS, WHOIS, code review, fake data, Dockerfile gen, regex, JWT, SQL, SEO analysis. Works with It is categorized under search web. This server exposes 20 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install toolpipe-mcp-server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

toolpipe-mcp-server is released under the NOASSERTION license.

Tools (20)

json_format

Format, validate, pretty-print JSON

generate_qr_code

Generate QR code image URLs

generate_hash

MD5, SHA-1, SHA-256, SHA-512 hashing

generate_uuid

Generate UUIDs (v4)

base64

Encode/decode Base64 strings

@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

Alternatives

Related Skills

Browse all skills
google-official-seo-guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

152
core-web-vitals

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

63
ux-writing

Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.

46
web-search

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.

43
browser-automation

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.

40
zotero

Manage Zotero reference libraries via the Web API. Search, list, add items by DOI/ISBN/PMID (with duplicate detection), delete/trash items, update metadata and tags, export in BibTeX/RIS/CSL-JSON, batch-add from files, check PDF attachments, cross-reference citations, find missing DOIs via CrossRef, and fetch open-access PDFs. Supports --json output for scripting. Use when the user asks about academic references, citation management, literature libraries, PDFs for papers, bibliography export, or Zotero specifically.

37