<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - Stats Compass MCP</title>
<meta name="description" content="Privacy Policy for Stats Compass MCP data analysis tools." />
<link rel="shortcut icon" href="./assets/logo/logo1.png" type="image/x-icon" />
<link rel="stylesheet" href="./css/tailwind-build.css" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css"
integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="tw-flex tw-min-h-[100vh] tw-flex-col tw-bg-[#ffffff]">
<header
class="tw-absolute tw-top-0 tw-z-20 tw-flex tw-h-[60px] tw-w-full tw-bg-white tw-px-[10%] tw-text-black max-lg:tw-mr-auto max-lg:tw-px-4 lg:tw-justify-around">
<a class="tw-h-[50px] tw-w-[50px] tw-p-[4px]" href="/">
<img src="./assets/logo/logo1.png" alt="Stats Compass logo" class="tw-object tw-h-full tw-w-full" />
</a>
<div
class="tw-flex tw-h-full tw-w-max tw-gap-5 tw-text-base tw-text-black lg:tw-mx-auto lg:tw-place-items-center">
<a class="header-links" href="/"> Home </a>
<a class="header-links" href="https://github.com/oogunbiyi21/stats-compass-mcp" rel="noreferrer"
target="_blank">
GitHub
</a>
</div>
</header>
<main class="tw-mt-[100px] tw-px-[10%] tw-pb-20 max-lg:tw-px-4">
<div class="tw-max-w-3xl tw-mx-auto">
<h1 class="tw-text-4xl tw-font-bold tw-mb-2">Privacy Policy</h1>
<p class="tw-text-gray-500 tw-mb-8">Last updated: January 27, 2026</p>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">Overview</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
Stats Compass is designed with privacy in mind. The tool runs <strong>entirely on your local machine</strong> or on a server you control.
A hosted cloud service option is coming soon.
</p>
</section>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">Local Mode (Recommended)</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
When you install Stats Compass via <code class="tw-bg-gray-100 tw-px-1 tw-rounded">pip install stats-compass-mcp</code>,
all data processing happens entirely on your machine. Stats Compass reads and writes files on your local system to perform analysis,
but no data is sent to external servers. We (the developers) have no access to your files or analysis results.
</p>
</section>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">Self-Hosted Mode</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
You can run Stats Compass on your own server using <code class="tw-bg-gray-100 tw-px-1 tw-rounded">stats-compass-mcp serve</code> or Docker.
In this mode, you control where your data is stored and processed. We have no access to your self-hosted instance.
</p>
</section>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">What We Collect</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
<strong>Nothing.</strong> Stats Compass does not collect telemetry, analytics, or usage data.
We do not receive or have access to your files, analysis results, or any other information.
</p>
</section>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">Third-Party Services</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
When using Stats Compass with AI assistants (Claude, ChatGPT, etc.), your prompts and data may be processed by those services
according to their privacy policies. Stats Compass itself does not transmit your data to any third parties.
</p>
</section>
<section class="tw-mb-8">
<h2 class="tw-text-2xl tw-font-semibold tw-mb-3">Contact</h2>
<p class="tw-text-gray-700 tw-leading-relaxed">
For privacy-related questions:<br />
<a href="mailto:inferencelabsuk@gmail.com"
class="tw-text-blue-600 hover:tw-underline">inferencelabsuk@gmail.com</a>
</p>
</section>
<a href="/" class="tw-inline-block tw-mt-4 tw-text-blue-600 hover:tw-underline">← Back to Home</a>
</div>
</main>
<footer
class="tw-mt-auto tw-flex tw-w-full tw-place-content-around tw-gap-3 tw-p-[5%] tw-px-[10%] tw-text-black max-md:tw-flex-col">
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-place-items-center tw-gap-6 max-md:tw-w-full">
<img src="./assets/logo/logo1.png" alt="Stats Compass logo" class="tw-max-w-[120px]" />
<div>
Stats Compass MCP
<br />
Open Source Data Analysis
<br />
For AI Assistants
</div>
</div>
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-gap-4">
<h2 class="tw-text-3xl max-md:tw-text-xl">Legal</h2>
<div class="tw-flex tw-flex-col tw-gap-3 max-md:tw-text-sm">
<a href="/privacy.html" class="footer-link">Privacy Policy</a>
<a href="https://github.com/oogunbiyi21/stats-compass-mcp/blob/main/LICENSE" class="footer-link"
target="_blank">MIT License</a>
</div>
</div>
</footer>
</body>
</html>