# com.catchintent/catchintent (remote · engine.catchintent.com)

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

- Trust score: 78/100 (medium)
- Change this week: +10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `engine.catchintent.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-catchintent-catchintent/engine.md), [page](https://verifymcp.io/servers/com-catchintent-catchintent/engine)

## Channel facts

- Endpoint: `https://engine.catchintent.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 978 tokens (~69/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-catchintent-catchintent https://engine.catchintent.com/mcp
```

### Codex

```toml
[mcp_servers.com-catchintent-catchintent]
url = "https://engine.catchintent.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-catchintent-catchintent": {
      "type": "remote",
      "url": "https://engine.catchintent.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-catchintent-catchintent --url https://engine.catchintent.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-catchintent-catchintent:
    url: "https://engine.catchintent.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-catchintent-catchintent": {
      "type": "http",
      "url": "https://engine.catchintent.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 76, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (14)

### `lead_search` (~86 tokens)

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

Input parameters:

- `page` (integer)
- `pageSize` (integer)
- `productId` (string)
- `search` (string)
- `status` (array)
- `warmth` (array)
- `workflowTag` (array)

### `lead_get` (~58 tokens)

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.

Input parameters:

- `leadId` (string, required)

### `lead_update_status` (~93 tokens)

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 handoff to an outreach tool / CRM.

Input parameters:

- `leadId` (string, required)
- `status` (string, required)

### `lead_regenerate_sequence` (~59 tokens)

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.

Input parameters:

- `instructions` (string)
- `leadId` (string, required)

### `lead_update_sequence` (~41 tokens)

Replace the lead's outreach sequence steps with edited versions (marks the sequence as edited).

Input parameters:

- `leadId` (string, required)
- `steps` (array, required)

### `lead_enrich` (~36 tokens)

Trigger full LinkedIn profile enrichment via Apify (~$0.002, idempotent).

Input parameters:

- `leadId` (string, required)

### `lead_push_to_crm` (~78 tokens)

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 as `pushed` once CRM confirms.

Input parameters:

- `leadIds` (array, required)
- `provider` (string)

### `workspace_usage` (~35 tokens)

Current workspace usage vs plan limits: leads delivered this billing period, team members, products, AI compute budget, daily/monthly caps.

### `workspace_icp_options` (~58 tokens)

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, never silently dropped.

Input parameters:

- `field` (string)

### `product_list` (~39 tokens)

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` (~79 tokens)

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/functions), plus offer, voice, and domain. Drives all AI scoring + outreach drafting for that product.

Input parameters:

- `productId` (string, required)

### `product_create` (~132 tokens)

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 set in the dashboard, not here. Brand fields are optional and can be filled later via product_update.

Input parameters:

- `competitors` (array)
- `description` (string)
- `domain` (string)
- `icp` (object)
- `keywords` (array)
- `name` (string, required)
- `offer` (object)
- `voice` (object)

### `product_update` (~146 tokens)

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 firmographics (industries/size/country) are set in the dashboard, not here. Reach labels are resolved strictly to canonical IDs; unknown values rejected.

Input parameters:

- `competitors` (array)
- `description` (string)
- `domain` (string)
- `icp` (object)
- `keywords` (array)
- `name` (string)
- `offer` (object)
- `productId` (string, required)
- `voice` (object)

### `product_delete` (~38 tokens)

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

Input parameters:

- `productId` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-catchintent-catchintent/engine#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 77
- 2026-08-01: 77
- 2026-07-31: 76
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://engine.catchintent.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-catchintent-catchintent/engine/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-catchintent-catchintent/engine/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-catchintent-catchintent/engine
