- Home
- MCP servers
- Convoy
Convoy
- typescript
0
GitHub Stars
typescript
Language
3 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"subomi-convoy-mcp-typescript": {
"command": "npx",
"args": [
"@subomi/convoy-mcp-typescript",
"start",
"--bearer-auth",
"..."
]
}
}
}You can run an MCP server for Convoy to expose its fast, secure webhooks proxy API to MCP clients. This setup lets you start Convoy’s MCP server locally or in your environment and connect via MCP clients using bearer authentication.
How to use
Start the Convoy MCP server from your environment and connect your MCP clients to it. Use bearer authentication to secure access. When the server is running, MCP clients can discover and interact with Convoy through the standard MCP workflow.
Available tools
MCP Inspector
Official MCP Inspector tool used to debug and inspect MCP servers by running the inspector against your local MCP server.