← mailrith.com

INDIVIDUAL MCP TOOL

analytics_get_report

Returns one unexpired bounded analytics report by identifier.

mailrith.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.mailrith.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for analytics_get_report and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mailrith.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mailrith]
url = "https://api.mailrith.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mailrith": {
      "type": "http",
      "url": "https://api.mailrith.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mailrith
Remote MCP URL: https://api.mailrith.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mailrith": {
      "url": "https://api.mailrith.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mailrith": {
      "type": "http",
      "url": "https://api.mailrith.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mailrith",
  "transport": "streamable-http",
  "url": "https://api.mailrith.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • discovery_get_capabilities — Returns the current workspace context, discovery URLs, shared request conventions, supported webhook events, and public resource operations available to the authenticated bearer credential.
  • workspace_get — Returns the authenticated workspace profile and mailing context used by broadcasts, sequences, automations, forms, and magic links.
  • sender_identities_list — Returns a bounded page of enabled sender names, addresses, and provider types that can be selected for Broadcasts and Sequences.
  • sender_identities_get — Returns one enabled sender name, address, and provider type by stable identifier.
  • analytics_create_report — Runs from compact rollups.
  • subscribers_list — Returns subscribers in the authenticated workspace, sorted from newest to oldest.
  • subscribers_get — Returns one Subscriber by its stable identifier from the authenticated workspace.
  • subscribers_upsert — Creates a new subscriber when the email does not exist in the workspace.