Email finder + verifier for AI agents: find work emails by name and company, check deliverability.
claude mcp add email-finder --transport http https://mcp.superagnt.com/mcp/email-finder
~/.cursor/mcp.json
{
"mcpServers": {
"email-finder": {
"url": "https://mcp.superagnt.com/mcp/email-finder"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"email-finder": {
"serverUrl": "https://mcp.superagnt.com/mcp/email-finder"
}
}
}
.vscode/mcp.json
{
"servers": {
"email-finder": {
"type": "http",
"url": "https://mcp.superagnt.com/mcp/email-finder"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"email-finder": {
"url": "https://mcp.superagnt.com/mcp/email-finder"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"email-finder": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.superagnt.com/mcp/email-finder"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.superagnt.com/mcp/email-finder | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.superagnt--email-finder/reviews or the review_server meta-tool.
POST /mcp