NOTIFY · MODEL CONTEXT PROTOCOL

Wire notifications from your AI editor.

Notavia ships an MCP server. Connect it to Cursor, Claude, or VS Code and let your agent send notifications, author templates, and check delivery — using your own Notavia API key.

Cursor · Claude · VS CodeUses your Notavia API keyTest & Live scopes
What your agent can do

Notifications, wired up conversationally.

Notavia's MCP server exposes the same capabilities as the API — so your AI editor can build and operate notifications without you writing the glue.

Send

Send a notification

Ask your agent to send transactional email, an in-app message, SMS, or chat — from natural language, using your templates.

Templates

Author & preview templates

Draft and preview per-channel Scriban templates in place, so the message is ready before you write a line of glue code.

Observe

Check delivery status

Look up the status of a send — queued, delivered, bounced, complained — without leaving your editor.

Docs

Search the docs

Your agent can search Notavia's guides and API reference through the MCP server itself — the corpus ships with the server, so it works without fetching the docs site.

Connect in three steps

From zero to a sent notification.

A remote MCP server — no local process to run. Add it to your editor and authenticate with your API key.

01

Create an API key

In the Notavia console, create a key — start in Test so your agent can experiment safely, then switch to Live.

02

Add the MCP server

Point your AI editor at Notavia's MCP server and authenticate with your API key. The exact URL is in your dashboard.

03

Ask your agent

“Send a test welcome email to me@example.com.” Your agent calls Notavia through MCP and reports back the result.

mcp.json
{
  "mcpServers": {
    "notify": {
      "url": "https://mcp.notavia.saas-infrastructure.com",
      "headers": { "Authorization": "Bearer <YOUR_NOTIFY_API_KEY>" }
    }
  }
}

Illustrative — copy the exact endpoint and header from your Notavia dashboard.

FAQ

MCP, in answers.

Let your agent wire up notifications.

Connect Notavia's MCP server to your AI editor and send your first notification conversationally.