AI / MCP
MCP and AI Overview
Connect AI assistants to NotificationCompass documentation and use its MCP tools safely.
This wiki exposes an MCP endpoint at:
https://notificationcompass.evanschleret.ch/mcp
The endpoint lets MCP-compatible assistants discover the documentation, read exact pages, use prompts that frame NotificationCompass integration decisions, and load an integration checklist.
What is exposed
- Tools:
list-pages,get-page - Prompts:
suggest-integration-mode,review-integration - Resources:
wiki-overview,integration-checklist
The tools return documentation paths under /docs, so an assistant can move from broad discovery to a precise page without guessing URLs.
Recommended workflow
- Load
wiki-overvieworintegration-checklistwhen planning an integration. - Call
list-pageswhen the topic or page path is unknown. - Select the most relevant
/docs/...path. - Call
get-pagewith that exact path. - Use the returned source content and code examples as the basis for the answer.
Continue with Connect Your MCP Client or inspect the tools, prompt, and resource reference.