Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Relin

io.github.earonesty/relin

Inspect webhook health, investigate delivery failures, configure sources, and replay events.

Uptime
100.0%
1 direct probes · 30d
Response
558ms
last probe
Tools
52
callable
Resources
4
readable
Prompts
2
available
Primary URL
https://relin.app/mcp

Tools · 52

describe_relin

Explain what Relin does and how agents should use it for webhook intake, delivery, replay, and anomaly review.

list_supported_webhook_shapes

List the vendor webhook shapes Relin understands for event identity, ordering, and gap checks.

get_setup_guide

Return concise setup guidance for connecting a webhook source and destination.

list_api_keys

Authenticated tool to list API keys.

create_api_key

Authenticated tool to create API key.

revoke_api_key

Authenticated tool to revoke API key.

list_sources

Authenticated tool to list sources.

create_source

Authenticated tool to create source.

rotate_source_token

Authenticated tool for rotating an ingest token and returning the replacement URL once.

archive_source

Authenticated tool for deleting a source, disabling its routing, cancelling queued retries, clearing event-stream coordinator state, and pruning stored source records.

list_destinations

Authenticated tool for listing outbound destinations and retry policy.

create_destination

Authenticated tool for creating an outbound destination and connection with retry policy and optional filters.

list_apps

Authenticated tool to list apps.

create_app

Authenticated tool to create app.

get_app

Authenticated tool to get app.

list_recipients

Authenticated tool to list recipients.

upsert_recipient

Authenticated tool for creating or updating a recipient.

list_endpoints

Authenticated tool to list recipient endpoints.

create_endpoint

Authenticated tool to create endpoint.

get_endpoint

Authenticated tool to get endpoint.

update_endpoint

Authenticated tool to update endpoint.

delete_endpoint

Authenticated tool to disable endpoint.

rotate_endpoint_secret

Authenticated tool for rotating the signing secret for one endpoint.

list_messages

Authenticated tool to list messages.

send_message

Authenticated tool to send message.

get_message

Authenticated tool to get message.

list_message_attempts

Authenticated tool to list message attempts.

replay_message

Authenticated tool to replay message.

list_event_types

Authenticated tool to list event types.

upsert_event_type

Authenticated tool to upsert event type.

delete_event_type

Authenticated tool to archive event type.

create_portal_session

Authenticated tool to create portal session.

get_portal_settings

Authenticated tool for reading portal branding defaults and host setup for an app.

save_portal_settings

Authenticated tool for saving portal branding defaults for an app.

list_portal_hosts

Authenticated tool for listing stable portal hosts for an app.

create_portal_host

Authenticated tool for creating a stable portal host with OIDC sign-in.

check_portal_host

Authenticated tool for refreshing hostname, certificate, and OIDC readiness for a stable portal host.

ensure_webhook_setup

Authenticated tool for idempotently setting up a vendor source and destination, returning the ingest URL when a new source is created.

list_recent_events

Authenticated tool for inspecting recent received events, duplicates, and signature status.

get_event_detail

Authenticated tool for reading one event with attempts, deliveries, and optional raw payload.

list_open_issues

Authenticated tool for listing open anomaly and delivery issues. Use q for smart lookup by anom_, dst_, evt_, or src_ IDs, or plain text like a status code or error message.

list_delivery_attempts

Authenticated tool for listing fanout delivery attempts with filters.

list_retry_jobs

Authenticated tool to list retry jobs.

get_metrics_summary

Authenticated tool for delivery, failure, duplicate, and open-issue rollups.

list_alert_channels

Authenticated tool to list alert channels.

create_alert_channel

Authenticated tool to create alert channel.

get_slack_connect_url

Authenticated tool for returning the dashboard Slack OAuth connect URL and expected redirect URL.

replay_event

Authenticated tool for queueing a replay of a single received event.

replay_events

Authenticated tool for queueing replay by source, query, signature status, failed-delivery state, and time window.

retry_failed_deliveries

Authenticated tool for queueing immediate retries for failed fanout deliveries.

cancel_queued_retries

Authenticated tool for cancelling queued retry jobs for a workspace or destination.

resolve_anomalies

Authenticated tool for marking one or more open anomalies resolved by anomaly_id.

Resources · 4

relin_overview

What Relin does and when agents should use it.

relin://guides/overview
webhook_setup

How to connect a source and destination.

relin://guides/webhook-setup
vendor_setup

Provider-specific setup notes for GitHub, Stripe, Shopify, Twilio, and SendGrid.

relin://guides/vendor-setup
operations

How agents should triage failed delivery, anomalies, replay, and source safety.

relin://guides/operations

Prompts · 2

setup_vendor_webhook

Plan or execute a Relin webhook setup for a vendor source, destination, and first test event.

triage_webhook_issue

Investigate delivery failures, duplicate attempts, provider retries, and open anomalies in Relin.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "relin": {
      "url": "https://relin.app/mcp",
      "transport": "streamable-http"
    }
  }
}