Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Mcp Explorium
Mcp Explorium logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:56:57 PM

Mcp Explorium

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository21 GitHub StarsTotal stargazers on GitHub for the source repository (21 stars).Visit Website

Access live company and contact data from Explorium's AgentSource B2B platform.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-explorium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.explorium.ai/mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Explorium Business Data Hub

MIT License Node.js Version MCP Compatible Claude Ready OpenAI Compatible TypeScript

Explorium Logo

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.

Overview

The Explorium Business Data Hub provides AI tools with access to:

  • Company Search & Enrichment: Find companies by name, domain, or attributes with detailed firmographics
  • Contact Discovery: Locate and enrich professional contact information
  • Business Intelligence: Access technology stack, funding history, growth signals, and business events
  • Real-Time Data: Up-to-date information from dozens of trusted external data sources
  • Workflow Integration: Seamlessly integrate business data into AI-powered workflows

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.

Examples

Example 1: Partnership Opportunity Research

Code
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

Code
What are the business challenges of amazon?

Example 3: Leadership Team Discovery

Code
Get the engineering leadership team at Palo Alto Networks

Installation

Install in Claude Desktop

Remote Server Connection

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.

Local Server Connection

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.

config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
Install in Cursor

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.

Cursor Remote Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "url": "https://mcp.explorium.ai/mcp"
    }
  }
}

Cursor Local Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
Install in Windsurf

Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.

Windsurf Remote Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "serverUrl": "https://mcp.explorium.ai/mcp"
    }
  }
}

Windsurf Local Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
Install in VS Code

Add this to your VS Code MCP config file. See VS Code MCP docs for more info.

VS Code Remote Server Connection

json
"mcp": {
  "servers": {
    "explorium": {
      "type": "http",
      "url": "https://mcp.explorium.ai/mcp"
    }
  }
}

VS Code Local Server Connection

json
"mcp": {
  "servers": {
    "explorium": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
Install in Zed

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.

config.json
{
  "context_servers": {
    "Explorium": {
      "command": {
        "path": "npx",
        "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
      },
      "settings": {}
    }
  }
}
Install in Cline

You can easily install Explorium through the Cline MCP Server Marketplace by following these instructions:

  1. Open Cline.
  2. Click the hamburger menu icon (☰) to enter the MCP Servers section.
  3. Use the search bar within the Marketplace tab to find Explorium.
  4. Click the Install button.
Install in Roo Code

Add this to your Roo Code MCP configuration file. See Roo Code MCP docs for more info.

Roo Code Remote Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "type": "streamable-http",
      "url": "https://mcp.explorium.ai/mcp"
    }
  }
}

Roo Code Local Server Connection

config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
Install in JetBrains AI Assistant

See JetBrains AI Assistant Documentation for more details.

  1. In JetBrains IDEs go to Settings -> Tools -> AI Assistant -> Model Context Protocol (MCP)
  2. Click + Add.
  3. Click on Command in the top-left corner of the dialog and select the As JSON option from the list
  4. Add this configuration and click OK
config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}
  1. Click Apply to save changes.
  2. The same way explorium could be added for JetBrains Junie in Settings -> Tools -> Junie -> MCP Settings
Install in Kiro

See Kiro Model Context Protocol Documentation for details.

  1. Navigate Kiro > MCP Servers
  2. Add a new MCP server by clicking the + Add button.
  3. Paste the configuration given below:
config.json
{
  "mcpServers": {
    "Explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}
  1. Click Save to apply the changes.

Connecting to Explorium MCP

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:

Streamable HTTP (Recommended)

  • URL: https://mcp.explorium.ai/mcp
  • JSON config:
config.json
{
  "mcpServers": {
    "Explorium": {
      "url": "https://mcp.explorium.ai/mcp"
    }
  }
}

SSE (Server-Sent Events)

  • URL: https://mcp.explorium.ai/sse
  • JSON config:
config.json
{
  "mcpServers": {
    "Explorium": {
      "url": "https://mcp.explorium.ai/sse"
    }
  }
}

STDIO (Local Server)

  • JSON config:
config.json
{
  "mcpServers": {
    "explorium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"]
    }
  }
}

API Key Requirements

Important: Different connection methods have different authentication requirements:

  • ✅ Claude Desktop Extension - No API key required
  • ✅ MCP Remote Connections (Streamable HTTP/SSE/STDIO) - No API key required
  • 🔑 Docker Self-Hosting - Requires API key

Getting Your API Key

For Docker deployment, you'll need an API access token. Get yours at: https://admin.explorium.ai/api-key

Docker Deployment

This repository includes Docker configuration for self-hosting:

bash
# 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:

yaml
# docker-compose.yml
version: '3.8'
services:
  explorium-mcp:
    build: .
    ports:
      - "44280:44280"
    environment:
      - API_ACCESS_TOKEN=${API_ACCESS_TOKEN}

Available Tools

Once connected, your AI tool will have access to tools for:

  • Business Matching: Find companies by name, domain, or business ID
  • Business Enrichment: Get detailed firmographics, technographics, and business intelligence
  • Business Events: Track funding rounds, office changes, hiring trends, and company developments
  • Prospect Discovery: Search for professionals and contacts within companies
  • Prospect Enrichment: Access contact information, work history, and professional profiles
  • Prospect Events: Track role changes, company moves, and career milestones

Troubleshooting Connection Issues

If you're experiencing issues connecting your AI tool to Explorium MCP:

  1. 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.

  2. 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.

  3. 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.

Configuration Files

This repository contains:

  • package.json - Node.js dependencies and scripts
  • manifest.json - Extension metadata and configuration
  • Dockerfile - Container configuration for self-hosting
  • server/index.js - Placeholder file (does not contain actual MCP implementation)
  • entrypoint.sh - Docker container entry point

Important 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.

Documentation & Support

  • API Documentation
  • Support & Help Center
  • Explorium Homepage

For technical support, contact support@explorium.ai.

License

This project is licensed under the MIT License. See LICENSE for details.


Related MCP Servers

View all in Developer Tools View all alternatives
  • Blockscout Mcp Server logoBlockscout Mcp Server

    Provide AI agents and automation tools with contextual access to blockchain data including balance…

    💻 Developer Tools0 views
    Compare vs Blockscout Mcp Server →
  • Mcp Server logoMcp Server

    MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data

    💻 Developer Tools0 views
    Compare vs Mcp Server →
  • B
    B2B Lead Enrichment

    Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

    💻 Developer Tools0 views
    Compare vs B2B Lead Enrichment →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    💻 Developer Tools0 views
    Compare vs Ai Netcafe →

Frequently Asked Questions about Mcp Explorium

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-explorium": { "command": "npx", "args": ["-y", "mcp-explorium"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp Explorium AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-explorium?style=directory)](https://allmcps.com/mcp/mcp-explorium)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-explorium"><img src="https://allmcps.com/api/badge/mcp-explorium?style=directory" alt="Mcp Explorium on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars21
GitHub Star CountTotal stargazers on GitHub representing community popularity (21 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 3, 2026
37Quality signal: Fair · 37/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Mcp Explorium →Install in Claude DesktopInstall in CursorInstall in VS Code