Relin
io.github.earonesty/relinInspect webhook health, investigate delivery failures, configure sources, and replay events.
Tools · 52
Explain what Relin does and how agents should use it for webhook intake, delivery, replay, and anomaly review.
List the vendor webhook shapes Relin understands for event identity, ordering, and gap checks.
Return concise setup guidance for connecting a webhook source and destination.
Authenticated tool to list API keys.
Authenticated tool to create API key.
Authenticated tool to revoke API key.
Authenticated tool to list sources.
Authenticated tool to create source.
Authenticated tool for rotating an ingest token and returning the replacement URL once.
Authenticated tool for deleting a source, disabling its routing, cancelling queued retries, clearing event-stream coordinator state, and pruning stored source records.
Authenticated tool for listing outbound destinations and retry policy.
Authenticated tool for creating an outbound destination and connection with retry policy and optional filters.
Authenticated tool to list apps.
Authenticated tool to create app.
Authenticated tool to get app.
Authenticated tool to list recipients.
Authenticated tool for creating or updating a recipient.
Authenticated tool to list recipient endpoints.
Authenticated tool to create endpoint.
Authenticated tool to get endpoint.
Authenticated tool to update endpoint.
Authenticated tool to disable endpoint.
Authenticated tool for rotating the signing secret for one endpoint.
Authenticated tool to list messages.
Authenticated tool to send message.
Authenticated tool to get message.
Authenticated tool to list message attempts.
Authenticated tool to replay message.
Authenticated tool to list event types.
Authenticated tool to upsert event type.
Authenticated tool to archive event type.
Authenticated tool to create portal session.
Authenticated tool for reading portal branding defaults and host setup for an app.
Authenticated tool for saving portal branding defaults for an app.
Authenticated tool for listing stable portal hosts for an app.
Authenticated tool for creating a stable portal host with OIDC sign-in.
Authenticated tool for refreshing hostname, certificate, and OIDC readiness for a stable portal host.
Authenticated tool for idempotently setting up a vendor source and destination, returning the ingest URL when a new source is created.
Authenticated tool for inspecting recent received events, duplicates, and signature status.
Authenticated tool for reading one event with attempts, deliveries, and optional raw payload.
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.
Authenticated tool for listing fanout delivery attempts with filters.
Authenticated tool to list retry jobs.
Authenticated tool for delivery, failure, duplicate, and open-issue rollups.
Authenticated tool to list alert channels.
Authenticated tool to create alert channel.
Authenticated tool for returning the dashboard Slack OAuth connect URL and expected redirect URL.
Authenticated tool for queueing a replay of a single received event.
Authenticated tool for queueing replay by source, query, signature status, failed-delivery state, and time window.
Authenticated tool for queueing immediate retries for failed fanout deliveries.
Authenticated tool for cancelling queued retry jobs for a workspace or destination.
Authenticated tool for marking one or more open anomalies resolved by anomaly_id.
Resources · 4
What Relin does and when agents should use it.
relin://guides/overview
How to connect a source and destination.
relin://guides/webhook-setup
Provider-specific setup notes for GitHub, Stripe, Shopify, Twilio, and SendGrid.
relin://guides/vendor-setup
How agents should triage failed delivery, anomalies, replay, and source safety.
relin://guides/operations
Prompts · 2
Plan or execute a Relin webhook setup for a vendor source, destination, and first test event.
Investigate delivery failures, duplicate attempts, provider retries, and open anomalies in Relin.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"relin": {
"url": "https://relin.app/mcp",
"transport": "streamable-http"
}
}
}