Multi-source entity enrichment: company data, contacts, email verification, and phone validation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Open-source Model Context Protocol servers by Opafex. Each server is a standalone npm package usable with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
| Package | Description | Status |
|---|---|---|
@opafex/mcp-enrichment | Company, contact, email & phone enrichment via Clearbit, Hunter.io, Twilio | Available |
@opafex/mcp-file-processor | Document text extraction, keyword detection, chunking | Available |
@opafex/mcp-web-research | Web search, page fetch, research synthesis | Planned |
@opafex/mcp-approval-queue | Human-in-the-loop approval workflows | Planned |
@opafex/mcp-knowledge-grid | Document indexing, semantic search, context composition | Planned |
Create or edit .mcp.json in your project root:
All servers work in mock mode when API keys are omitted β great for development and testing.
packages/<server-name>/ with package.json, tsconfig.json, and src/@opafex/mcp-shared for the server bootstrap (createMCPServer)tools.ts, wire up in index.ts__tests__/See packages/enrichment as a reference implementation.
@opafex/mcp-shared provides:
createMCPServer() β Reusable MCP server bootstrap with tool/resource registration and stdio transportMIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-enrichment)<a href="https://allmcps.com/mcp/mcp-enrichment"><img src="https://allmcps.com/api/badge/mcp-enrichment?style=directory" alt="Mcp Enrichment on AllMCPs" /></a>