Potarix Enricher
Description
# potarix-enricher An [agent skill](https://skills.sh) for the [Potarix Enricher](https://enricher.potarix.com) API. Find a company's website and verified work emails for people or whole companies from just a name, a LinkedIn URL, or a role. Built for agents: an agent can mint…
About
# potarix-enricher An [agent skill](https://skills.sh) for the [Potarix Enricher](https://enricher.potarix.com) API. Find a company's website and verified work emails for people or whole companies from just a name, a LinkedIn URL, or a role. Built for agents: an agent can mint its own API key over HTTP with no…
Details
- Author
- Potarix
- Downloads
- 104
- Categories
- Other
Jump to
- Company name to official website
- Person name and company to verified work email
- Decision-maker by role (CEO, Sales, Ops) to email
- Domain to company‑wide email roster
- find-all resolves everything in one call
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Potarix EnricherCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with npx skills add potarix/potarix-enricher. Then ask your agent for a company website, a person’s email, or a decision-maker by role. The agent reads SKILL.md, mints or reuses a POTARIX_API_KEY, and calls the appropriate endpoint.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"potarix enricher": {
"potarix-enricher": {
"url": "https://api.potarix.com/mcp",
"headers": {
"Authorization": "Bearer ptk_live_YOUR_KEY"
}
}
}
}
}
McpServers
{
"potarix-enricher": {
"url": "https://api.potarix.com/mcp",
"headers": {
"Authorization": "Bearer ptk_live_YOUR_KEY"
}
}
}
potarix-enricher
An agent skill for the Potarix Enricher API.
Find a company's website and verified work emails for people or whole companies from just a name, a LinkedIn URL, or a role. Built for agents: an agent can mint its own API key over HTTP with no browser. New accounts get 25 free trial credits, and lookups that return no result are never charged.
What it does
- Company name to official website
- Person's name + company (or LinkedIn URL) to verified work email
- Decision-maker by role (ceo, sales, ops) at a domain to email
- Domain to a company-wide email roster
- find-all: resolve everything in one call
Install
npx skills add potarix/potarix-enricher
This drops the skill into your agent's skills directory (.claude/skills/, .agents/skills/, or the equivalent for your tool). Use -g to install globally.
Usage
Once installed, just ask your agent for what you need, for example "find the CEO's email at acme.com" or "find the website for Tycho". The agent reads SKILL.md, mints or reuses a POTARIX_API_KEY, and calls the right endpoint.
See SKILL.md for the full agent instructions, references/endpoints.md for the per-endpoint request/response reference, and references/openapi.yaml for the OpenAPI 3.1 spec.
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



