Server data from the Official MCP Registry
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
About
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
19 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: CLEARBIT_API_KEY
Environment variable: HUNTER_API_KEY
Environment variable: APOLLO_API_KEY
Environment variable: TWILIO_ACCOUNT_SID
Environment variable: TWILIO_AUTH_TOKEN
Environment variable: ENRICHMENT_CACHE_TTL
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-intelagentstudios-mcp-enrichment": {
"env": {
"APOLLO_API_KEY": "your-apollo-api-key-here",
"HUNTER_API_KEY": "your-hunter-api-key-here",
"CLEARBIT_API_KEY": "your-clearbit-api-key-here",
"TWILIO_AUTH_TOKEN": "your-twilio-auth-token-here",
"TWILIO_ACCOUNT_SID": "your-twilio-account-sid-here",
"ENRICHMENT_CACHE_TTL": "your-enrichment-cache-ttl-here"
},
"args": [
"-y",
"@intelagent/mcp-servers"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Opafex MCPs
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.
Servers
| 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 |
Quick Start
# Clone and install
git clone https://github.com/opafex/opafex-mcps.git
cd opafex-mcps
npm install
npm run build
# Run the enrichment server (mock mode — no API keys needed)
node packages/enrichment/dist/index.js
Add to Claude Code
Create or edit .mcp.json in your project root:
{
"mcpServers": {
"enrichment": {
"command": "node",
"args": ["/path/to/opafex-mcps/packages/enrichment/dist/index.js"],
"env": {
"CLEARBIT_API_KEY": "sk-...",
"HUNTER_API_KEY": "...",
"TWILIO_ACCOUNT_SID": "...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}
}
All servers work in mock mode when API keys are omitted — great for development and testing.
Development
npm install # Install all dependencies
npm run build # Build all packages
npm test # Run all tests
Adding a New Server
- Create
packages/<server-name>/withpackage.json,tsconfig.json, andsrc/ - Use
@opafex/mcp-sharedfor the server bootstrap (createMCPServer) - Define tools in
tools.ts, wire up inindex.ts - Add tests in
__tests__/
See packages/enrichment as a reference implementation.
Shared Utilities
@opafex/mcp-shared provides:
createMCPServer()— Reusable MCP server bootstrap with tool/resource registration and stdio transport- Validation helpers — Email, domain, phone format validation
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
