API Tools
relin.app
Relin is a webhook management platform for intake, delivery, replay, and anomaly review.
ENDPOINT 1
https://relin.app/mcp
MCP server metadata
- Name
- relin-mcp
- Version
- 1.0.0
Known tools 52
describe_relinExplain what Relin does and how agents should use it for webhook intake, delivery, replay, and anomaly review.
Inferred read-onlylist_supported_webhook_shapesList the vendor webhook shapes Relin understands for event identity, ordering, and gap checks.
Inferred read-onlyget_setup_guideReturn concise setup guidance for connecting a webhook source and destination.
Inferred read-onlyrotate_source_tokenAuthenticated tool for rotating an ingest token and returning the replacement URL once.
Inferred read-onlyarchive_sourceAuthenticated tool for deleting a source, disabling its routing, cancelling queued retries, clearing event-stream coordinator state, and pruning stored source records.
Inferred read-onlylist_destinationsAuthenticated tool for listing outbound destinations and retry policy.
Inferred read-onlycreate_destinationAuthenticated tool for creating an outbound destination and connection with retry policy and optional filters.
Inferred read-onlyrotate_endpoint_secretAuthenticated tool for rotating the signing secret for one endpoint.
Inferred read-onlyget_portal_settingsAuthenticated tool for reading portal branding defaults and host setup for an app.
Inferred read-onlysave_portal_settingsAuthenticated tool for saving portal branding defaults for an app.
Inferred read-onlycreate_portal_hostAuthenticated tool for creating a stable portal host with OIDC sign-in.
Inferred read-onlycheck_portal_hostAuthenticated tool for refreshing hostname, certificate, and OIDC readiness for a stable portal host.
Inferred read-onlyensure_webhook_setupAuthenticated tool for idempotently setting up a vendor source and destination, returning the ingest URL when a new source is created.
Inferred read-onlylist_recent_eventsAuthenticated tool for inspecting recent received events, duplicates, and signature status.
Inferred read-onlyget_event_detailAuthenticated tool for reading one event with attempts, deliveries, and optional raw payload.
Inferred read-onlylist_delivery_attemptsAuthenticated tool for listing fanout delivery attempts with filters.
Inferred read-onlyget_metrics_summaryAuthenticated tool for delivery, failure, duplicate, and open-issue rollups.
Inferred read-onlyget_slack_connect_urlAuthenticated tool for returning the dashboard Slack OAuth connect URL and expected redirect URL.
Potential side effectsreplay_eventsAuthenticated tool for queueing replay by source, query, signature status, failed-delivery state, and time window.
Inferred read-onlyretry_failed_deliveriesAuthenticated tool for queueing immediate retries for failed fanout deliveries.
Inferred read-onlycancel_queued_retriesAuthenticated tool for cancelling queued retry jobs for a workspace or destination.
Inferred read-onlyresolve_anomaliesAuthenticated tool for marking one or more open anomalies resolved by anomaly_id.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.