Server data from the Official MCP Registry
Find company websites and verified business emails through the Potarix Enricher API.
Find company websites and verified business emails through the Potarix Enricher API.
Valid MCP server (4 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: POTARIX_API_KEY
Environment variable: POTARIX_API
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-potarix-potarix-mcp": {
"env": {
"POTARIX_API": "your-potarix-api-here",
"POTARIX_API_KEY": "your-potarix-api-key-here"
},
"args": [
"-y",
"potarix-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Tiny MCP wrapper for Potarix Enricher. It lets AI agents find company websites and verified business emails from the same places they already discover tools.
lookup_company_website - company name to website URLfind_person_email - named person plus company or domain to verified emailfind_decision_maker_email - category plus domain to likely buyer emailfind_linkedin_email - LinkedIn profile URL to verified emailfind_company_emails - domain to public company contactsThese tools call the Potarix Enricher API and use account credits.
npm install -g potarix-mcp
Or run it without a global install:
npx -y potarix-mcp
Set your Potarix API key:
export POTARIX_API_KEY=ptk_live_your_key
Optional:
export POTARIX_API=https://api.potarix.com/enricher
{
"mcpServers": {
"potarix": {
"command": "npx",
"args": ["-y", "potarix-mcp"],
"env": {
"POTARIX_API_KEY": "ptk_live_your_key"
}
}
}
}
claude mcp add potarix npx -- -y potarix-mcp
Then add POTARIX_API_KEY to the environment where Claude Code runs.
npm install
npm run build
npm run smoke
This repo includes server.json for the official MCP Registry.
Publishing steps:
npm publish
mcp-publisher login github
mcp-publisher publish
The package mcpName in package.json must match server.json:
io.github.Potarix/potarix-mcp
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.