INDIVIDUAL MCP TOOL
fabric_create_job
Create a photogrammetry job and get one presigned PUT url per filename.
LIVE ENDPOINT
https://infrastructair.com/mcp
Connect to this endpoint to inspect the live schema for fabric_create_job and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
fabric_get_quote— Estimate GPU minutes, cost (USD), and disk for a photogrammetry batch before creating a job.fabric_start_job— Validate the uploaded inputs and enqueue processing.fabric_get_job— Get a job's state, stage, progress, and recent logs.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.fabric_list_jobs— List recent jobs (id, name, state, progress).