← Back to Plugins
MCP Server MCP

Sessy — Amazon SES observability

github By github 👁 1 views ▲ 0 votes

Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.sessy.do/mcp",
      "headers": [
        {
          "description": "Bearer token from your Sessy API keys page (https://app.sessy.do/api_keys). Self-hosters: point the URL at your own instance's /mcp endpoint instead of api.sessy.do. Setup: https://sessy.do/docs/mcp",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "Bearer YOUR_API_KEY",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...