Developer Tools
frontsail.app
Provides tools to describe and render DXF and PDF drawings, returning structured JSON summaries and PNG images.
ENDPOINT 1
https://aspicio-api.frontsail.app/mcp
MCP server metadata
- Name
- aspicio
- Version
- 0.13.0
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_dxfReturn 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-onlydescribe_pdfReturn 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-onlydescribe_docReturn a structured JSON summary of a drawing in any supported format (DXF or PDF), detected from its bytes rather than its name.
Inferred read-onlyrender_docRender 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-onlyview_dxfOpen an interactive viewer the user can pan, zoom, and toggle layers in (renders in-chat on MCP Apps-capable hosts).
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.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.
frontsail.app 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.