[Feature] MCP Integration: 120+ Developer Utility Tools via Model Context Protocol
## Proposal
Integrate ToolPipe MCP Server to provide 120+ developer utility tools for SafeLine via Model Context Protocol.
## Available Tools
- **Code Review & Formatting**: Automated code review, minification, formatting
- **Data Generation**: Fake data, UUIDs, QR codes, hashes
- **Security**: SSL checker, security headers, JWT decode, hash generation
- **Conversion**: JSON/YAML/XML, Markdown to HTML, Base64, CSV
- **DevOps**: Docker Compose gen, GitHub Actions gen, Nginx config gen
- **API**: OpenAPI spec gen, API client gen, JSON Schema validation
- **Text**: Analysis, summarization, keyword extraction, regex testing
## Integration
```json
{
"mcpServers": {
"toolpipe": {
"url": "https://toolpipe.dev/mcp"
}
}
}
```
## Links
- npm: https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server
- GitHub: https://github.com/COSAI-Labs/toolpipe-mcp-server
- API: https://toolpipe.dev
0 条评论