Skip to main content
Glama
bentonow

Tatami MCP Server

Official
by bentonow

Tatami MCP Server

Customer-facing remote MCP server for Tatami. It runs as a stateless Cloudflare Worker at:

https://mcp.tatamimonitor.com/mcp

The Worker is a thin proxy over the customer API documented in Tatami at /account/teams/:team_id/api. Customers bring their own Tatami platform access token. The Worker does not store tokens.

Tools

search_events

Search delivery events for concrete examples. Wraps:

POST /api/v1/teams/:team_id/projects/:project_id/events/search

Arguments:

  • team_id and project_id, optional when the MCP connection sends X-Tatami-Team-Id and X-Tatami-Project-Id

  • filters, using { field, operator, value }

  • occurred_at, using { gte, lte } ISO timestamps

  • limit, from 1 to 100

get_top_reasons

Fetch last-24-hour deferral and bounce reason breakdowns. Wraps:

GET /api/v1/teams/:team_id/projects/:project_id/events/reasons

Arguments:

  • team_id and project_id, optional with headers

  • limit, from 1 to 100, default 20

query_report

Query deliverability report sections. Wraps:

POST /api/v1/teams/:team_id/projects/:project_id/reports/query

Arguments:

  • team_id and project_id, optional with headers

  • sections, any of stats, time_series, bounce_analysis, breakdowns, top_lists

  • filters, using { field, operator, value }

  • occurred_at, using { gte, lte } ISO timestamps

  • breakdown_type, required when sections includes breakdowns

  • breakdown_limit, from 1 to 100, default 25 upstream

get_query_reference

Return static filter fields, operators, event types, report sections, breakdown types, and query rules. This tool does not call the Tatami API.

Related MCP server: Emailens MCP

Customer connection

Create a Tatami API key from the API page, then configure the MCP client with headers.

{
  "mcpServers": {
    "tatami": {
      "url": "https://mcp.tatamimonitor.com/mcp",
      "headers": {
        "Authorization": "Bearer <token from Manage API Keys>",
        "X-Tatami-Team-Id": "<team id>",
        "X-Tatami-Project-Id": "<project id>"
      }
    }
  }
}

team_id and project_id are numeric IDs from the Tatami API page dropdowns. Tool arguments can override the header defaults.

Local development

Use Node 22 or newer. The latest Wrangler release requires Node 22.

Install dependencies:

npm install

Run type checks:

npm run typecheck

Run the Worker locally:

npm run dev

Connect MCP Inspector to:

http://localhost:8787/mcp

Use the same headers as production.

Cloudflare

wrangler.jsonc points the Worker at mcp.tatamimonitor.com as a custom domain and sets:

{
  "TATAMI_BASE_URL": "https://tatamimonitor.com"
}

Cloudflare can deploy this repository directly from GitHub. No Worker secrets are required for v1 because customers pass their own Tatami API keys on each MCP connection.

API rules

  • tenant_id is webhook/customer metadata, not the Tatami team ID.

  • Event search defaults to the last 7 days.

  • Report queries default to the last hour.

  • Queries are capped at a 60-day occurred_at range.

  • Event search returns up to 100 events and has no pagination cursor.

  • Report breakdowns return up to 100 rows. breakdown_limit defaults to 25 upstream.

  • Tatami rate-limits the three live endpoints together at 100 requests per hour per token.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    -
    maintenance
    This MCP server enables users to manage emails via POP3 and SMTP protocols, allowing for listing, searching, reading, and sending messages. It also supports fetching email threads and extracting text content from various document attachments including PDFs and Office files.
    8
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key.
    9
    77
    6
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    MCP server for the Inxmail Commerce transactional API — manage events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking.
    29
    27
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for Mailtarget that exposes tools to discover and call management API endpoints and send transactional emails via the Transmission API.
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • MCP server for Tomba email finder, verification, and contact enrichment API

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bentonow/tatami-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server