-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Integration: ToolPipe MCP Server - 120+ developer utility tools #2290
Description
Feature Request: ToolPipe MCP Server Integration
What: ToolPipe MCP Server provides 120+ developer utility tools via Model Context Protocol. Tools include code review, JSON/XML/YAML formatting, QR code generation, hashing, UUID, DNS lookup, regex testing, JWT decode, SQL formatting, Docker Compose generation, GitHub Actions workflows, Nginx configs, security headers checking, SSL verification, WHOIS, CSV analysis, PDF processing, and more.
Why this is relevant: ToolPipe can complement this project by providing ready-made utility tools that AI agents can call via MCP. Instead of building utility functions from scratch, agents can use ToolPipe's 120+ endpoints.
Quick Start (zero install):
{
"mcpServers": {
"toolpipe": {
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}Or via npx: npx @cosai-labs/toolpipe-mcp-server
Links:
- npm: https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server
- API: https://toolpipe.dev
- GitHub: https://github.com/COSAI-Labs/make-money-30day-challenge/tree/master/products/mcp-server
Would love to hear if there's interest in integration or if you have feedback on the tool set.