Labsco
MCP SERVER

ToolPipe MCP Server

by COSAI-Labs

Thirty-five developer utilities in one server — hashing, JWTs, DNS and SSL checks, format conversion, code review and generators.

Developer Conversions, Encoding & Test DataVerified
Summary
A wide utility belt for one install — and 35 tool definitions in every turn.

The trade is stated in the pitch: one package instead of many servers, at the cost of 35 tools sitting in the model's context whether you use them or not. It runs without a key on the free tier, so trying it costs nothing, but every call leaves your machine — think before pasting a real JWT or private code into `jwt_decode` or `code_review`.

What it is

A single package that fronts ToolPipe's 35 developer utility APIs, so an agent gets a broad utility belt from one install instead of a directory of small servers. The work happens on ToolPipe's side; the server is the connection.

What you get
  • Encoding and format work: `json_format`, `base64`, `csv_to_json`, `json_to_typescript`, `markdown_to_html`, `convert_color`, `convert_timestamp`, `sql_format`, `minify_code`
  • Crypto and identity: `generate_hash` for MD5, SHA-1, SHA-256 and SHA-512, plus `generate_uuid`, `generate_password`, `jwt_decode`, `jwt_create`
  • Network and domain checks: `dns_lookup` across record types, `http_headers`, `ssl_check` for certificate inspection, `whois_lookup`
  • Code help: `code_review`, `code_explain`, `code_format`, `generate_commit_message`, `generate_regex`, `regex_test`
  • Generators: `generate_dockerfile`, `generate_docker_compose`, `generate_fake_data`, `lorem_ipsum`, `generate_qr_code`, `shorten_url`
  • Content: `web_extract` for structured page content, `text_stats`, `parse_cron`, `json_schema_validate`, `prompt_engineer`
Requirements

Node.js 18 or later. No key needed on the free tier — 100 API calls per day, no signup. `TOOLPIPE_API_KEY` raises the limit: Pro is 10,000 calls per day at $9.99/month, Enterprise 100,000 at $49.99/month. `TOOLPIPE_BASE_URL` overrides the endpoint, which defaults to `https://toolpipe.dev`. The README's launch line names `@toolpipe/mcp-server`, which npm does not have; the `streamable-http` endpoint at `https://toolpipe.dev/mcp` needs no package.