/mcp is the Model Context Protocol endpoint used by ChatGPT,
Claude, and other MCP-capable clients.
POST /mcp
GET /.well-known/oauth-authorization-server
GET /.well-known/oauth-protected-resource
GET /mcp/.well-known/oauth-authorization-server
GET /mcp/.well-known/oauth-protected-resource
GET /mcp/oauth/authorize
POST /mcp/oauth/token
initialize
resources/list
resources/read
tools/list
tools/call
prompts/list
prompts/get
knowledge://system/toolingknowledge://training/workout-builderknowledge://coaching/question-bankknowledge://coaching/decision-treeMCP Inspector is the recommended test console for this endpoint.
npx @modelcontextprotocol/inspector
Use transport type Streamable HTTP and server URL and ID:
https://staging.montis.icu/mcp
Client ID: intervals-mcp
Then run OAuth and use tools/list, tools/call,
resources/list, and resources/read.
/mcp returns protocol JSON and should not be opened as a normal web page./docs for REST/OpenAPI documentation./openapi.json for the REST API schema.