Sentway is an MCP server. A connected AI can build a live web page, publish it under the user's Sentway account, gate who can see it, and read back submissions and visitor activity over the same connection.
Point any MCP client at this URL. Sentway authenticates every request against the connecting user's account.
https://sentway.app/api/public/mcpCategories at a glance. The full contract for every tool is returned by get_authoring_guide, which an AI should call first.
Create or duplicate sites, add and update pages in HTML, JSX, Markdown, SVG, or Mermaid, and publish changes atomically.
Configure the site gate: public, email capture, magic-link verified email, allowlist, or password.
Read form submissions, visitor timelines, active time, completed tasks, and per-visitor context.
The single tool an AI should call first. Returns the attribute and tool contract the rest of the surface expects.
Generic connect paths for the common MCP clients. Sentway authenticates every request against the connecting user's account, so each user completes this once for their own Sentway login.
Claude desktop shares its connector list with claude.ai. Add the connector once at Claude connectors, then enable it inside the desktop app's composer. Claude desktop does not expose a stable deep link to that panel; the app's own connector settings are reached from the composer's tool menu.
Run in a terminal:
claude mcp add --transport http sentway https://sentway.app/api/public/mcp
Claude Code opens the OAuth flow in your browser on first use.
swy_live_... value once. It is not shown again.{
"mcpServers": {
"sentway": {
"type": "http",
"url": "https://sentway.app/api/public/mcp",
"headers": { "Authorization": "Bearer swy_live_..." }
}
}
}HTML, JSX, Markdown, SVG, Mermaid.