
Sunpeak
Give Claude Code or Cursor live, queryable Sunpeak project docs while you implement features without leaving the agent chat.
Overview
Sunpeak MCP is a Build-phase MCP server that serves live Sunpeak documentation to your agent via doc2mcp’s hosted streamable-http endpoint.
What is this MCP server?
- Remote streamable-http MCP hosted on doc2mcp.site—no local doc scrape to maintain
- Bearer token auth from the project Connect tab; token required on every request
- Generated from the doc2mcp pipeline (GitHub: doc2mcp/doc2mcp) for Sunpeak-specific pages
- Version 1.0.1780873603 in the published server manifest
- 1 remote streamable-http endpoint on doc2mcp.site
- Server manifest version 1.0.1780873603
- 1 required Authorization header (Bearer project MCP token)
What problem does it solve?
Agents guess Sunpeak APIs from memory instead of reading the real docs, which wastes time fixing wrong calls and misconfigured setups.
Who is it for?
Solo builders already using Sunpeak who want doc-grounded answers inside Claude Code or Cursor without opening a second browser tab.
Skip if: Teams that do not use Sunpeak or anyone who needs runtime control of Sunpeak services rather than read-only documentation lookup.
What do I get? / Deliverables
After you register the remote MCP with your Bearer token, the agent can cite current Sunpeak documentation while you code.
- Agent-accessible Sunpeak documentation retrieval over MCP
- Reduced API hallucinations during Sunpeak implementation
Recommended MCP Servers
Journey fit
Documentation MCP servers sit in Build because solo builders pull authoritative API and setup references during implementation, not during idea research or launch distribution. Docs subphase is the canonical shelf for doc2mcp-generated servers whose sole job is to surface library documentation to the coding agent.
How it compares
Hosted documentation MCP integration, not a codegen skill or Sunpeak CLI wrapper.
Common Questions / FAQ
Who is Sunpeak MCP for?
It is for indie developers and small teams building with Sunpeak who want their AI agent to read official Sunpeak docs through MCP instead of guessing APIs.
When should I use Sunpeak MCP?
Use it during implementation whenever you need accurate Sunpeak configuration, API signatures, or examples while pair-programming with an agent.
How do I add Sunpeak MCP to my agent?
Copy the streamable-http remote URL from the server entry, add it in your MCP client’s remote server settings, and set Authorization to Bearer plus your project MCP token from the doc2mcp Connect tab.