← catchintent.com

INDIVIDUAL MCP TOOL

lead_push_to_crm

Push leads to your connected CRM (HubSpot, Close, Pipedrive, Zoho).

catchintent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://engine.catchintent.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lead_push_to_crm and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

catchintent.com

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.catchintent]
url = "https://engine.catchintent.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: catchintent
Remote MCP URL: https://engine.catchintent.com/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": {
    "catchintent": {
      "url": "https://engine.catchintent.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • lead_search — Search leads in the workspace.
  • lead_get — Get full details of one lead: profile, discovery context (fit reason, pain hypothesis, role signals, disqualifiers), the AI-drafted outreach sequence (lead.outreach), warmth score, and status.
  • lead_update_status — Move a lead through the triage funnel.
  • lead_regenerate_sequence — Re-draft the lead's AI outreach sequence (LinkedIn/X steps).
  • lead_update_sequence — Replace the lead's outreach sequence steps with edited versions (marks the sequence as edited).
  • lead_enrich — Trigger full LinkedIn profile enrichment via Apify (~$0.002, idempotent).
  • workspace_usage — Current workspace usage vs plan limits: leads delivered this billing period, team members, products, AI compute budget, daily/monthly caps.
  • workspace_icp_options — Get the valid Seniority Level and Job Function labels for product targeting (the reach dimensions MCP can set; roles are free text).