← Registry

Developer Tools

frontsail.app

Provides tools to describe and render DXF and PDF drawings, returning structured JSON summaries and PNG images.

1 endpoint8 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://aspicio-api.frontsail.app/mcp

No auth detected

MCP server metadata

Name
aspicio
Version
0.13.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

When the user asks to see, show, or explore a drawing, prefer the interactive viewer (view_dxf) over a static render — panning, zooming, and layer toggles are far more useful to them than a fixed image. If your platform requires the user to approve interactive tools first, offer the viewer and ask instead of silently falling back to a static render. The viewer reads DXF and vector PDF alike. Use the describe_* and render_* tools for your own analysis.

Known tools 8

describe_dxf

Return a structured JSON summary of a DXF drawing — units, bounding box, layers (with the color actually drawn), per-type entity counts, and any skipped/unsupported types.

Inferred read-only
render_dxf

Render a DXF drawing to a PNG image you can look at.

Inferred read-only
describe_pdf

Return a structured JSON summary of a PDF drawing — units (points), bounding box, layers, per-type entity counts, the text it contains, and what was skipped (images, shadings, transparency).

Inferred read-only
render_pdf

Render a PDF drawing's vector content to a PNG you can look at.

Inferred read-only
describe_doc

Return a structured JSON summary of a drawing in any supported format (DXF or PDF), detected from its bytes rather than its name.

Inferred read-only
render_doc

Render a drawing in any supported format (DXF or PDF) to a PNG you can look at, detected from its bytes rather than its name.

Inferred read-only
view_dxf

Open an interactive viewer the user can pan, zoom, and toggle layers in (renders in-chat on MCP Apps-capable hosts).

Inferred read-only
load_dxf_for_viewer

Internal: returns DXF bytes (base64) for the in-chat viewer.

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.aspicio]
url = "https://aspicio-api.frontsail.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aspicio": {
      "type": "http",
      "url": "https://aspicio-api.frontsail.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aspicio
Remote MCP URL: https://aspicio-api.frontsail.app/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": {
    "aspicio": {
      "url": "https://aspicio-api.frontsail.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aspicio": {
      "type": "http",
      "url": "https://aspicio-api.frontsail.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aspicio",
  "transport": "streamable-http",
  "url": "https://aspicio-api.frontsail.app/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 frontsail.app was fetched 2026-08-26T01:38:57.385Z.

Trust status Neutral

frontsail.app 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.