Skip to content

MCP Server Overview

Hype Doc exposes an MCP (Model Context Protocol) server so you can log wins and review achievements directly from AI tools like ChatGPT, Claude, Cursor, Copilot, and more. No copy-pasting required.

The MCP server is a Streamable HTTP endpoint at:

https://app.myhypedoc.com/mcp

MCP clients (ChatGPT, Claude Desktop, Cursor, GitHub Copilot, Windsurf, OpenCode, etc.) connect to this endpoint and authenticate via OAuth 2.1 with PKCE. Once connected, you can ask your AI assistant to log wins, list your achievements, and it calls the appropriate Hype Doc tool automatically.

ToolDescription
log_winLog a new win/achievement
list_winsList and filter wins
create_spaceCreate a new space
list_spacesList all spaces
list_tagsList all tags

See Available Tools for full parameter details.

The MCP server uses OAuth 2.1 with PKCE. Most MCP clients handle this automatically — when you first connect, your browser opens to authorize Hype Doc. See OAuth 2.1 Flow for the technical details.

MCP requests are limited to 60 requests per minute per OAuth token. See Rate Limits.