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
- Host calls MCP → gets
401 + WWW-Authenticate
- Reads
/.well-known/oauth-protected-resource
- Registers client (DCR), opens Notifique login in the browser
- Uses the access token on later calls
Feels like Connect with Google — the host runs the OAuth flow.
OAuth or API key?
Next steps