Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay
claude mcp add verifly --transport http https://verifly.email/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"verifly": {
"url": "https://verifly.email/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"verifly": {
"serverUrl": "https://verifly.email/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"verifly": {
"type": "http",
"url": "https://verifly.email/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"verifly": {
"url": "https://verifly.email/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"verifly": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://verifly.email/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://verifly.email/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/email.verifly--verifly/reviews or the review_server meta-tool.
POST /mcp