What is the dev.hatchloop/data-enrichment MCP server?
Free B2B data enrichment: company lookup, email validation, email patterns, domain info. Zero auth.
How to install dev.hatchloop/data-enrichment
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data-enrichment": {
"url": "https://hatchloop.dev/mcp/data-enrichment"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data-enrichment": {
"serverUrl": "https://hatchloop.dev/mcp/data-enrichment"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data-enrichment": {
"type": "http",
"url": "https://hatchloop.dev/mcp/data-enrichment"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"data-enrichment": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hatchloop.dev/mcp/data-enrichment"
]
}
}
}Claude Code
claude mcp add --transport http data-enrichment https://hatchloop.dev/mcp/data-enrichmentRelated MCP servers
Generate PDFs from Markdown or HTML. Zero-auth, agent-native. Returns base64-encoded PDF.