什么是 Plutocalc Designer?
用于给水与污水处理厂设计的 Plutocalc Designer 软件套件,支持工程规划与计算。
README
Plutocalc Designer MCP Server
MCP server for the Plutocalc Designer REST API, providing access to water and wastewater treatment system design tools through the Model Context Protocol.
Registry Name: io.github.danpeig/plutocalcdesigner-mcp<BR>
Version: 2.5.1<BR>
MCP server URL: https://www.plutocalc.com/designer/mcp<BR>
OpenAPI specs: https://www.plutocalc.com/designer/server/openapi.json<BR>
About Plutocalc Designer
Plutocalc Designer is an online engineering tool for sizing water and wastewater treatment systems. Engineers select a design model, fill in a calculation template, and run the computation to receive a completed template with design results. Learn more at https://www.plutocalc.com/designer.
Using Plutocalc Designer from your AI platform
There are three ways of connecting Plutocalc Designer to AI applications:
- Connecting via the MCP server (recommended)
- Connecting directly to the API using OpenAPI specs (alternative)
- Hosting your own instance of the MCP server (for developers)
Connecting via the MCP server (automatic)
The easiest way to use Plutocalc Designer with your AI assistant is through the MCP Registry:
-
In Claude Desktop or your MCP-compatible client, search for:
codeplutocalcdesigner-mcpor
codeio.github.danpeig/plutocalcdesigner-mcp -
Click "Add" or "Install" - The server will be automatically configured.
-
Start using it! Ask your AI assistant:
- "List available wastewater treatment models"
- "Get the template for the stripping tower"
- "Help me design a biological treatment system"
Connecting via the MCP server (manual)
If you need to configure manually, add this to your MCP client configuration:
For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"plutocalcdesigner": {
"url": "https://www.plutocalc.com/designer/mcp",
"transport": "http"
}
}
}
For other MCP clients:
- Server URL:
https://www.plutocalc.com/designer/mcp - Transport Type: HTTP
- Name: plutocalcdesigner (or any name you prefer)
Connecting directly to the API using the OpenAPI specifications
Another way to connect AI models to Plutocalc Designer is use the API directly. In this case, the model can retrieve instructions from the OpenAPI json specifications available at https://www.plutocalc.com/designer/server/openapi.json
A more detailed description of the API with instructions and examples, suitable for humans or LLMs, can be found in: https://www.plutocalc.com/designer/api.html
Hosting the MCP server
This method hosts the MCP server only, not the Plutocalc Designer. The local server requires internet connectivity to connect to the Plutocalc Designer API.
Use this method if you are facing connectivity issues with Plutocalc Designer MCP server or for development purposes.
# Clone the repository
git clone https://github.com/danpeig/plutocalcdesigner-mcp.git
cd plutocalcdesigner-mcp
# Install dependencies
npm install
# Start the server
npm start
The server will start on port 3003 by default (configurable via PORT environment variable).
If you need to check if the server is working, see TEST_CLIENT_README.md for detailed instructions.
Available tools
- server_version - Get Plutocalc Designer server version string
- server_status - Get Plutocalc Designer server status
- license_status - Check license credits balance (requires
licenseKey) - list_models - List available calculation models
- list_models_info - List available models with detailed information including manuals (recommended starting point)
- get_model - Get model name and version (requires
model) - get_model_information - Get detailed model information (requires
model) - get_model_template - Get calculation input template (requires
model) - get_model_referencedb - Get reference database entries (requires
model) - get_model_unitslist - Get supported units list (requires
model) - compute_model - Run model calculation (requires
modelandinput) - json_to_markdown - Convert model JSON template to readable Markdown format (requires
modelandinput) - markdown_to_json - Convert Markdown format back to JSON template (requires
modelandinput) - model_manual - Get URL to the model help/manual page (requires
model) - license_help - Get information about license key requirements
Contact
- Author: Daniel BP
- Email: contact@plutocalc.com
- Website: https://www.plutocalc.com
- Repository: https://github.com/danpeig/plutocalcdesigner-mcp
- MCP Registry: https://registry.modelcontextprotocol.io (search for "plutocalcdesigner")
常见问题
Plutocalc Designer 是什么?
用于给水与污水处理厂设计的 Plutocalc Designer 软件套件,支持工程规划与计算。
相关 Skills
文档共著
by anthropics
围绕文档、提案、技术规格、决策记录等写作任务,按上下文收集、结构迭代、读者测试三步协作共创,减少信息遗漏,写出更清晰、经得起他人阅读的内容。
✎ 写文档、方案或技术规格时容易思路散、信息漏,它用结构化共著流程帮你高效传递上下文、反复打磨内容,还能从读者视角做验证。
内部沟通
by anthropics
按公司常用模板和语气快速起草内部沟通内容,覆盖 3P 更新、状态报告、领导汇报、项目进展、事故复盘、FAQ 与 newsletter,适合需要统一格式的团队沟通场景。
✎ 按公司偏好的模板快速产出状态汇报、领导更新和 FAQ,既省去反复改稿,也让内部沟通更统一、更专业。
平面设计
by anthropics
先生成视觉哲学,再落地成原创海报、艺术画面或其他静态设计,输出 .png/.pdf,强调构图、色彩与空间表达,适合需要高完成度视觉成品的场景。
✎ 做海报、插画或静态视觉稿时,用它能快速产出兼顾美感与版式的PNG/PDF成品,原创设计更省心,也更适合规避版权风险。
相关 MCP Server
by nirholas
免费的加密新闻聚合 MCP,汇集 Bitcoin、Ethereum、DeFi、Solana 与 altcoins 资讯源。
by alisaitteke
用于Adobe Photoshop自动化的MCP server,让AI assistants直接控制Photoshop。
by ProfessionalWiki
让 Large Language Model 客户端无缝连接任意 MediaWiki 站点,可创建、更新、搜索页面,并通过 OAuth 2.0 安全管理内容。