← Registry

Marketing

leadmarina.com

A tool to discover, enrich, and verify local business leads for sales purposes.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://leadmarina.com/api/mcp

No auth detected

MCP server metadata

Name
leadmarina
Version
1.2.0
Capabilities
tools
Server instructions

LeadMarina finds local-business leads with every contact verified (emails SMTP-checked; phones verified with line type + carrier). Typical flow: search_leads → poll get_search_results until enrichment is 'complete' → export_leads to the user's CRM (Close/GoHighLevel), Google Sheets, or an emailed CSV/Excel/JSON file. query_leads searches everything already collected (free — no leads spent); list_searches finds past search_ids. Searching/enriching spends leads from the account's monthly pool (get_balance). Exports update previously exported leads in place (Google CID identity) — they never duplicate and never touch the user's own CRM notes/columns.

Known tools 13

search_leads

Run a live search for local businesses by niche + city (e.

Inferred read-only
get_search_results

Fetch a search's leads with verification filled in as enrichment progresses.

Inferred read-only
enrich_domains

Already have businesses?

Inferred read-only
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.

Inferred read-only
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 LeadMarina created before), or a file — 'csv' | 'xlsx' | 'json' (emailed to the account owner + download link).

Inferred read-only
list_searches

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

Inferred read-only
get_balance

The account's remaining monthly leads and current plan.

Inferred read-only
list_views

The account's saved views from the leads table — each a named set of filters the user already built (e.

Inferred read-only
list_integrations

Which export destinations this account has connected (Close, GoHighLevel, Google Sheets) and whether each is ready to receive leads.

Inferred read-only
list_automations

The account's automations — saved searches that re-run on a schedule and export themselves.

Inferred read-only
create_automation

Create an automation: re-run a search on a schedule and send the results somewhere automatically.

Potential side effects
update_automation

Pause an automation (active=false) so it stops running and stops spending leads, or resume it (active=true).

Inferred read-only
delete_automation

Permanently delete an automation.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.leadmarina]
url = "https://leadmarina.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "leadmarina": {
      "type": "http",
      "url": "https://leadmarina.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: leadmarina
Remote MCP URL: https://leadmarina.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "leadmarina": {
      "url": "https://leadmarina.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "leadmarina": {
      "type": "http",
      "url": "https://leadmarina.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for leadmarina.com was fetched 2026-08-05T04:06:04.070Z and is being refreshed.

Trust status Neutral

leadmarina.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.