INDIVIDUAL MCP TOOL
get_search_results
Fetch a search's leads with verification filled in as enrichment progresses.
LIVE ENDPOINT
https://leadmarina.com/api/mcp
Connect to this endpoint to inspect the live schema for get_search_results and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_leads— Run a live search for local businesses by niche + city (e.enrich_domains— Already have businesses?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.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).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.list_integrations— Which export destinations this account has connected (Close, GoHighLevel, Google Sheets) and whether each is ready to receive leads.