Convoy Connector for AI agents.
26 live capabilities
Manage webhook infrastructure and event delivery through natural language.
Waiting for input…
Why people use Convoy
Convoy Webhook Management for DevOps Teams
With Convoy, you just tell your agent what needs to happen. Whether you are creating a new destination, pausing a live feed, or debugging a failed delivery, it happens in the same window where you are already coding. You get a clean, conversational way to handle infrastructure.
What Vinkius changes
You get a hands-free way to manage webhook infrastructure using only natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Maintenance Window Toggles
An engineer needs to take a service offline for 10 minutes.
- Real-world use case 02
Rapid Bulk Onboarding
A developer just launched a new product and needs to register 50 new webhook URLs.
- Real-world use case 03
Deep Delivery Debugging
An SRE notices a spike in errors.
Complete set · 26capabilities
The complete Convoy capability set.
These are the exact actions your AI can choose when you ask it to work with Convoy.
01—04
4 capabilities in this set.
Part of 26 available through Convoy.
- 01 Capability
Bulk create filters
Create multiple filters for a subscription in one go to save time. This simplifies complex routing setups.
- 02 Capability
Create event type
Define a new category of events for your webhook system. This helps organize your event types for better filtering.
- 03 Capability
Import event types
Pull in your event definitions directly from an OpenAPI spec. This saves you from manually typing out event schemas.
- 04 Capability
Activate endpoint
Turn a paused endpoint back on to resume traffic. This is the quickest way to finish your maintenance window.
05—08
4 capabilities in this set.
Part of 26 available through Convoy.
- 05 Capability
Batch retry event deliveries
Retry multiple failed event deliveries at once to ensure data consistency. This helps clear backlogs without manual intervention.
- 06 Capability
Broadcast event
Send a single event to every endpoint that matches your criteria. It is the fastest way to reach all matching subscribers.
- 07 Capability
Bulk onboard
Add multiple endpoints and subscriptions to your project simultaneously. It eliminates the need for repetitive manual entries.
- 08 Capability
Create endpoint
Set up a new webhook destination with specific project parameters. You can define the URL and metadata in one step.
09—12
4 capabilities in this set.
Part of 26 available through Convoy.
- 09 Capability
Create event
Generate a new event to be dispatched across your infrastructure. Use this to trigger specific actions in your pipeline.
- 10 Capability
Create filter
Set up a specific filter to route events to the right subscribers. This ensures only relevant data reaches your endpoints.
- 11 Capability
Create portal link
Generate a link for users to manage their own webhook settings. This empowers your users with self-service options.
- 12 Capability
Create source
Establish a new source for your webhook events. This defines where your event data originates.
13—16
4 capabilities in this set.
Part of 26 available through Convoy.
- 13 Capability
Create subscription
Link a specific endpoint to an event type with custom filters. This is the core of your webhook routing logic.
- 14 Capability
Delete endpoint
Remove an old or decommissioned webhook destination. Use this to keep your project clean of unused endpoints.
- 15 Capability
Dynamic event
Create an event that adapts based on the data it carries. This is useful for flexible, data-driven event types.
- 16 Capability
Fanout event
Send an event to multiple different endpoints at the same time. It is perfect for multi-service notifications.
17—20
4 capabilities in this set.
Part of 26 available through Convoy.
- 17 Capability
Get delivery attempt
Look up the specific details of a single delivery try. Use this to see exactly why a specific packet failed.
- 18 Capability
Get endpoint
Fetch the current configuration and status of a specific endpoint. This gives you a quick snapshot of your setup.
- 19 Capability
List delivery attempts
See all delivery results for a specific event. Use this to monitor the health of your outgoing notifications.
- 20 Capability
List endpoints
View every webhook destination currently active in your project. This gives you a high-level view of your infrastructure.
21—23
3 capabilities in this set.
Part of 26 available through Convoy.
- 21 Capability
List event deliveries
Check the history of events sent across your system. Use this to audit your event flow over time.
- 22 Capability
List meta events
Review the internal metadata events for your infrastructure. This is helpful for deep debugging of the system.
- 23 Capability
List subscriptions
See all active subscriptions and their routing rules. Use this to verify how your data is being distributed.
24—26
3 capabilities in this set.
Part of 26 available through Convoy.
- 24 Capability
Pause endpoint
Temporarily stop traffic to an endpoint for maintenance. It prevents your app from receiving data while it is down.
- 25 Capability
Retry event delivery
Manually trigger a retry for a specific failed delivery. Use this to fix individual issues without restarting the whole batch.
- 26 Capability
Update endpoint
Modify the details of an existing webhook destination. Use this to change URLs or metadata on the fly.
Set up in minutes
One URL. Then ask Convoy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Convoy from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Convoy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Convoy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Convoy URL.
- Step 03
Save and start
Save the connection and enable Convoy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"convoy": {
"url": "https://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Convoy
Open Agent mode in chat and ask: "Using Convoy, help me...". 26 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"convoy": {
"url": "https://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Convoy
Ask Copilot: "Using Convoy, help me...". 26 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"convoy": {
"url": "https://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Convoy
Open Cascade and ask: "Using Convoy, help me...". 26 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"convoy": {
"url": "https://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Convoy
Ask Cline: "Using Convoy, help me...". 26 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add convoy --transport http "https://edge.vinkius.com/vk_preview_pACxCKSpV9m8EHUh3B3D0acuTTjU5hz9mILWeJhz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Convoy
Ask Claude: "Using Convoy, show me...". 26 tools are ready
Where the request belongs
Work Convoy can move forward.
This is for the engineer who is tired of manual webhook configuration and wants to automate the lifecycle of their event-driven architecture.
DevOps Engineer
Toggling endpoint states during maintenance windows without logging into a separate console.
Backend Developer
Triggering test events and creating new subscriptions while staying inside the IDE.
SRE
Inspecting delivery attempts to quickly identify and resolve upstream failures.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHookdeck (Webhook Gateway)
Manage your webhook infrastructure via Hookdeck. monitor connections, route events, and control sources directly from any AI agent.
Svix
Manage your webhook infrastructure via Svix. orchestrate applications, configure endpoints, and monitor message delivery directly from any AI agent.
Hookdeck
Manage and monitor webhooks with Hookdeck. list connections, create sources, and control event routing directly from your AI agent.
Webhook.site
Test and debug webhooks and HTTP requests. Create custom URLs, inspect incoming payloads, and automate responses via AI.
Zeplo (Queue & Background Job API)
Schedule, queue, and manage background jobs and webhooks via Zeplo directly from your AI agent.
UnifyApps
Automate integration workflows via UnifyApps. monitor execution logs, check active flows, audit connections, and list configured AI agents autonomously.
Bring your own AI
Change the model, client or framework. Keep Convoy connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Convoy.
The practical details behind the request, access and result.
What is Convoy MCP for?
Convoy is an Connector that allows your AI agent to manage your webhook infrastructure. You can create, pause, and monitor webhooks using natural language instead of clicking through a dashboard.
Can I use Convoy to pause webhooks during maintenance?
Yes, you can tell your agent to pause specific endpoints instantly. This prevents your application from receiving data while you are performing updates or troubleshooting.
How do I debug failed webhooks with Convoy?
You can ask your agent to list delivery attempts for a specific event. It will pull the metadata for you, showing exactly why a delivery failed, such as a timeout or a 500 error.
Can I import my events from an API spec?
Yes, Convoy supports importing event types directly from an OpenAPI specification. This allows you to sync your entire event schema without manual entry.
Can I create multiple webhooks at once?
You can use bulk onboarding to create dozens of endpoints and subscriptions in a single request. This is much faster than creating them one by one.
Does Convoy handle event routing?
Yes, it manages the routing logic for your webhooks. You can set up specific filters and subscriptions to ensure that only the correct data reaches each endpoint.
Can I pause a specific endpoint if it's failing?
Yes! Use the pause_endpoint capability with the Project ID and Endpoint ID. You can later use activate_endpoint to resume traffic once the issue is resolved.
How do I send a webhook to multiple destinations at once?
Use the broadcast_event capability. It will send the event payload to all endpoints in your project that match the specified event type.
Can I see all endpoints configured in my project?
Simply run the list_endpoints capability with your Project ID. It will return a list of all endpoints, including their names, URLs, and current statuses.
One connection away
Give your agent a direct line to Convoy.
Connect Convoy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available