← Registry

API Tools

relin.app

Relin is a webhook management platform for intake, delivery, replay, and anomaly review.

1 endpoint52 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

https://relin.app/mcp

No auth detected

MCP server metadata

Name
relin-mcp
Version
1.0.0
Capabilities
resources.listChangedprompts.listChangedtools.listChanged

Known tools 52

describe_relin

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

Inferred read-only
list_supported_webhook_shapes

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

Inferred read-only
get_setup_guide

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

Inferred read-only
list_api_keys

Authenticated tool to list API keys.

Inferred read-only
create_api_key

Authenticated tool to create API key.

Potential side effects
revoke_api_key

Authenticated tool to revoke API key.

Inferred read-only
list_sources

Authenticated tool to list sources.

Inferred read-only
create_source

Authenticated tool to create source.

Potential side effects
rotate_source_token

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

Inferred read-only
archive_source

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

Inferred read-only
list_destinations

Authenticated tool for listing outbound destinations and retry policy.

Inferred read-only
create_destination

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

Inferred read-only
list_apps

Authenticated tool to list apps.

Inferred read-only
create_app

Authenticated tool to create app.

Potential side effects
get_app

Authenticated tool to get app.

Inferred read-only
list_recipients

Authenticated tool to list recipients.

Inferred read-only
upsert_recipient

Authenticated tool for creating or updating a recipient.

Inferred read-only
list_endpoints

Authenticated tool to list recipient endpoints.

Inferred read-only
create_endpoint

Authenticated tool to create endpoint.

Potential side effects
get_endpoint

Authenticated tool to get endpoint.

Inferred read-only
update_endpoint

Authenticated tool to update endpoint.

Potential side effects
delete_endpoint

Authenticated tool to disable endpoint.

Inferred read-only
rotate_endpoint_secret

Authenticated tool for rotating the signing secret for one endpoint.

Inferred read-only
list_messages

Authenticated tool to list messages.

Inferred read-only
send_message

Authenticated tool to send message.

Potential side effects
get_message

Authenticated tool to get message.

Potential side effects
list_message_attempts

Authenticated tool to list message attempts.

Potential side effects
replay_message

Authenticated tool to replay message.

Potential side effects
list_event_types

Authenticated tool to list event types.

Inferred read-only
upsert_event_type

Authenticated tool to upsert event type.

Inferred read-only
delete_event_type

Authenticated tool to archive event type.

Inferred read-only
create_portal_session

Authenticated tool to create portal session.

Potential side effects
get_portal_settings

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

Inferred read-only
save_portal_settings

Authenticated tool for saving portal branding defaults for an app.

Inferred read-only
list_portal_hosts

Authenticated tool for listing stable portal hosts for an app.

Inferred read-only
create_portal_host

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

Inferred read-only
check_portal_host

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

Inferred read-only
ensure_webhook_setup

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

Inferred read-only
list_recent_events

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

Inferred read-only
get_event_detail

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

Inferred read-only
list_open_issues

Authenticated tool for listing open anomaly and delivery issues.

Inferred read-only
list_delivery_attempts

Authenticated tool for listing fanout delivery attempts with filters.

Inferred read-only
list_retry_jobs

Authenticated tool to list retry jobs.

Inferred read-only
get_metrics_summary

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

Inferred read-only
list_alert_channels

Authenticated tool to list alert channels.

Inferred read-only
create_alert_channel

Authenticated tool to create alert channel.

Potential side effects
get_slack_connect_url

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

Potential side effects
replay_event

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

Inferred read-only
replay_events

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

Inferred read-only
retry_failed_deliveries

Authenticated tool for queueing immediate retries for failed fanout deliveries.

Inferred read-only
cancel_queued_retries

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

Inferred read-only
resolve_anomalies

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

Inferred read-only

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.relin-mcp]
url = "https://relin.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "relin-mcp": {
      "type": "http",
      "url": "https://relin.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: relin-mcp
Remote MCP URL: https://relin.app/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": {
    "relin-mcp": {
      "url": "https://relin.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "relin-mcp": {
      "type": "http",
      "url": "https://relin.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.