# dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper (remote · cf-worker.selbyventurecap.workers.dev)

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.

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

## Components

- remote · `cf-worker.selbyventurecap.workers.dev`: 58/100 (this document), [markdown](https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker.md), [page](https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker)

## Channel facts

- Endpoint: `https://cf-worker.selbyventurecap.workers.dev/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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 974 tokens (~974/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 dev-workers-selbyventurecap-cf-worker-apollo-sal https://cf-worker.selbyventurecap.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-workers-selbyventurecap-cf-worker-apollo-sal]
url = "https://cf-worker.selbyventurecap.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-workers-selbyventurecap-cf-worker-apollo-sal": {
      "type": "remote",
      "url": "https://cf-worker.selbyventurecap.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-workers-selbyventurecap-cf-worker-apollo-sal --url https://cf-worker.selbyventurecap.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-workers-selbyventurecap-cf-worker-apollo-sal:
    url: "https://cf-worker.selbyventurecap.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-workers-selbyventurecap-cf-worker-apollo-sal": {
      "type": "http",
      "url": "https://cf-worker.selbyventurecap.workers.dev/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-02 (score 58, +1)

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

### 2026-07-31 (score 57, −1)

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

### 2026-07-30 (score 58, +1)

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

### 2026-07-29 (score 57, +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 56, +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 55)

First indexed and scored.

## MCP tools (1)

### `apollo_to_salesforce_lead` (~772 tokens)

Apollo → Salesforce Lead Mapper

Maps an Apollo contact payload to a Salesforce Lead object. Accepts the full Apollo CSV export column set. Strict-fail if FirstName, LastName, or Phone cannot be resolved. All other Salesforce fields are populated when source data is present, silently omitted otherwise. Returns a Deterministic Receipt (task_id, verdict, confidence, diff[]) embedded in every non-FAIL response.

Input parameters:

- `account_name` (string): Apollo 'Account Name' column → Company.
- `annual_revenue` (string): Annual revenue string, e.g. '$1.2M', '500000' → AnnualRevenue (number).
- `cell` (string): Primary phone (legacy key). Accepts E.164, 10-digit US, formatted strings.
- `city` (string): City → City.
- `company` (string): Company name → Company.
- `company_website` (string): Apollo 'Company Website' → Website.
- `country` (string): Country → Country.
- `departments` (string): Apollo departments string → Description.
- `email` (string): Contact email → Email.
- `employees` (string|number): Alternate employees key.
- `estimated_annual_revenue` (string): Apollo estimated revenue → AnnualRevenue.
- `first_name` (string): First name (Apollo split export). Use with last_name instead of full_name.
- `full_name` (string): Full name — must have ≥2 whitespace-separated tokens. Use this OR provide first_name + last_name. Example: 'Jane Doe'
- `headline` (string): LinkedIn headline captured by Apollo → Description.
- `industry` (string): Industry → Industry.
- `job_title` (string): Apollo 'Job Title' column → Title.
- `keywords` (string): Apollo keywords/tags → Description.
- `last_name` (string): Last name (Apollo split export). Use with first_name instead of full_name.
- `lead_source` (string): Lead source string → LeadSource (mapped to Salesforce picklist values).
- `linkedin` (string): Alternate LinkedIn key → LinkedIn__c.
- `linkedin_url` (string): LinkedIn profile URL → LinkedIn__c.
- `mobile_phone` (string): Apollo 'Mobile Phone' column. Maps to MobilePhone if a primary phone exists.
- `num_employees` (string|number): Alternate employees key.
- `number_of_employees` (string|number): Employee count or range (e.g. '500-1000') → NumberOfEmployees.
- `organization` (string): Apollo 'Organization' column → Company.
- `person_city` (string): Apollo 'Person City' column → City.
- `person_country` (string): Apollo 'Person Country' → Country.
- `person_postal_code` (string): Apollo 'Person Postal Code' → PostalCode.
- `person_state` (string): Apollo 'Person State' column → State.
- `phone` (string): Apollo 'Phone' column — alternate primary phone key.
- `postal_code` (string): ZIP / postal code → PostalCode.
- `prop_addr` (string): Full property address string (legacy v1 key) → PropertyAddress.
- `seniority` (string): Apollo seniority level → Description.
- `source` (string): Apollo 'Source' column → LeadSource.
- `state` (string): State / province → State.
- `street` (string): Street address → Street.
- `title` (string): Job title → Title.
- `twitter_url` (string): Twitter/X URL → Twitter__c.
- `website` (string): Company website → Website.
- `work_phone` (string): Apollo 'Work Phone' column — lowest-priority fallback.
- `zip` (string): Alternate ZIP key → PostalCode.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 58
- 2026-07-29: 57
- 2026-07-28: 56
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://cf-worker.selbyventurecap.workers.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper/cf-worker
