← Registry

Game Development

infrastructair.com

Provides tools to estimate, create, start, monitor, and retrieve results of photogrammetry jobs for generating 3D models.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected September 5, 2026

ENDPOINT 1

https://infrastructair.com/mcp

No auth detected

MCP server metadata

Name
fabric
Version
0.1.0
Capabilities
tools
Server instructions

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_quote

Estimate GPU minutes, cost (USD), and disk for a photogrammetry batch before creating a job.

Inferred read-only
fabric_create_job

Create a photogrammetry job and get one presigned PUT url per filename.

Potential side effects
fabric_start_job

Validate the uploaded inputs and enqueue processing.

Inferred read-only
fabric_get_job

Get a job's state, stage, progress, and recent logs.

Inferred read-only
fabric_get_result

Get 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-only
fabric_list_jobs

List recent jobs (id, name, state, progress).

Inferred read-only

CONNECT 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.

Trust status Neutral

infrastructair.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.