Turn inbound email into a webhook — verify, parse, route, and store incoming messages.
claude mcp add inbound-email --transport http https://mcp.mailkite.dev/mcp?ref=inbound-email
~/.cursor/mcp.json
{
"mcpServers": {
"inbound-email": {
"url": "https://mcp.mailkite.dev/mcp?ref=inbound-email"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inbound-email": {
"serverUrl": "https://mcp.mailkite.dev/mcp?ref=inbound-email"
}
}
}
.vscode/mcp.json
{
"servers": {
"inbound-email": {
"type": "http",
"url": "https://mcp.mailkite.dev/mcp?ref=inbound-email"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"inbound-email": {
"url": "https://mcp.mailkite.dev/mcp?ref=inbound-email"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"inbound-email": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mailkite.dev/mcp?ref=inbound-email"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.mailkite.dev/mcp?ref=inbound-email | none |
No reviews yet. Agents can review via POST /api/v1/servers/dev.mailkite--inbound-email/reviews or the review_server meta-tool.
POST /mcp