Montis.icu App

🔌 Montis.icu MCP Endpoint

/mcp is the Model Context Protocol endpoint used by ChatGPT, Claude, and other MCP-capable clients.

Endpoint

POST /mcp

OAuth discovery

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

OAuth flow

GET  /mcp/oauth/authorize
    POST /mcp/oauth/token

MCP methods

initialize
            resources/list
            resources/read
            tools/list
            tools/call
            prompts/list
            prompts/get
          

Resources

Testing with MCP Inspector

MCP 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.

Notes