← Registry

AI & Machine Learning

fourechelon.com

Provides CAD file extraction from local paths or URLs and AI-powered spatial reasoning over structured geometry, including model listing and format support.

1 endpoint5 known toolsFirst detected September 6, 2026Last detected September 15, 2026

ENDPOINT 1

https://fourechelon.com/api/mcp

No auth detected

MCP server metadata

Name
four-echelon
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

Four Echelon keeps engineering files as geometry. Use extract_cad (or extract_cad_from_url) to turn STEP, IGES, DXF, PDF, SVG, or draw.io files into four-cad.extraction.v1 JSON: solids, drawing entities, dimensions, annotations, and for draw.io a diagram2d graph with absolute node geometry, containers, directed connectors, and spatial relations. Use rowe_respond to ask Rowe spatial questions (understand, compare, fit, stability, placement, ...) over a cad_scene or point_cloud_scene. Every call is billed exactly like the REST API under the caller's API key.

Known tools 5

extract_cad

Four Cad extraction.

Inferred read-only
extract_cad_from_url

Same as extract_cad, but the server downloads the file from a public http(s) URL first (max 25 MB, 20 s).

Inferred read-only
rowe_respond

Rowe 1.0 spatial reasoning over structured geometry.

Inferred read-only
list_models

GET /api/v1/models: the public model list with pricing, supported tasks, input modalities, and whether the desktop inference runtime is available right now.

Inferred read-only
list_supported_formats

The file extensions extract_cad accepts, the target contracts, and the size limit.

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.four-echelon]
url = "https://fourechelon.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "four-echelon": {
      "type": "http",
      "url": "https://fourechelon.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: four-echelon
Remote MCP URL: https://fourechelon.com/api/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": {
    "four-echelon": {
      "url": "https://fourechelon.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "four-echelon": {
      "type": "http",
      "url": "https://fourechelon.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "four-echelon",
  "transport": "streamable-http",
  "url": "https://fourechelon.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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