diff --git a/AGENTS.md b/AGENTS.md
index 54af301..3a2edf9 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -21,8 +21,8 @@ Your content is instantly available to browsers, LLMs, and AI agents.. Write mar
- **Site URL**: https://markdown.fast
- **Total Posts**: 14
- **Total Pages**: 5
-- **Latest Post**: 2025-12-27
-- **Last Updated**: 2025-12-27T23:32:52.395Z
+- **Latest Post**: 2025-12-28
+- **Last Updated**: 2025-12-28T06:58:00.655Z
## Tech stack
diff --git a/content/blog/how-to-use-agentmail.md b/content/blog/how-to-use-agentmail.md
index 77e691b..6816dea 100644
--- a/content/blog/how-to-use-agentmail.md
+++ b/content/blog/how-to-use-agentmail.md
@@ -74,6 +74,8 @@ contactForm: {
The Newsletter Admin page at `/newsletter-admin` provides:
+
+
- View all subscribers with search and filters
- Delete subscribers
- Send blog posts as newsletters
diff --git a/content/blog/how-to-use-mcp-server.md b/content/blog/how-to-use-mcp-server.md
index 67acb6b..6ddea3d 100644
--- a/content/blog/how-to-use-mcp-server.md
+++ b/content/blog/how-to-use-mcp-server.md
@@ -1,5 +1,5 @@
---
-title: "How to Use the MCP Server with MarkDown.fast"
+title: "How to Use the MCP Server with MarkDown Sync"
description: "Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools"
date: "2025-12-28"
slug: "how-to-use-mcp-server"
diff --git a/content/pages/about.md b/content/pages/about.md
index b44c62d..c8872d9 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -79,6 +79,10 @@ It's a hybrid: developer workflow for publishing + real-time delivery like a dyn
- Generate Skill option for AI agent training
- View as Markdown option in share dropdown
- Markdown writing page at `/write` with frontmatter reference
+- HTTP-based MCP server at `/mcp` for AI tool integration (Cursor, Claude Desktop)
+- Firecrawl content importer (`npm run import `) for external articles
+- Newsletter management with AgentMail integration and admin UI
+- Contact forms on pages/posts via frontmatter with AgentMail delivery
## Who this is for
diff --git a/public/images/newsletter-dashboard.png b/public/images/newsletter-dashboard.png
new file mode 100644
index 0000000..ba7e000
Binary files /dev/null and b/public/images/newsletter-dashboard.png differ
diff --git a/public/llms.txt b/public/llms.txt
index 5608ba1..060dd64 100644
--- a/public/llms.txt
+++ b/public/llms.txt
@@ -1,6 +1,6 @@
# llms.txt - Information for AI assistants and LLMs
# Learn more: https://llmstxt.org/
-# Last updated: 2025-12-27T23:32:52.396Z
+# Last updated: 2025-12-28T06:58:00.656Z
> Your content is instantly available to browsers, LLMs, and AI agents.
@@ -10,7 +10,7 @@
- Description: Your content is instantly available to browsers, LLMs, and AI agents. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.
- Topics: Markdown, Convex, React, TypeScript, Netlify, Open Source, AI, LLM, AEO, GEO
- Total Posts: 14
-- Latest Post: 2025-12-27
+- Latest Post: 2025-12-28
- GitHub: https://github.com/waynesutton/markdown-site
# API Endpoints
diff --git a/public/raw/about.md b/public/raw/about.md
index cb322f1..adb78de 100644
--- a/public/raw/about.md
+++ b/public/raw/about.md
@@ -78,6 +78,10 @@ It's a hybrid: developer workflow for publishing + real-time delivery like a dyn
- Generate Skill option for AI agent training
- View as Markdown option in share dropdown
- Markdown writing page at `/write` with frontmatter reference
+- HTTP-based MCP server at `/mcp` for AI tool integration (Cursor, Claude Desktop)
+- Firecrawl content importer (`npm run import `) for external articles
+- Newsletter management with AgentMail integration and admin UI
+- Contact forms on pages/posts via frontmatter with AgentMail delivery
## Who this is for
diff --git a/public/raw/how-to-use-agentmail.md b/public/raw/how-to-use-agentmail.md
index c84ef77..9e49c7d 100644
--- a/public/raw/how-to-use-agentmail.md
+++ b/public/raw/how-to-use-agentmail.md
@@ -72,6 +72,8 @@ contactForm: {
The Newsletter Admin page at `/newsletter-admin` provides:
+
+
- View all subscribers with search and filters
- Delete subscribers
- Send blog posts as newsletters
diff --git a/public/raw/how-to-use-mcp-server.md b/public/raw/how-to-use-mcp-server.md
index 3247fc7..384f4d8 100644
--- a/public/raw/how-to-use-mcp-server.md
+++ b/public/raw/how-to-use-mcp-server.md
@@ -1,4 +1,4 @@
-# How to Use the MCP Server with MarkDown.fast
+# How to Use the MCP Server with MarkDown Sync
> Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools
diff --git a/public/raw/index.md b/public/raw/index.md
index fd6642a..4852ae5 100644
--- a/public/raw/index.md
+++ b/public/raw/index.md
@@ -4,7 +4,7 @@ This is the homepage index of all published content.
## Blog Posts (14)
-- **[How to Use the MCP Server with MarkDown.fast](/raw/how-to-use-mcp-server.md)** - Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools
+- **[How to Use the MCP Server with MarkDown Sync](/raw/how-to-use-mcp-server.md)** - Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools
- Date: 2025-12-28 | Reading time: 5 min read | Tags: mcp, cursor, ai, tutorial, netlify
- **[How to use AgentMail with Markdown Sync](/raw/how-to-use-agentmail.md)** - Complete guide to setting up AgentMail for newsletters and contact forms in your markdown blog
- Date: 2025-12-27 | Reading time: 5 min read | Tags: agentmail, newsletter, email, setup
diff --git a/src/config/siteConfig.ts b/src/config/siteConfig.ts
index 45f799b..ca6d962 100644
--- a/src/config/siteConfig.ts
+++ b/src/config/siteConfig.ts
@@ -347,7 +347,7 @@ export const siteConfig: SiteConfig = {
},
{
src: "/images/logos/mcp.svg",
- href: "https://modelcontextprotocol.io/",
+ href: "https://www.markdown.fast/how-to-use-mcp-server/",
},
],
position: "above-footer",