Concrete-Properties-MCP Server
@GreatApo
关于 Concrete-Properties-MCP Server
Concrete Section Properties AI MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"concrete": {
"command": "python",
"args": [
"C:\\your_path_to_the_extracted_server\\concrete-properties-mcp\\src\\server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Concrete-Properties-MCP Server?
The Concrete-Properties-MCP Server provides a unified API interface for interacting with the Concrete Properties Python library. It enables AI-driven calculation of section properties and capacities of reinforced concrete sections through the Model Context Protocol.
How to use Concrete-Properties-MCP Server?
Install required Python libraries (mcp, matplotlib, concreteproperties), download the repository, optionally edit src/config.json, then configure an MCP‑capable AI client (e.g., Claude Desktop, 5ire, or VS Code Copilot) to launch the server with python src/server.py.
Key features of Concrete-Properties-MCP Server
- Calculate geometric properties (area, centroid, moment of inertia)
- Compute transformed section properties
- Calculate axial, bending, and combined capacities
- Generate interaction diagrams as numerical points or plots
- Define concrete and reinforcement material properties
- Support for multiple concrete grades and steel types
Use cases of Concrete-Properties-MCP Server
- Calculate bending capacities of rectangular concrete sections under a given axial load
- Generate axial‑moment interaction diagrams for rectangular sections
- Compute geometric properties of arbitrary concrete cross‑sections
- Automate reinforced concrete section analysis inside AI‑powered engineering workflows
- Plot interaction diagrams for visual inspection directly from an AI client
FAQ from Concrete-Properties-MCP Server
What is the Concrete-Properties-MCP Server used for?
It allows AI agents to compute section properties and capacities of reinforced concrete sections by wrapping the concreteproperties Python library into MCP tools.
What are the required dependencies?
The server requires Python libraries mcp>=0.1.0, matplotlib>=3.10.1, and concreteproperties>=0.6.4.
How do I configure the server?
Edit the file src/config.json to adjust mesh size, concrete material properties (density, stress block parameters, ultimate strain, flexural tensile strength), and rebar properties (mesh points, density, fracture strain).
How do I set up the server with Claude Desktop?
Open Claude Desktop → File → Settings → Developer → Edit Config. Add a JSON entry in claude_desktop_config.json with "command":"python" and "args":["path\\to\\src\\server.py"] (use double backslashes).
How can I debug the server?
Run the MCP Inspector with the command: npx @modelcontextprotocol/inspector mcp run src\server.py.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论