# Prospector

Locates contact information for potential leads across various platforms. Streamlines sales outreach processes by automating the discovery of valid email addresses. Helps build high-quality prospect …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MyceliumLabs/prospector-mcp-email-finder

# Browse available tools
npx -y @smithery/cli@latest tool list MyceliumLabs/prospector-mcp-email-finder

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MyceliumLabs/prospector-mcp-email-finder verify_email

# Call a tool
npx -y @smithery/cli@latest tool call MyceliumLabs/prospector-mcp-email-finder verify_email '{}'
```

## Direct MCP Connection

Endpoint: `https://prospector-mcp-email-finder--myceliumlabs.run.tools`

**Optional config:**
- `PROSPECTOR_API_KEY` (query) — Optional API key for usage tracking
- `PROSPECTOR_TIER` (query) — Usage tier: free (50/day), pro (500/day), business (2000/day)

## Tools (5)

- `verify_email` — Verify if an email address is valid and deliverable. Performs DNS MX lookup, SMTP handshake (without sending email), ca…
- `verify_emails_batch` — Verify multiple email addresses in a single batch (max 25). Returns verification status and confidence score for each. …
- `find_emails` — Find email addresses for a business. Scrapes their website for contact info, generates pattern-based candidates from a …
- `check_domain` — Quick check if a domain can receive email. Verifies DNS MX records exist and detects catch-all servers. Does not count …
- `usage_stats` — Check your current daily usage quota. Shows verifications used today, remaining allowance, pricing tier, and reset time.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MyceliumLabs/prospector-mcp-email-finder <tool-name>
```

## Resources

- `prospector://usage` — Current usage statistics including verifications used today, remaining quota, and tier information.

## Prompts (1)

- `find-business-emails` — Find and verify email addresses for a business. Provide a domain and optionally a contact name to generate pattern-base…
