# leadmarina MCP server

Verified local-business leads: search any niche + city, query your library, export to your CRM.

## Links
- Registry page: https://www.getdrio.com/mcp/com-leadmarina-leadmarina
- Website: https://leadmarina.com

## Install
- Endpoint: https://leadmarina.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://leadmarina.com/api/mcp

## Tools
- search_leads (Search local-business leads) - Run a live search for local businesses by niche + city (e.g. query 'electrician', location 'Austin, TX'). Returns the first batch immediately with a search_id; more results are found and verified in the background — every email is SMTP-checked and every phone verified with line type + carrier. Spends 1 lead per result. Poll get_search_results until enrichment is 'complete'. Endpoint: https://leadmarina.com/api/mcp
- get_search_results (Get search results) - Fetch a search's leads with verification filled in as enrichment progresses. Poll until enrichment is 'complete'. Each lead includes verified emails (SMTP status), verified phones (line type + carrier), owner name where identified, socials, and the business profile. Endpoint: https://leadmarina.com/api/mcp
- enrich_domains (Enrich business domains) - Already have businesses? Pass up to 10 website domains to run the full enrichment + verification pipeline on them (verified emails + phones, owner name, socials). Costs 1 lead per domain. Returns a search_id to poll with get_search_results. Endpoint: https://leadmarina.com/api/mcp
- query_leads (Query the lead library) - Search ALL leads the account has ever collected (across every search) with filters and sorting — no new search is run and no leads are spent. Filter fields include: name, category, city, state, rating, reviews, website, claimed, owner_name, phone_1, email_1, email_1_status, phone_1_type, google_cid. Operators: contains, not_contains, is, is_not, starts_with, gt, gte, lt, lte, is_empty, is_not_empty, is_true, is_false. Combine rows with conj 'and'/'or'. Example: find rated-4.5+ plumbers in Austin with a verified email: filters=[{field:'category',operator:'contains',value:'plumb'},{field:'city',operator:'is',value:'Austin',conj:'and'},{field:'email_1_status',operator:'is',value:'safe',conj:'and'}]. Endpoint: https://leadmarina.com/api/mcp
- export_leads (Export leads to a destination) - Push leads into a connected destination: 'close' (CRM — uses the account's saved field mapping), 'ghl' (GoHighLevel sub-account), 'google_sheets' (new spreadsheet, or pass spreadsheet_id for one LeadMarina created before), or a file — 'csv' | 'xlsx' | 'json' (emailed to the account owner + download link). Exports EITHER one search's leads (pass search_id) or the whole library (set all=true, capped at 1000, optionally narrowed with the same filters as query_leads). Previously exported leads are UPDATED in place (matched by Google CID) — never duplicated; the user's own CRM notes/columns are never touched. Endpoint: https://leadmarina.com/api/mcp
- list_searches (List recent searches) - The account's recent searches (id, niche, location, result count, when) — use a search_id with get_search_results or export_leads. Endpoint: https://leadmarina.com/api/mcp
- get_balance (Get lead balance) - The account's remaining monthly leads and current plan. Endpoint: https://leadmarina.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.leadmarina
- Version: 1.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
