Feature: Add ToolPipe MCP Server Integration (120+ Developer Tools)
## Feature Request: Add ToolPipe MCP Server Integration (120+ Developer Tools)
### Problem
AI agents and developers working with this project often need access to common developer utilities (JSON formatting, code review, QR generation, hashing, DNS lookup, regex testing, JWT decoding, etc.) but must either install multiple tools or write custom implementations.
### Proposed Solution
Integrate with [ToolPipe MCP Server](https://github.com/COSAI-Labs/make-money-30day-challenge/tree/master/products/mcp-server) - an open-source MCP server providing 120+ developer utility tools via the Model Context Protocol.
**Zero-install remote connection:**
```json
{
"mcpServers": {
"toolpipe": {
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}
```
**Or via npx:**
```bash
npx @cosai-labs/toolpipe-mcp-server
```
### Available Tools Include
- Code review, formatting, minification
- JSON/XML/YAML/CSV conversion and validation
- QR code generation, hash/UUID generation
- DNS lookup, SSL check, WHOIS, security headers
- Regex testing, JWT decoding, SQL formatting
- Docker Compose, Nginx config, GitHub Actions generators
- Fake data generation, text analysis, keyword extraction
- And 90+ more utilities
### Benefits
- MIT licensed, open-source
- Works with any MCP-compatible client (Claude, Cursor, VS Code, Cline)
- No API key needed for free tier
- npm package: [@cosai-labs/toolpipe-mcp-server](https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server)
### Additional Context
- [API Documentation](https://toolpipe.dev)
- [npm Package](https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server)
- 238 REST API endpoints also available at https://toolpipe.dev
2 条评论