Potarix enricher
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind host (default 127.0.0.1) | 127.0.0.1 |
| PORT | No | HTTP bind port (default 8080) | 8080 |
| POTARIX_API | No | API base URL override (optional, default https://api.potarix.com/enricher) | https://api.potarix.com/enricher |
| POTARIX_API_KEY | Yes | Your Potarix API key (required for stdio mode) | |
| POTARIX_MCP_PATH | No | HTTP request path (default /mcp) | /mcp |
| POTARIX_MCP_TRANSPORT | No | Transport mode: stdio or http (default stdio) | stdio |
| POTARIX_MCP_ALLOWED_HOSTS | No | Comma-separated host allow-list for DNS-rebinding protection (optional) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_company_websiteA | Find the best website URL for a company name. Uses Potarix Enricher API credits. |
| find_person_emailA | Find a verified email for a named person at a company or domain. Uses Potarix Enricher API credits. |
| find_decision_maker_emailA | Find a likely decision maker and verified email for a domain. Uses Potarix Enricher API credits. |
| find_linkedin_emailA | Find a verified email from a LinkedIn profile URL. Uses Potarix Enricher API credits. |
| find_company_emailsA | Find public company email contacts for a domain. Uses Potarix Enricher API credits. |
| find_allA | 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. |
| check_balanceA | 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_creditsA | 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_checkoutA | Return a Stripe Checkout URL the human clicks once to add a card. After the human completes checkout, future |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| potarix-find-all-card | |
| potarix-topup-card |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Potarix/potarix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server