Game Development
infrastructair.com
Provides tools to estimate, create, start, monitor, and retrieve results of photogrammetry jobs for generating 3D models.
ENDPOINT 1
https://infrastructair.com/mcp
MCP server metadata
- Name
- fabric
- Version
- 0.1.0
Fabric turns geotagged drone imagery into a georeferenced OGC 3D Tiles tileset. Typical flow: fabric_get_quote to estimate compute, fabric_create_job with the filenames you will upload (returns presigned PUT urls; upload each file with plain HTTP PUT), fabric_start_job, poll fabric_get_job until state is 'complete', then fabric_get_result for the public tileset url. Full docs: GET /llms.txt on this host.
Known tools 6
fabric_get_quoteEstimate GPU minutes, cost (USD), and disk for a photogrammetry batch before creating a job.
Inferred read-onlyfabric_create_jobCreate a photogrammetry job and get one presigned PUT url per filename.
Potential side effectsfabric_get_resultGet a completed job's deliverables: the public OGC 3D Tiles tileset url (stream directly, no auth), the model origin (lon/lat/height), and the WGS84 footprint geojson url.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fabric]
url = "https://infrastructair.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fabric": {
"type": "http",
"url": "https://infrastructair.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fabric
Remote MCP URL: https://infrastructair.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fabric": {
"url": "https://infrastructair.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fabric": {
"type": "http",
"url": "https://infrastructair.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fabric",
"transport": "streamable-http",
"url": "https://infrastructair.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for infrastructair.com was fetched 2026-07-31T06:36:20.106Z and is being refreshed.
infrastructair.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.