Skip to main content
ClaudeWave

MCP server for Enrichr — 50 billed utilities for AI agents. Get a free key at enrichrapi.dev.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · enrichrapi-mcp
Claude Code CLI
claude mcp add enrichrapi-mcp -- uvx enrichrapi-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "enrichrapi-mcp": {
      "command": "uvx",
      "args": ["enrichrapi-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# enrichrapi-mcp

<!-- mcp-name: io.github.crisjonblvx/enrichr-api -->

MCP (Model Context Protocol) server for [Enrichr](https://enrichrapi.dev) — exposes Enrichr's **50 billed utilities** to AI coding assistants like Claude Desktop, Cursor, VS Code, and any other MCP client.

> **One key. One install. Validate emails (syntax + MX, not mailbox), parse phones, geolocate IPs over HTTPS, decode JWTs, sign webhooks, parse cron expressions, convert currencies, generate QR codes, count LLM tokens, and the rest of the catalog.**

## Install

```bash
# uvx — recommended, no global install needed
uvx enrichrapi-mcp

# or pipx
pipx install enrichrapi-mcp
enrichrapi-mcp

# or pip in a venv
pip install enrichrapi-mcp
```

You'll need an Enrichr API key (free tier is 1,000 calls/month):

```bash
curl -X POST https://enrichrapi.dev/v1/account/signup \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com"}'
```

## Configure your MCP client

### Claude Desktop

Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or
`%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "enrichr": {
      "command": "uvx",
      "args": ["enrichrapi-mcp"],
      "env": {
        "ENRICHR_API_KEY": "enr_your_api_key"
      }
    }
  }
}
```

### Cursor / VS Code (Cline)

Same config under `cline.mcpServers` or via the MCP settings UI.

## Available tools (selected)

The server exposes 30+ MCP tools backed by the public Enrichr REST API. Highlights:

| Tool | What it does |
|------|--------------|
| `list_catalog` | Live billed catalog (`outbound_io_only` filter) |
| `call_enrichr` | Invoke any catalog or account path by name |
| `account_usage` | Remaining free-tier calls + prepaid balance |
| `account_options` | Whether purchases are live + top-up amount |
| `start_checkout` | Stripe Checkout URL for the server top-up |
| `enrich_email` | Syntax + optional MX DNS; disposable flags (not mailbox) |
| `enrich_email_batch` | Up to 100 emails; billed per item; MX deduped |
| `validate_domain` | Format + DNS A + MX (not mailbox) |
| `validate_domain_batch` | Up to 100 domains; billed per item |
| `enrich_phone` | E.164 normalization + line-type detection |
| `enrich_ip` | HTTPS country / region / city / ISP geolocation |
| `convert_currency` | ECB rates, daily |
| `convert_timezone` | DST-aware IANA timezone conversion |
| `convert_units` | length/weight/temp/area/volume |
| `validate_credit_card` | Luhn + network detection (number is never logged) |
| `validate_iban` | MOD-97 checksum, 77 countries |
| `validate_vat` | Live VIES check for EU VAT numbers |
| `check_password_breach` | HIBP k-anonymity, never sends plaintext |
| `count_llm_tokens` | tiktoken for OpenAI; approximations for 25+ other models |
| `jwt_decode` | Decode + optional HMAC verify (HS256/384/512) |
| `webhook_sign` | HMAC sign with templating (Stripe-style) |
| `webhook_verify` | Constant-time HMAC verify |
| `cron_next` | Next N runs of a 5-field cron / `@daily` etc. |
| `generate_qr` | base64 PNG + data URI |
| `generate_password` | secrets-module backed, with entropy estimate |
| `billing_portal` | Open a Stripe Billing Portal session |
| `rotate_api_key` | Atomically rotate the Enrichr key (old key revoked) |
| `signup` | Provision a new Enrichr API key |

Full endpoint list: <https://enrichrapi.dev/llms.txt>

## Pricing

- First **1,000 calls/month free**.
- After that: most endpoints **$0.00001/call** (QR, postal, profanity, address, classify, …); email/phone/IP $0.0001; VAT/IBAN $0.0005; contact cleaner $0.001/row.
- This API will not do mailbox SMTP, USPS/geocode, trained NLP, or unpublished latency SLOs.
- Pay only for what you use, billed via Stripe.
- Live catalog: <https://enrichrapi.dev/v1/catalog>

## Repository

Source lives at <https://github.com/crisjonblvx/enrichr-api> (subfolder `mcp/`).

## License

MIT

What people ask about enrichrapi-mcp

What is crisjonblvx/enrichrapi-mcp?

+

crisjonblvx/enrichrapi-mcp is mcp servers for the Claude AI ecosystem. MCP server for Enrichr — 50 billed utilities for AI agents. Get a free key at enrichrapi.dev. It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install enrichrapi-mcp?

+

You can install enrichrapi-mcp by cloning the repository (https://github.com/crisjonblvx/enrichrapi-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is crisjonblvx/enrichrapi-mcp safe to use?

+

Our security agent has analyzed crisjonblvx/enrichrapi-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains crisjonblvx/enrichrapi-mcp?

+

crisjonblvx/enrichrapi-mcp is maintained by crisjonblvx. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to enrichrapi-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy enrichrapi-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: crisjonblvx/enrichrapi-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crisjonblvx-enrichrapi-mcp)](https://claudewave.com/repo/crisjonblvx-enrichrapi-mcp)
<a href="https://claudewave.com/repo/crisjonblvx-enrichrapi-mcp"><img src="https://claudewave.com/api/badge/crisjonblvx-enrichrapi-mcp" alt="Featured on ClaudeWave: crisjonblvx/enrichrapi-mcp" width="320" height="64" /></a>

More MCP Servers

enrichrapi-mcp alternatives