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.

  1. Load wiki-overview or integration-checklist when planning an integration.
  2. Call list-pages when the topic or page path is unknown.
  3. Select the most relevant /docs/... path.
  4. Call get-page with that exact path.
  5. 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.