Privacy Policy
Aspicio is an open-source DXF viewer with a hosted API and MCP server, developed and maintained by FrontSail AI. This policy covers the hosted services (the demo site, the HTTP API, and the remote MCP endpoint) and the locally installed tools. The short version: we don't want your data. There are no accounts, and we keep no drawings.
What we collect
- No personal data. There are no accounts or sign-ups, so we never see names or email addresses.
- Analytics, only if you say yes. The demo site asks once whether it may count visits with Google Analytics. Until you accept, no analytics cookies are set and no measurement data is collected; if you decline, we remember that and never ask again. Accepting lets Google Analytics set its own cookies and receive standard usage data (pages viewed, approximate location, device and browser) as our processor. It never receives your drawings — those are parsed in your browser and are not part of any analytics event. Your choice is stored locally in your browser, so clearing site data resets the question. The hosted API and the MCP server carry no analytics at all.
- Drawings you submit are processed in memory. When you (or your AI assistant) send a DXF to the hosted API or remote MCP server, whether as a URL to fetch or as request content, the service produces the response (facts, an image, or viewer data) and does not store the file.
- Operational logs. Cloudflare, our infrastructure provider, records standard request metadata (IP address, URL, timestamps). We use those logs for rate limiting and abuse prevention, nothing else, and they expire quickly.
Purposes
Exactly one: providing the service. That means turning the drawings you send into facts, images, or viewer data, and keeping the service available through rate limits and abuse prevention.
Recipients
- Cloudflare operates the infrastructure the hosted services run on.
- Google Analytics receives demo-site usage data, but only from visitors who accepted analytics. Decline and it receives nothing.
- When you use Aspicio through an AI assistant (ChatGPT, Claude, or any MCP client), your assistant relays the results we return to its model provider under that provider's terms. We send nothing to model providers ourselves.
- We do not sell or share data with anyone else.
Retention
We keep no drawings; each request is processed in memory and forgotten. Cloudflare retains its operational logs briefly, per its standard log windows, and then they are gone.
Your controls
- Change your mind about analytics at any time by clearing this site's data in your browser — the demo will ask again on your next visit, and declining leaves it off.
-
Don't send sensitive drawings to the hosted services. For local files, use the local
server (
npx -y @aspicio/mcp), which reads files in-process and never uploads them to any Aspicio service. - Everything is open source (github.com/frontsail-ai/aspicio), so you can verify the above or run the whole pipeline yourself.
- Questions or requests: support@frontsail.ai or a GitHub issue.
Changes
If this policy changes, the new version is published here with an updated effective date; the history lives in the repository.