Skip to main content
MCP is the universal plug for AI to call external tools. On Notifique, the assistant discovers OAuth on its own — you only provide the server URL.

What is MCP on Notifique?

The Model Context Protocol lets ChatGPT, Claude Desktop, Gemini, and other assistants send messages, list contacts, and more — with explicit user permission. MCP server:

How authentication works

  1. Host calls MCP → gets 401 + WWW-Authenticate
  2. Reads /.well-known/oauth-protected-resource
  3. Registers client (DCR), opens Notifique login in the browser
  4. Uses the access token on later calls
Feels like Connect with Google — the host runs the OAuth flow.

OAuth or API key?

Next steps