The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Enrichment listing page.
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