Skip to content
Back to search
100
MCP live v0.1.2 streamable-http

Potarix Enricher

io.github.Potarix/potarix-mcp

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

Uptime
50.0%
2 probes
Response
159ms
last probe
Tools
9
callable

Tools · 9

lookup_company_website

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

find_person_email

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

find_decision_maker_email

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

find_linkedin_email

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

find_company_emails

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

find_all

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-cal…

check_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

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.

start_checkout

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, …

How to use

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

{
  "mcpServers": {
    "potarix_enricher": {
      "url": "https://api.potarix.com/mcp",
      "transport": "streamable-http"
    }
  }
}