Courier✓
io.github.trycourier/courier · v1.3.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.trycourier/courier",
"description": "Send notifications, manage templates, and configure integrations with Courier.",
"title": "Courier",
"repository": {
"url": "https://github.com/trycourier/courier-mcp",
"source": "github"
},
"version": "1.3.4",
"websiteUrl": "https://www.courier.com",
"icons": [
{
"src": "https://www.courier.com/favicon-96x96.png",
"mimeType": "image/png"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.courier.com",
"headers": [
{
"description": "Your Courier API key",
"isRequired": true,
"isSecret": true,
"name": "api_key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}