-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add 120+ Developer Utility Tools via MCP Integration #2676
Copy link
Copy link
Open
Description
Feature Request: MCP Developer Tools Integration
Problem
Developers working with this project frequently need utility tools like JSON formatting, code generation, hash computation, QR codes, regex testing, UUID generation, DNS lookups, and more. Currently they must leave their workflow to use separate tools.
Solution
ToolPipe MCP Server provides 120+ developer utility tools via the Model Context Protocol (MCP). It works with Claude, Cursor, Windsurf, VS Code, Cline, and any MCP-compatible client.
Quick setup (zero install):
{
"mcpServers": {
"toolpipe": {
"url": "https://toolpipe.dev/mcp"
}
}
}Or via npx:
npx @cosai-labs/toolpipe-mcp-serverAvailable Tools (120+)
- Code: Review, minify, format, generate TypeScript/Docker/GitHub Actions/Nginx configs
- Data: JSON/CSV/XML/YAML conversion, schema validation, fake data generation
- Security: Hash generation, JWT decode, SSL check, security headers audit
- Text: Summarization, keyword extraction, regex testing, markdown conversion
- DevOps: DNS lookup, WHOIS, QR codes, UUID generation, cron expression parsing
- API: OpenAPI spec generation, API client generation, HTTP status reference
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
MIT Licensed. Free tier available (100 calls/day).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels