Marketing
leadmarina.com
A tool to discover, enrich, and verify local business leads for sales purposes.
ENDPOINT 1
https://leadmarina.com/api/mcp
MCP server metadata
- Name
- leadmarina
- Version
- 1.2.0
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
get_search_resultsFetch a search's leads with verification filled in as enrichment progresses.
Inferred read-onlyquery_leadsSearch 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-onlyexport_leadsPush 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-onlylist_searchesThe account's recent searches (id, niche, location, result count, when) — use a search_id with get_search_results or export_leads.
Inferred read-onlylist_viewsThe account's saved views from the leads table — each a named set of filters the user already built (e.
Inferred read-onlylist_integrationsWhich export destinations this account has connected (Close, GoHighLevel, Google Sheets) and whether each is ready to receive leads.
Inferred read-onlylist_automationsThe account's automations — saved searches that re-run on a schedule and export themselves.
Inferred read-onlycreate_automationCreate an automation: re-run a search on a schedule and send the results somewhere automatically.
Potential side effectsupdate_automationPause an automation (active=false) so it stops running and stops spending leads, or resume it (active=true).
Inferred read-onlyCONNECT 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.
leadmarina.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.