Pagelive
Publish the pages you build with AI - as a private, tracked, secure link.
README
Pagelive MCP connector
Publish the pages you build with AI — straight from the conversation — as private, branded, view‑tracked links.
Pagelive turns any HTML page (a proposal, deck, report, or demo) into a clean link you can actually send. Publish it from Claude, get a link that's private by default (noindex, optional password, served from an isolated content plane on Cloudflare), then see who opened it — opens, unique viewers, dwell time, by day, country, referrer — bot‑filtered, with an email the moment it's opened. Pages can carry a reply form whose submissions come back into the conversation. Update anytime; the link never changes.
This is the connector manifest + docs for Pagelive's hosted MCP server. The server is hosted by Pagelive (you don't run or install anything); this repo is the public home for the
server.json, the tool reference, and example usage. Sign in with your Pagelive account — a free account works.
- Website: https://pagelive.io/mcp
- Docs / quickstart: https://pagelive.io/docs/quickstart-mcp
- Connector URL (remote, OAuth):
https://app.pagelive.io/api/mcp
Connect
The server is remote and uses OAuth 2.0 — there's nothing to install. Add the URL to any MCP‑capable client and sign in with your Pagelive account.
Claude (web / desktop) — Settings → Connectors → Add custom connector → paste
https://app.pagelive.io/api/mcp → sign in when prompted.
Claude Code
claude mcp add --transport http pagelive https://app.pagelive.io/api/mcp
Any client that reads server.json — point it at this repo's server.json,
or find Pagelive in the MCP Registry under
io.pagelive/pagelive.
Tools (7)
| Tool | What it does |
|---|---|
publish_page |
Publish an HTML page and get a live, shareable, view‑tracked URL. Pass an existing slug to replace a page instead of duplicating it. |
update_page |
Edit a page you've published — targeted text edits or a full‑HTML replace. The link never changes. |
list_pages |
List the pages you can access (personal + team) with their URLs, workspace, and view counts. |
get_page_stats |
View analytics for a page — opens, unique viewers, dwell, top countries. |
list_form_submissions |
Read the replies submitted through a page's reply form. |
list_domains |
List your connected custom domains (Pro/Team). |
list_workspaces |
List the workspaces you belong to (personal + teams). |
Example prompts
- "Publish this page with Pagelive and give me the link."
- "Update my Q3 proposal page with this new version — keep the same link."
- "How many people opened my deck this week, and how long did they read?"
- "Did anyone reply to the proposal form? Show me the responses."
- "List my published pages and tell me which got views yesterday."
Live demos
- https://pagelive.site/p/vantage-series-a-deck
- https://pagelive.site/p/q2-performance-report
- https://pagelive.site/p/q3-growth-proposal
Skill
This repo includes an optional Agent Skill that teaches the publish → share → track workflow, so an agent reaches for Pagelive at the right moment.
Auth & privacy
OAuth 2.0 sign‑in (free account works); no API key juggling. Published pages are noindex by
default and can be password‑gated; analytics are bot‑filtered and contain no PII.
License
MIT — applies to the contents of this repo (manifest, docs, examples, skill). The hosted Pagelive service and its server source are separate and proprietary.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.