Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.leadmarina/leadmarina

com.leadmarina/leadmarina

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

Uptime
100.0%
1 direct probes · 30d
Response
1557ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

search_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 t…

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…

enrich_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 se…

query_leads

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…

export_leads

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 LeadM…

list_searches

The account's recent searches (id, niche, location, result count, when) — use a search_id with get_search_results or export_leads.

get_balance

The account's remaining monthly leads and current plan.

list_views

The account's saved views from the leads table — each a named set of filters the user already built (e.g. 'Roofers with a mobile number'). Returns each view's filter conditions in the exact shape quer…

list_integrations

Which export destinations this account has connected (Close, GoHighLevel, Google Sheets) and whether each is ready to receive leads. Check this BEFORE export_leads or create_automation with a CRM dest…

list_automations

The account's automations — saved searches that re-run on a schedule and export themselves. Shows each one's niche, cities, cadence, destination, whether it's active, when it next runs, and how the la…

create_automation

Create an automation: re-run a search on a schedule and send the results somewhere automatically. Pass cities as plain strings (e.g. ['Austin, TX', 'Dallas, TX']) — they're resolved for you. IT SPENDS…

update_automation

Pause an automation (active=false) so it stops running and stops spending leads, or resume it (active=true). Pausing is the safe way to stop an automation you might want back — use delete_automation o…

delete_automation

Permanently delete an automation. This cannot be undone — confirm with the user first, and prefer update_automation with active=false if they only want it to stop for now. Leads already collected by p…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.leadmarina/leadmarina": {
      "url": "https://leadmarina.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}