- Potarix Enricher
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
Server Config
{
"mcpServers": {
"potarix-enricher": {
"url": "https://api.potarix.com/mcp",
"headers": {
"Authorization": "Bearer ptk_live_YOUR_KEY"
}
}
}
}