{
  "markdown": "# Plutocalc Designer MCP Server\n\nMCP server for the Plutocalc Designer REST API, providing access to water and wastewater treatment system design tools through the Model Context Protocol.\n\n**Registry Name:** `io.github.danpeig/plutocalcdesigner-mcp`<BR>\n**Version:** 2.5.1<BR>\n**MCP server URL:** https://www.plutocalc.com/designer/mcp<BR>\n**OpenAPI specs:** https://www.plutocalc.com/designer/server/openapi.json<BR>\n\n## About Plutocalc Designer\n\nPlutocalc 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.\n\n---\n\n## Using Plutocalc Designer from your AI platform\n\nThere are three ways of connecting Plutocalc Designer to AI applications:\n- Connecting via the MCP server (recommended)\n- Connecting directly to the API using OpenAPI specs (alternative)\n- Hosting your own instance of the MCP server (for developers)\n\n### Connecting via the MCP server (automatic)\n\nThe easiest way to use Plutocalc Designer with your AI assistant is through the **MCP Registry**:\n\n1. **In Claude Desktop or your MCP-compatible client**, search for:\n   ```\n   plutocalcdesigner-mcp\n   ```\n   or\n   ```\n   io.github.danpeig/plutocalcdesigner-mcp\n   ```\n\n2. **Click \"Add\" or \"Install\"** - The server will be automatically configured.\n\n3. **Start using it!** Ask your AI assistant:\n   - \"List available wastewater treatment models\"\n   - \"Get the template for the stripping tower\"\n   - \"Help me design a biological treatment system\"\n\n### Connecting via the MCP server (manual)\n\nIf you need to configure manually, add this to your MCP client configuration:\n\n**For Claude Desktop** (`claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"plutocalcdesigner\": {\n      \"url\": \"https://www.plutocalc.com/designer/mcp\",\n      \"transport\": \"http\"\n    }\n  }\n}\n```\n\n**For other MCP clients:**\n- **Server URL:** `https://www.plutocalc.com/designer/mcp`\n- **Transport Type:** HTTP\n- **Name:** plutocalcdesigner (or any name you prefer)\n\n### Connecting directly to the API using the OpenAPI specifications\n\nAnother 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\n\nA 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\n\n### Hosting the MCP server\n\nThis method hosts the MCP server only, not the Plutocalc Designer. The local server requires internet connectivity to connect to the Plutocalc Designer API. \n\nUse this method if you are facing connectivity issues with Plutocalc Designer MCP server or for development purposes.\n\n```bash\n# Clone the repository\ngit clone https://github.com/danpeig/plutocalcdesigner-mcp.git\ncd plutocalcdesigner-mcp\n\n# Install dependencies\nnpm install\n\n# Start the server\nnpm start\n```\nThe server will start on port 3003 by default (configurable via `PORT` environment variable).\n\nIf you need to check if the server is working, see [TEST_CLIENT_README.md](TEST_CLIENT_README.md) for detailed instructions.\n\n## Available tools\n\n1. **server_version** - Get Plutocalc Designer server version string\n2. **server_status** - Get Plutocalc Designer server status\n3. **license_status** - Check license credits balance (requires `licenseKey`)\n4. **list_models** - List available calculation models\n5. **list_models_info** - List available models with detailed information including manuals (recommended starting point)\n6. **get_model** - Get model name and version (requires `model`)\n7. **get_model_information** - Get detailed model information (requires `model`)\n8. **get_model_template** - Get calculation input template (requires `model`)\n9. **get_model_referencedb** - Get reference database entries (requires `model`)\n10. **get_model_unitslist** - Get supported units list (requires `model`)\n11. **compute_model** - Run model calculation (requires `model` and `input`)\n12. **json_to_markdown** - Convert model JSON template to readable Markdown format (requires `model` and `input`)\n13. **markdown_to_json** - Convert Markdown format back to JSON template (requires `model` and `input`)\n14. **model_manual** - Get URL to the model help/manual page (requires `model`)\n15. **license_help** - Get information about license key requirements\n\n## Contact\n\n- **Author**: Daniel BP\n- **Email**: contact@plutocalc.com\n- **Website**: https://www.plutocalc.com\n- **Repository**: https://github.com/danpeig/plutocalcdesigner-mcp\n- **MCP Registry**: https://registry.modelcontextprotocol.io (search for \"plutocalcdesigner\")\n",
  "bytes": 4826,
  "sha": "c4baabcd49553829e987eef31fb00e2dc9809236e9ba340cf0ccfb8638630eaf",
  "repo_slug": "danpeig/plutocalcdesigner-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_danpeig_plutocalcdesigner_mcp_e421f03a/readme"
}