sunpeak
Sign in to claimsunpeak.ai
Sunpeak is an open-source framework for building interactive applications that run inside AI hosts like ChatGPT and Claude.
Content gaps
10 gapsAlso covered by sunpeak.ai
MCP Server
AI agents can query this site directly via MCP. Add this endpoint to Claude Code, Cursor, or any MCP client.
Endpoint
https://mcp.lattis.dev/s/sunpeak-ai/mcpClaude Code
claude mcp add sunpeak --transport http https://mcp.lattis.dev/s/sunpeak-ai/mcpCursor
{
"mcpServers": {
"sunpeak": {
"url": "https://mcp.lattis.dev/s/sunpeak-ai/mcp"
}
}
}WebMCP — runtime + discovery
1. Widget script — drop in <head>. WebMCP-capable browsers (Chrome 146+ Origin Trial) call navigator.modelContext.provideContext() via this script — that's the W3C draft and the actual integration agents care about.
<script async src="https://lattis.dev/widget.js"></script>Renders a small "AI-indexed by Lattis" badge bottom-right. Hide with [data-lattis] { display: none !important; }.
2. Discovery manifest — host alongside the script. The WebMCP spec defines no discovery mechanism, so crawlers can't see the runtime registration. This static JSON closes the gap.
Download webmcp.jsonHost at sunpeak.ai/.well-known/webmcp.json.