Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Svix

Svix

Svix is an enterprise-ready webhooks service that enables developers to send webhooks reliably and securely.

106VIEWS
3USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app svixnpx @composio/cli add cursor --app svixnpx @composio/cli add cursor --app svixnpx @composio/cli add cursor --app svix

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Application

Tool to create a new svix application. use when you need to register an application with specific settings.

Delete Svix Application

Tool to delete an application by its id. use when you need to permanently remove a svix application after confirming its id.

Get Application

Tool to retrieve details of a specific svix application by its id. use when you need application metadata after authenticating with svix.

List Applications

Tool to list all applications. use when you need to retrieve or paginate through your svix applications.

Update Svix Application

Tool to update an existing svix application by id. use when you need to modify properties like name, rate limit, uid, or metadata. call after confirming the correct app id.

Get Attempt Details

Tool to retrieve details of a specific message attempt. use after confirming app id, msg id, and attempt id.

List Message Attempts

Tool to list all delivery attempts for a specific message. use after confirming message id to debug attempts.

Create Endpoint

Tool to create a new svix webhook endpoint. use after obtaining the app id to register your webhook receiver url.

Delete Endpoint

Tool to delete an endpoint. use when you need to remove a specific endpoint after confirming its application and endpoint ids.

Get Endpoint

Tool to retrieve details of a specific endpoint. use after confirming app id and endpoint id.

List Endpoints

Tool to list all endpoints for a specific application. use after obtaining the application id to retrieve its endpoints.

Patch Endpoint

Tool to partially update an endpoint’s configuration. use when you need to adjust endpoint settings without full replacement.

Patch Endpoint Headers

Tool to partially update headers for a specific endpoint. use when you need to add, modify, or remove custom headers after endpoint creation.

Recover Failed Webhooks

Tool to recover messages that failed to send to an endpoint. use when you need to retry webhook delivery for failed events after identifying delivery failures.

Replay Missing Webhooks

Tool to replay missing webhooks for a specific endpoint. use when some webhooks failed or were lost and need to be resent.

Get Endpoint Secret

Tool to retrieve the secret for a specific endpoint. use after confirming app id and endpoint id.

Rotate Endpoint Secret

Tool to rotate the signing secret key for an endpoint. use when you need to invalidate the current secret and generate or supply a new one. call after confirming app id and endpoint id.

Send Example Message

Tool to send a test message for a specific event type to an endpoint. use after setting up an endpoint to verify its configuration.

Get Endpoint Stats

Tool to retrieve basic statistics for a specific endpoint. use after confirming app id and endpoint id.

Get Endpoint Transformation

Tool to retrieve transformation settings for a specific endpoint. use after confirming app id and endpoint id.

20 actions available