The user wants a short "about" introduction for an MCP (Model Context Protocol) server called "aps-aecdm-mcp-dotnet". The positioning is: query AEC (Architecture, Engineering, Construction) data using natural language, accessible to both designers and engineers.
I need to:
- Output HTML snippet with safe tags only
- No script, style, inline on* events
- No markdown code blocks
- No preamble or postscript
- Short length
- Mention what it connects to (APS = Autodesk Platform Services, AEC Data Model = AECDM)
- Mention whether API key is needed (likely yes, Autodesk APS requires app credentials/client ID)
Let me write a concise Chinese description.
aps-aecdm-mcp-dotnet 是一款面向建筑、工程与施工(AEC)领域的 MCP 服务,基于 Autodesk 平台服务(APS)与 AEC 数据模型(AECDM)构建,让你用自然语言即可查询模型、图纸与项目数据,无需直接拼接 API。
它能做什么
- 用日常语言检索 AECDM 中的房间、构件、属性与几何信息。
- 汇总模型视图、版本与文档状态,辅助设计与协同评审。
- 把查询结果整理成结构化数据,方便二次分析或报表输出。
适合谁用
建筑师、结构与机电工程师、BIM 协调员,以及任何想用对话方式快速翻阅 AEC 项目数据的人。
是否需要密钥
需要。运行前请准备 Autodesk APS 的 Client ID 与 Client Secret(可通过 Autodesk APS 开发者门户申请),并在本地以环境变量或配置文件注入,服务会使用它们换取访问令牌来读取 AECDM 数据。
了解 Autodesk 平台服务 · AEC 数据模型文档