llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TweetSave - MCP Server for AI Assistants</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D2WBLNH0K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D2WBLNH0K5');
</script>
<meta name="description" content="Fetch tweets with content, media, and engagement metrics. Works with Cursor, Claude, Windsurf, Antigravity, and more.">
<!-- Fonts - Fricolage Grotesque + Mackinac (self-hosted) + JetBrains Mono -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Local font preloads -->
<link rel="preload" href="fonts/fricolage-grotesque.var.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/mackinac-medium.woff2" as="font" type="font/woff2" crossorigin>
<style>
/* Self-hosted Fonts */
@font-face {
font-family: 'Fricolage Grotesque';
src: url('fonts/fricolage-grotesque.var.woff2') format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Mackinac';
src: url('fonts/mackinac-medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Mackinac';
src: url('fonts/mackinac-medium-italic.woff2') format('woff2');
font-weight: 500;
font-style: italic;
f