Toolpin Monitor a server

Ray notifications

io.github.gege-mn/ray-mcp · v0.1.0 · MCP 2025-11-25

Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.

Reachability reachable
checked 2026-09-20 05:32 UTC
Registry status active
Tools pinned 21
19ddf6871085
Tools last changed 2026-09-20
Repo last push 2026-09-14
GitHub stars 0

Provenance

Registry namespace io.github.gege-mn (GitHub-account verified by the official registry)
Repository github.com/gege-mn/ray-mcp
Website https://ray.gege.mn/docs
Remote endpoints
https://ray-api.gege.mn/mcp (streamable-http)

Observed changes

When (UTC)EventDetail
2026-09-20 05:32 tools changed 0 added, 0 removed, 5 changed
2026-09-15 05:30 first capture 21 tools pinned

Pinned tool definitions (21)

ToolDescription
whoami Identify the API key this connection uses (GET /me): `tenantId` (the workspace), `apiKeyId` and `scopes`. Write tools need the `write` scope; call this to check before attempting them.
get_usage The workspace's plan, subscription status and this calendar month's usage against the monthly quota (GET /billing/subscription). `used`/`remaining` are null on unmetered plans. On a hard-capped plan, sends beyond the quota fail with...
list_channels List the delivery channels configured in this workspace (GET /channels). Call this FIRST before sending: each entry's `id` is the `channelConfigId` for send_notification and test_send_template, `kind` is the channel type (ses_email,...
send_notification Send a notification (POST /send; needs a `write`-scoped key). Returns `{ sendId }` with HTTP 202: delivery is asynchronous, so check the outcome with get_send_status. Use exactly one mode: 1. Single: `channelConfigId` + `recipient`. 2....
get_send_status Delivery status of a send (GET /sends/{id}): `aggregate` counts per status over the whole send (pending, claimed, delivered, failed_retryable, failed_terminal, suppressed) plus one page of per-recipient delivery rows including provider...
list_templates List message templates (GET /templates): id, name, folder, channelKind, and `publishedVersionId` (null = never published, so it cannot be sent by templateId yet). Archived templates are hidden unless `includeArchived` is true. Use...
get_template Get one template with its published version and its current draft (GET /templates/{id}): content, logTitle/logDescription, `requiredParams` a send must supply, and paramOverrides. Read this before update_template_draft, which needs the...
create_template Create a template (POST /templates; write scope). `channelKind` is permanent and must match the channels you'll send through (list_channels `templateKind`). It is saved as an unpublished draft unless `publish: true`; sending by...
update_template_draft Replace a template's draft (PATCH /templates/{id}; write scope). This is a full replacement, not a partial patch: pass content, logTitle, logDescription and paramOverrides as they should end up (get_template first). `name`, `folder` and...
publish_template Publish a template's current draft as its new live version (POST /templates/{id}/publish; write scope). Sends by templateId use it immediately. Fails if there is no draft or the template is archived.
archive_template Archive a template (POST /templates/{id}/archive; write scope). Sends that reference it fail until it is restored with unarchive_template; its name stays reserved meanwhile. Confirm with the user first if it may be in production use.
unarchive_template Restore an archived template (POST /templates/{id}/unarchive; write scope). This is how to reclaim a name held by an archived template instead of creating a new one.
test_send_template Send a real test of a template's PUBLISHED version to one recipient (POST /templates/{id}/test-send; write scope). It goes through the provider for real, so use a recipient the user controls. Test sends don't count toward the monthly...
list_feed_notifications Read one end user's in-app notification feed (GET /notifications): the entries created by sends with `feed` or `showInFeed`. This is what an in-app inbox would show, not delivery status (use get_send_status for that). Paginate by...
get_click_stats Email link click counts grouped by destination URL (GET /clicks) for a `sendId`, a `campaignId`, or both (at least one is required). Only links from email sends made with `trackClicks: true` are counted.
list_webhooks List the workspace's outbound event webhooks (GET /tenant-webhooks): url, subscribed events, enabled flag and delivery health (consecutiveFailures, lastError). Signing secrets are never returned.
get_webhook Get one outbound webhook (GET /tenant-webhooks/{id}) including its delivery health (consecutiveFailures, lastDeliveryAt, lastFailureAt, lastError).
create_webhook Create an outbound webhook that Ray POSTs signed event payloads to (POST /tenant-webhooks; write scope; Pro plan or higher, otherwise 403). The URL must be public HTTPS. The response contains the signing `secret` exactly once: show it...
update_webhook Change a webhook (PATCH /tenant-webhooks/{id}; write scope). Only the fields you pass change; pass at least one. `rotateSecret: true` issues a new signing secret, returned once in the response, and the old secret stops verifying...
delete_webhook Delete (archive) a webhook so it receives no more events (DELETE /tenant-webhooks/{id}; write scope). It cannot be restored through the API; confirm with the user first.
read_docs Read Ray's documentation as markdown. With no `slug` it returns the index (llms.txt) listing every page; then pass a page slug, i.e. the path after /docs/ without `.md`, such as `sending`, `templates`, `idempotency`, `errors`,...
Get alerted when this changes. Email the moment io.github.gege-mn/ray-mcp drifts, dies, or revives.

Status badge

Toolpin status badge for io.github.gege-mn/ray-mcp

[![Toolpin](https://toolpin.dev/badge/io.github.gege-mn/ray-mcp.svg)](https://toolpin.dev/servers/io.github.gege-mn/ray-mcp)

Maintain this server? Add the badge to your README. It links your users to this live status page.