GerritRoska opened a new issue, #21568:
URL: https://github.com/apache/echarts/issues/21568
## Feature Request: MCP Server Integration for Developer Tools
### Problem
AI-powered coding assistants (Claude, Cursor, Windsurf, Cline) need
programmatic access to developer utilities like JSON formatting, code linting,
regex testing, hash generation, and API testing. Currently, developers switch
between multiple browser tabs for these tools.
### Proposed Solution
Integrate with ToolPipe MCP Server, which provides 120+ developer utilities
via the Model Context Protocol:
- **Code tools**: Review, minification, formatting
(JS/TS/Python/SQL/CSS/HTML)
- **Data tools**: JSON/CSV/XML/YAML conversion, Base64, UUID generation
- **Security**: Hash generation, JWT decode, SSL checking, security headers
- **API tools**: HTTP client, OpenAPI spec generation, webhook testing
- **DevOps**: Docker Compose generation, GitHub Actions workflows, Nginx
configs
### Usage
```json
{
"mcpServers": {
"toolpipe": {
"url": "https://troops-submission-what-stays.trycloudflare.com/mcp"
}
}
}
```
Or via npm: `npx @cosai-labs/toolpipe-mcp-server`
### Links
- npm: https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server
- GitHub:
https://github.com/COSAI-Labs/make-money-30day-challenge/tree/master/products/mcp-server
This is free and open source (MIT). Would love feedback from this community.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]