42 lines
2.2 KiB
HTML
42 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy — SquareMCP</title>
|
|
<style>
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 680px; margin: 60px auto; padding: 0 24px; color: #111; line-height: 1.7; }
|
|
h1 { font-size: 1.6rem; margin-bottom: 0.25rem; }
|
|
.sub { color: #666; font-size: 0.9rem; margin-bottom: 2rem; }
|
|
h2 { font-size: 1.05rem; margin-top: 2rem; }
|
|
a { color: #111; }
|
|
nav { margin-bottom: 2rem; font-size: 0.9rem; }
|
|
nav a { text-decoration: none; color: #666; }
|
|
nav a:hover { color: #111; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<nav><a href="/">← squaremcp.com</a></nav>
|
|
<h1>Privacy Policy</h1>
|
|
<p class="sub">SquareMCP — Last updated April 28, 2026</p>
|
|
|
|
<h2>What SquareMCP is</h2>
|
|
<p>SquareMCP is a personal MCP server platform that connects AI assistants to your own tools — email, notes, and internal systems. It is operated by Garfield Heron and is currently in private pilot.</p>
|
|
|
|
<h2>Data we collect</h2>
|
|
<p>We collect only what is necessary to operate the service: your name, email address, company, and use case when you submit a pilot request. This information is stored securely and used only to evaluate and onboard pilot participants.</p>
|
|
|
|
<h2>Data we do not collect</h2>
|
|
<p>SquareMCP does not use analytics, advertising trackers, or third-party data sharing of any kind. We do not sell or rent your information.</p>
|
|
|
|
<h2>Your data and your tools</h2>
|
|
<p>When you use SquareMCP to connect your own accounts (email, notes, calendars), those connections are authenticated via OAuth and run entirely within your own environment. Your data does not pass through SquareMCP infrastructure — the MCP server runs on your own host or a host you control.</p>
|
|
|
|
<h2>OAuth tokens</h2>
|
|
<p>OAuth access tokens used to authenticate AI sessions are stored in a private database on your server. They expire after 24 hours and are never shared with third parties.</p>
|
|
|
|
<h2>Contact</h2>
|
|
<p>Questions or requests: <a href="mailto:garfield@fetcherpay.com">garfield@fetcherpay.com</a></p>
|
|
</body>
|
|
</html>
|