Skip to main content
Glama
Potarix

Potarix enricher

Official
by Potarix

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP bind host (default 127.0.0.1)127.0.0.1
PORTNoHTTP bind port (default 8080)8080
POTARIX_APINoAPI base URL override (optional, default https://api.potarix.com/enricher)https://api.potarix.com/enricher
POTARIX_API_KEYYesYour Potarix API key (required for stdio mode)
POTARIX_MCP_PATHNoHTTP request path (default /mcp)/mcp
POTARIX_MCP_TRANSPORTNoTransport mode: stdio or http (default stdio)stdio
POTARIX_MCP_ALLOWED_HOSTSNoComma-separated host allow-list for DNS-rebinding protection (optional)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_checkout first to capture one.

start_checkoutA

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, do not try to follow it yourself.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
potarix-find-all-card
potarix-topup-card

Latest Blog Posts

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