AgentMarketMCP / SKILL 资产档案馆

目录 / kamai

MCP 鉴权未知 未评级 已上架

kamai

Kamai is an AI-powered construction blueprint intelligence platform that automatically extracts quantities, measurements, objects, rooms, walls, and other structured data from construction drawings. Through MCP, you can connect Kamai directly to AI assistants and ask questions about your plans in natural language, generate takeoffs and tables, analyze relationships between building elements, and use blueprint data inside broader estimating, procurement, and construction workflows. Kamai turns construction drawings into structured, queryable data so AI agents can understand and work with blueprints, not just read them.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://kamai.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "kamai": {
      "url": "https://kamai.run.tools"
    }
  }
}

能力清单

工具说明
list_projectsList the authenticated user's Kamai projects (most-recently-modified first).
view_projectsShow the user's Kamai projects and their blueprints as an interactive panel. Use this whenever the user wants to see, browse or pick a project or blueprint.
get_projectGet one project's details, including its blueprints and processing jobs. Refer to projects and blueprints by name in your replies. Never show a raw id unless the user asks for one.
get_blueprintGet a blueprint's processing state and readiness.
view_blueprintDisplay a blueprint page with its take-off shapes drawn on top, as an interactive panel. Use this whenever the user wants to see or look at a blueprint, its rooms, walls or measured areas. Refer to the blueprint and project by name in your replies. Never show a raw id unless the user asks for one.
view_takeoffShow measured take-off quantities for a blueprint as a sortable table, grouped by Areas / Lines / Objects with per-class counts, areas and lengths. Use this when the user asks about quantities, measurements, areas, how much of something there is, or wants a take-off summary. Refer to the blueprint and project by name in your replies. Never show a raw id unless the user asks for one.
create_projectCreate a new Kamai project to hold blueprints.
update_projectChange a project's name or description.
request_blueprint_uploadStep 1 of 2: request a pre-signed URL to upload a blueprint PDF. Returns `file_uuid`, `signed_url`, and `required_headers`. Send an HTTP PUT of the raw file bytes to `signed_url` with exactly the headers in `required_headers`, then call `finalize_blueprint_upload(file_uuid)` to validate the upload and start processing. Uses the user's Default Project when `project_id` is omitted. When telling the user which project the blueprint went to, say `project_name`. Never show a raw project id unless the user asks for it. Called by the upload panel, which PUTs from the widget sandbox.
finalize_blueprint_uploadStep 2 of 2: finalize a blueprint upload started with `request_blueprint_upload`. Call this after PUTting the file to the signed URL. Validates the uploaded file, files it under the project, and starts the processing pipeline. Returns the job_id, the project_id and the project_name. When telling the user where the blueprint landed, use `project_name`, not the id.
view_uploadOpen an upload panel where the user can pick a blueprint PDF and watch it process. Use this whenever the user wants to upload, add or import a blueprint.
ingest_blueprint_from_chatIngest a blueprint PDF the user attached in this ChatGPT message and start processing. Attach the blueprint PDF to your message, then call this tool. Returns the job_id and project_id; uses the user's Default Project when project_id is omitted. ChatGPT web only.
open_kamaiOpen the Kamai app in a panel: browse projects and blueprints, view a plan with its detected rooms, walls and objects, and read the takeoff quantities. Use this when the user wants to see, open or work in Kamai.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。