Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

com.catchintent/catchintent

com.catchintent/catchintent

The intent layer for B2B outbound. Find, triage, and act on warmth-scored leads.

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

Tools · 14

lead_search

Search leads in the workspace. A lead is always a person discovered on LinkedIn. Filter by warmth, status, or text.

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. Valid transitions: NEW → SEEN/SAVED/PUSHED/ARCHIVED, SEEN ↔ SAVED, SAVED → PUSHED/ARCHIVED, PUSHED → ARCHIVED, ARCHIVED → SEEN. PUSHED is irreversible — it marks…

lead_regenerate_sequence

Re-draft the lead's AI outreach sequence (LinkedIn/X steps). Optional instructions steer the rewrite. Capped per lead — edit directly once the cap is hit.

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).

lead_push_to_crm

Push leads to your connected CRM (HubSpot, Close, Pipedrive, Zoho). Each lead becomes a contact / deal in the destination. Lead status does not change automatically — call lead_update_status to mark a…

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). Call this before product_update — unknown labels are rejected, neve…

product_list

List every product/brand tracked by this workspace. Each product has its own brand profile, audience, and leads. Returns id, name, and timestamps.

product_get

Resolved brand profile for a product, returned as nested sections with human-readable labels: sell (name/description/keywords/competitors/offer), fit (company firmographics), reach (roles/seniority/fu…

product_create

Create a new product. You can set sell (name/description/keywords/competitors), the structured offer, voice, and reach (roles/seniority/functions). Company firmographics (industries/size/country) are …

product_update

Update a product. Partial — only provided fields change. You can set sell (name/description/keywords/competitors), the structured offer, voice, and reach (roles/seniority/functions). Company firmograp…

product_delete

Delete a product. Fails only if it's the workspace's only product. Its audience and leads cascade-delete.

How to use

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

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