Used by 1 plugin
Explorium data enrichment with live company and contact intelligence for prospecting and research
Add to your .mcp.json:
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": [
"-y",
"@explorium/mcp-server"
],
"env": {
"EXPLORIUM_API_KEY": "${env:EXPLORIUM_API_KEY}"
}
}
}
}Replace placeholder values for: EXPLORIUM_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxEXPLORIUM_API_KEY=${env:EXPLORIUM_API_KEY}