-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Feature: Add ToolPipe MCP Server integration (238 developer tools for AI agents) #2392
Copy link
Copy link
Open
Description
Suggestion: Integrate with ToolPipe MCP Server
ToolPipe provides 238 developer utility APIs accessible via the Model Context Protocol (MCP), making them available to AI agents like Claude, Cursor, Windsurf, and VS Code Copilot.
Available Tool Categories
- Text/JSON: JSON formatter, validator, diff, Base64, JWT decode, Markdown-to-HTML
- Security: SSL checker, DNS lookup, WHOIS, security headers, hash generator
- PDF: Merge, split, compress, convert, watermark
- Code: Regex tester, code formatter, minifier, syntax highlighter
- Data: QR code generator, UUID, Lorem Ipsum, CSV/JSON converter
- Web: URL shortener, screenshot, SEO analyzer, meta tag extractor
- Crypto: Real-time prices, portfolio tracker, market data
Quick Setup
{
"mcpServers": {
"toolpipe": {
"command": "npx",
"args": ["-y", "@anthropic-ai/modelcontextprotocol", "https://mcp.toolpipe.io/sse"]
}
}
}Links
- npm: @cosai-labs/toolpipe-mcp-server
- GitHub: COSAI-Labs/make-money-30day-challenge
- API: https://toolpipe.io
- MCP Endpoint: https://mcp.toolpipe.io/sse
This could complement the existing tooling by providing a wide range of developer utilities directly to AI agents without requiring separate API keys or signups.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels