Skip to main content
Glama

Fragment MCP Server

convert-ifc-to-frag

Convert IFC files to .frag format for BIM data processing and querying using the Fragment MCP Server. Specify input and output paths to transform BIM files efficiently.

Instructions

Convert an IFC file to a .frag file. Needs file-system server

Input Schema

NameRequiredDescriptionDefault
inputPathYesFull path of the IFC file to convert
outputPathYesFull path where the output .frags file will be saved

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPath": { "description": "Full path of the IFC file to convert", "type": "string" }, "outputPath": { "description": "Full path where the output .frags file will be saved", "type": "string" } }, "required": [ "inputPath", "outputPath" ], "type": "object" }
Install Server

Other Tools from Fragment MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/helenkwok/openbim-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server