Connect an AI client
Gapwise AI is a remote, OAuth-protected MCP service. Its canonical Streamable HTTP resource is:
https://ai.gapwise.ca/api/mcpProtected-resource metadata is published at:
https://ai.gapwise.ca/.well-known/oauth-protected-resourceUse a client that can connect to a remote MCP service, follow protected-resource discovery, complete browser-based authorization, and retain the resulting authorization securely.
Connection workflow
Section titled “Connection workflow”- In the AI client, choose its option to add a remote MCP integration.
- Enter
https://ai.gapwise.ca/api/mcpas the MCP server/resource URL. - Follow the browser authorization flow advertised by the service instead of constructing an authorization URL yourself.
- Complete Gapwise sign-in and review the requested AI delegation.
- Approve only the permissions you want the integration to have.
- Return to the client and inspect the tools it actually discovers.
- Begin with a read-only request, such as “What does my day look like?”
The MCP transport permits unauthenticated initialization and tool discovery so a compatible client can learn the authentication requirement. Protected tool execution remains fail-closed until the caller presents a verified OAuth credential and the student has an active delegation with the required capability.
The service currently exposes 13 permissioned tools. See Tools for the verified catalog and Authentication & delegation for the two authorization boundaries.
Before connecting a particular product, check Client compatibility. The service is a public release candidate; broad named-client support is not claimed until the real production OAuth/read/write/revoke matrices are complete.