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. We run no analytics and set no cookies.
- 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.
- 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
-
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.