# Potarix Enricher (remote · api.potarix.com)

Find company websites and verified business emails through the Potarix Enricher API.

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

## Components

- remote · `api.potarix.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/potarix-potarix-mcp/api.md), [page](https://verifymcp.io/servers/potarix-potarix-mcp/api)

## Channel facts

- Endpoint: `https://api.potarix.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.2`

## 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**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 934 tokens (~84/item across 11 items; 9 tools + 2 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**: 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.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http potarix-potarix-mcp https://api.potarix.com/mcp
```

### Codex

```toml
[mcp_servers.potarix-potarix-mcp]
url = "https://api.potarix.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add potarix-potarix-mcp --url https://api.potarix.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  potarix-potarix-mcp:
    url: "https://api.potarix.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "potarix-potarix-mcp": {
      "type": "http",
      "url": "https://api.potarix.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-02 (score 71, +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 70, +5)

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

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

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

### 2026-07-29 (score 64, +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 63, +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 62)

First indexed and scored.

## MCP tools (9)

### `lookup_company_website` (~65 tokens)

Look Up Company Website

Find the best website URL for a company name. Uses Potarix Enricher API credits.

Input parameters:

- `company_name` (string, required): Company name, such as 'Stripe Inc.'.
- `context` (string): Optional disambiguation hint, such as location or industry.

### `find_person_email` (~110 tokens)

Find Person Email

Find a verified email for a named person at a company or domain. Uses Potarix Enricher API credits.

Input parameters:

- `company_name` (string): Company name, used when a domain is not known.
- `domain` (string): Company domain, such as 'stripe.com'.
- `first_name` (string): First name, if known.
- `full_name` (string): Full name, if first and last are not split.
- `last_name` (string): Last name, if known.

### `find_decision_maker_email` (~72 tokens)

Find Decision Maker Email

Find a likely decision maker and verified email for a domain. Uses Potarix Enricher API credits.

Input parameters:

- `category` (string, required): Decision maker category, such as 'ceo', 'sales', or 'operations'.
- `domain` (string, required): Company domain, such as 'stripe.com'.

### `find_linkedin_email` (~43 tokens)

Find LinkedIn Email

Find a verified email from a LinkedIn profile URL. Uses Potarix Enricher API credits.

Input parameters:

- `linkedin_url` (string, required): LinkedIn profile URL.

### `find_company_emails` (~44 tokens)

Find Company Emails

Find public company email contacts for a domain. Uses Potarix Enricher API credits.

Input parameters:

- `domain` (string, required): Company domain, such as 'stripe.com'.

### `find_all` (~163 tokens)

Find All Company Data

Kitchen-sink: resolve a company's website, find decision-maker emails for the categories you request, and pull the company-wide email roster — all in one call. Pricing is the sum of underlying sub-calls; see /find-all docs. Uses Potarix Enricher API credits.

Input parameters:

- `company_name` (string, required): Company name, such as 'Stripe Inc.'.
- `context` (string): Optional disambiguation hint passed through to website resolution.
- `dm_categories` (array): Decision-maker role categories (e.g. 'ceo', 'sales', 'operations'). Defaults to ceo + sales + operations. Capped at 6.
- `skip_company_emails` (boolean): Skip the company-wide email scrape to save credits. Defaults to false.

### `check_balance` (~45 tokens)

Check Potarix Balance

Show the calling key's profile: email, credits remaining, total purchased, whether a card is on file, and how many active API keys exist. Free — does not consume credits.

### `topup_credits` (~81 tokens)

Top Up Potarix Credits

Buy a credit pack. Charges the saved card off-session if one is on file (returns immediately on success). If no card is saved yet, run `start_checkout` first to capture one.

Input parameters:

- `tier_key` (string, required): Credit pack: '1k' ($10), '5k' ($50), or '25k' ($250).

### `start_checkout` (~88 tokens)

Start Potarix Checkout (one-time card capture)

Return a Stripe Checkout URL the human clicks once to add a card. After the human completes checkout, future `topup_credits` calls are silent off-session charges. Hand the returned `url` to the user, do not try to follow it yourself.

Input parameters:

- `tier_key` (string, required): Credit pack to purchase on first checkout: '1k', '5k', or '25k'.

## Diagnostics

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

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 70
- 2026-07-31: 70
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://api.potarix.com/mcp
- Repository: https://github.com/Potarix/potarix-mcp
- Changelog RSS feed: https://verifymcp.io/servers/potarix-potarix-mcp/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/potarix-potarix-mcp/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/potarix-potarix-mcp/api
