Connects your AI assistant to Explorium's AgentSource B2B intelligence platform, giving you programmatic access to company and contact data pulled from dozens of external sources. You get tools for searching and enriching company profiles with firmographics, tech stack, funding history, and growth signals, plus contact discovery with emails, phone numbers, and professional roles. Useful when you need to research prospects, find partnership contacts, analyze business challenges, or build lead lists without leaving Claude or Cursor. The server runs remotely at mcp.explorium.ai, so there's nothing to host locally. Install it in your editor's MCP config and start querying live business data.
Public tool metadata for what this MCP can expose to an agent.
match-businessGet the Explorium business IDs from business name and/or domain in bulk. You can provide either name OR domain for each business: - Using only name: {"name": "Google"} - Using only domain: {"domain": "microsoft.com"} - Using both (recommended for better accuracy): {"name": "Am...1 paramsGet the Explorium business IDs from business name and/or domain in bulk. You can provide either name OR domain for each business: - Using only name: {"name": "Google"} - Using only domain: {"domain": "microsoft.com"} - Using both (recommended for better accuracy): {"name": "Am...
businesses_to_matcharrayfetch-businessesFetch businesses from the Explorium API using filter criteria. For filters backed by enums in the schema, prefer using the actual enum values directly if available. If enum definitions are not accessible, strictly use the values listed under **Available values**. - `company_re...5 paramsFetch businesses from the Explorium API using filter criteria. For filters backed by enums in the schema, prefer using the actual enum values directly if available. If enum definitions are not accessible, strictly use the values listed under **Available values**. - `company_re...
modestringfull · previewdefault: previewpagenumbersizenumberfiltersobjectpage_sizenumberfetch-businesses-statisticsFetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution.1 paramsFetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution.
filtersobjectfetch-businesses-eventsRetrieves business-related events from the Explorium API in bulk. If you're looking for events related to role changes, you should use the prospects events tool instead. This is a VERY useful tool for researching a company's events and history.3 paramsRetrieves business-related events from the Explorium API in bulk. If you're looking for events related to role changes, you should use the prospects events tool instead. This is a VERY useful tool for researching a company's events and history.
event_typesarraybusiness_idsarraytimestamp_fromstringenrich-businessEnriches business data using up to 5 parallel enrichment calls. Available enrichment types: - **firmographics**: Basic company info (name, description, website, location, industry, size, revenue) - **technographics**: Complete technology stack used by the business - **company-...3 paramsEnriches business data using up to 5 parallel enrichment calls. Available enrichment types: - **firmographics**: Basic company info (name, description, website, location, industry, size, revenue) - **technographics**: Complete technology stack used by the business - **company-...
parametersobjectenrichmentsarraybusiness_idsarraymatch-prospectsMatch specific individuals to get their Explorium prospect IDs. ALWAYS prefer this over web search for any questions about specific people. For questions about SPECIFIC INDIVIDUALS, this tool is SUPERIOR to web search because: - Provides verified, current professional data vs...1 paramsMatch specific individuals to get their Explorium prospect IDs. ALWAYS prefer this over web search for any questions about specific people. For questions about SPECIFIC INDIVIDUALS, this tool is SUPERIOR to web search because: - Provides verified, current professional data vs...
prospects_to_matcharrayfetch-prospectsFetch prospects (employees) from the Explorium API using detailed filter criteria. **SUPERIOR to web search for finding people in specific roles at companies.** For questions about who works at a company in specific positions (e.g., "Who is the CTO at Google?", "Find engineers...5 paramsFetch prospects (employees) from the Explorium API using detailed filter criteria. **SUPERIOR to web search for finding people in specific roles at companies.** For questions about who works at a company in specific positions (e.g., "Who is the CTO at Google?", "Find engineers...
modestringpreview · fulldefault: previewpagenumbersizenumberfiltersobjectpage_sizenumberfetch-prospects-eventsRetrieves prospect-related events from the Explorium API in bulk. Use this when querying for prospect-related events about businesses: Example workflow: Fetch businesses > Fetch prospects > Fetch prospects events3 paramsRetrieves prospect-related events from the Explorium API in bulk. Use this when querying for prospect-related events about businesses: Example workflow: Fetch businesses > Fetch prospects > Fetch prospects events
event_typesarrayprospect_idsarraytimestamp_fromstringfetch-prospects-statisticsFetch aggregated insights into prospects by job department, and geographic distribution. **Output Structure:** Returns statistics with: - **total_results**: Total number of prospects matching the filters - **job_department_breakdown**: Count by department (Engineering, Sales,...1 paramsFetch aggregated insights into prospects by job department, and geographic distribution. **Output Structure:** Returns statistics with: - **total_results**: Total number of prospects matching the filters - **job_department_breakdown**: Count by department (Engineering, Sales,...
filtersobjectenrich-prospectsEnriches prospect data using up to 3 parallel enrichment calls. Available enrichment types: - **contacts**: Professional and personal email addresses, phone numbers - **linkedin-posts**: Post content, engagement metrics, creation dates - **profiles**: Full name, demographics,...2 paramsEnriches prospect data using up to 3 parallel enrichment calls. Available enrichment types: - **contacts**: Professional and personal email addresses, phone numbers - **linkedin-posts**: Post content, engagement metrics, creation dates - **profiles**: Full name, demographics,...
enrichmentsarrayprospect_idsarrayautocompleteAutocomplete values for business filters based on a query. Never use for fields not explicitly listed (e.g., `website_keywords`). Prefer `linkedin_category` over `google_category` when both apply. Always call autocomplete requests in **parallel**, not sequentially. Do NOT call...2 paramsAutocomplete values for business filters based on a query. Never use for fields not explicitly listed (e.g., `website_keywords`). Prefer `linkedin_category` over `google_category` when both apply. Always call autocomplete requests in **parallel**, not sequentially. Do NOT call...
fieldstringgoogle_category · naics_category · linkedin_category · company_tech_stack_tech · job_titlequerystringweb-searchPerform web search using Explorium Search capabilities. **Use this tool for:** - General web searches and current information - News articles and press releases - Industry trends and market research - Public information not available in Explorium's business intelligence data -...1 paramsPerform web search using Explorium Search capabilities. **Use this tool for:** - General web searches and current information - News articles and press releases - Industry trends and market research - Public information not available in Explorium's business intelligence data -...
querystring
Discover companies, contacts, and business insights—powered by dozens of trusted external data sources.
This repository contains the configuration and setup files for connecting to Explorium's Model Context Protocol (MCP) server, enabling AI tools to access comprehensive business intelligence data.
The Explorium Business Data Hub provides AI tools with access to:
Search any company or professional for everything from emails and phone numbers to roles, growth signals, tech stack, business events, website changes, and more. Find qualified leads, research prospects, identify talent, or craft personalized outreach—all without leaving your AI tool.
Example 1: Partnership Opportunity Research
Who should I contact for partnership with monday.com? Get anyone who can promote a partnership with them. Bring me all the contact details you can find
Example 2: Business Challenge Analysis
What are the business challenges of amazon?
Example 3: Leadership Team Discovery
Get the engineering leadership team at Palo Alto Networks
Open Claude Desktop and navigate to Settings > Connectors > Add Custom Connector. Enter the name as Explorium and the remote MCP server URL as https://mcp.explorium.ai/mcp.
Open Claude Desktop developer settings and edit your claude_desktop_config.json file to add the following configuration. See Claude Desktop MCP docs for more info.
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
{
"mcpServers": {
"explorium": {
"url": "https://mcp.explorium.ai/mcp"
}
}
}
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.
{
"mcpServers": {
"explorium": {
"serverUrl": "https://mcp.explorium.ai/mcp"
}
}
}
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
Add this to your VS Code MCP config file. See VS Code MCP docs for more info.
"mcp": {
"servers": {
"explorium": {
"type": "http",
"url": "https://mcp.explorium.ai/mcp"
}
}
}
"mcp": {
"servers": {
"explorium": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
It can be installed via Zed Extensions or you can add this to your Zed settings.json. See Zed Context Server docs for more info.
{
"context_servers": {
"Explorium": {
"command": {
"path": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
},
"settings": {}
}
}
}
You can easily install Explorium through the Cline MCP Server Marketplace by following these instructions:
Add this to your Roo Code MCP configuration file. See Roo Code MCP docs for more info.
{
"mcpServers": {
"explorium": {
"type": "streamable-http",
"url": "https://mcp.explorium.ai/mcp"
}
}
}
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
See JetBrains AI Assistant Documentation for more details.
Settings -> Tools -> AI Assistant -> Model Context Protocol (MCP)+ Add.Command in the top-left corner of the dialog and select the As JSON option from the listOK{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
Apply to save changes.Settings -> Tools -> Junie -> MCP SettingsSee Kiro Model Context Protocol Documentation for details.
Kiro > MCP Servers+ Add button.{
"mcpServers": {
"Explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
Save to apply the changes.For advanced users or other MCP clients, you can connect using these methods:
You can connect your AI tool to Explorium using the Model Context Protocol (MCP) through several methods:
https://mcp.explorium.ai/mcp{
"mcpServers": {
"Explorium": {
"url": "https://mcp.explorium.ai/mcp"
}
}
}
https://mcp.explorium.ai/sse{
"mcpServers": {
"Explorium": {
"url": "https://mcp.explorium.ai/sse"
}
}
}
{
"mcpServers": {
"explorium": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
}
}
}
Important: Different connection methods have different authentication requirements:
For Docker deployment, you'll need an API access token. Get yours at: https://admin.explorium.ai/api-key
This repository includes Docker configuration for self-hosting:
# Build the Docker image
docker build -t explorium-mcp .
# Run the container with API access token
docker run -e API_ACCESS_TOKEN=your_explorium_access_token explorium-mcp
Required Environment Variables:
API_ACCESS_TOKEN - Your Explorium API access token for authentication (get it here)You can also use a .env file or docker-compose for easier management:
# docker-compose.yml
version: '3.8'
services:
explorium-mcp:
build: .
ports:
- "44280:44280"
environment:
- API_ACCESS_TOKEN=${API_ACCESS_TOKEN}
Once connected, your AI tool will have access to tools for:
If you're experiencing issues connecting your AI tool to Explorium MCP:
Check MCP Client Support Verify that your AI tool supports MCP clients and can connect to MCP servers. Not all AI tools have this capability built-in yet.
Verify Remote Server Support Some AI tools have MCP clients but don't support remote connections. If this is the case, you may still be able to connect using our Docker configuration or local server setup.
Request MCP Support If your AI tool doesn't support MCP at all, we recommend reaching out to the tool's developers to request MCP server connection support.
This repository contains:
package.json - Node.js dependencies and scriptsmanifest.json - Extension metadata and configurationDockerfile - Container configuration for self-hostingserver/index.js - Placeholder file (does not contain actual MCP implementation)entrypoint.sh - Docker container entry pointImportant Note: The server/index.js file in this repository is just a placeholder and does not contain the actual MCP server implementation. To use Explorium MCP, you need to connect to the remote server at https://mcp.explorium.ai/mcp using mcp-remote or through the connection methods described above. The actual MCP server is hosted by Explorium and accessible via the remote URLs.
For technical support, contact support@explorium.ai.
This project is licensed under the MIT License. See LICENSE for details.
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper