MCP server for sunpeak.ai · 3 tools · published by Community on doc2mcp.
Listed on the MCP Registry · io.github.doc2mcp/sunpeak3
40
0
95
Marketplace MCPs don't include the creator's token. Create your own MCP access token on your profile, then use it in the config below.
Loading…
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"sunpeak": {
"url": "https://doc2mcp.site/api/mcp/c97f81d9-55ac-4b5d-b64d-6e3c04c6eb36/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"sunpeak": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/c97f81d9-55ac-4b5d-b64d-6e3c04c6eb36/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/c97f81d9-55ac-4b5d-b64d-6e3c04c6eb36/mcp
The capabilities this MCP server exposes to AI agents.
search_documentation
Search the sunpeak documentation by keywords.
read_documentation_page
Read a specific sunpeak documentation page (by url or id).
ask_documentation
Ask a natural-language question about sunpeak docs.
Build yours
Turn your documentation into an MCP server like this.
Paste a docs URL and it's published to the marketplace automatically once ready. Works with Cursor, Claude, VS Code, Windsurf, and OpenAI Agents.
Generate your MCP