Explorium API
About
Integrates with Explorium's data services API, enabling access to data capabilities for AI workflows through a Python-based server that requires API key authentication.
Details
- Author
- explorium-ai
- Repository
- explorium-ai/mcp-explorium
- GitHub stars
- 4
- Downloads
- 8,978
- License
- MIT License
- Categories
- Developer Tools, API, Other, Productivity, Design, File Management, AI, Frontend, Security
Jump to
- Company search & enrichment by name, domain, or attributes
- Contact discovery and professional profile enrichment
- Business intelligence: tech stack, funding history, growth signals
- Real‑time data from dozens of trusted external sources
- Track business events: funding, office changes, hiring trends
- Prospect events: role changes, company moves, career milestones
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Explorium APICommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
mcp-remote -
Argument 3
https://mcp.explorium.ai/mcp
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
<details>
<summary><b>Install in Claude Desktop</b></summary>
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:
```bash
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"explorium api": {
"cwd": null,
"env": {},
"args": [
"-y",
"mcp-remote",
"https://mcp.explorium.ai/mcp"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"-y",
"mcp-remote",
"https://mcp.explorium.ai/mcp"
],
"shell": false,
"command": "npx"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"-y",
"mcp-remote",
"https://mcp.explorium.ai/mcp"
],
"shell": false,
"command": "npx"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"/c",
"npx",
"-y",
"mcp-remote",
"https://mcp.explorium.ai/mcp"
],
"shell": false,
"command": "cmd"
}
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.
TheExplorium Business Data Hubprovides 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.
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
What are the business challenges of amazon?
Get the engineering leadership team at Palo Alto Networks
Open Claude Desktop and navigate to Settings > Connectors > Add Custom Connector. Enter the name asExploriumand the remote MCP server URL ashttps://mcp.explorium.ai/mcp.
Open Claude Desktop developer settings and edit yourclaude_desktop_config.jsonfile to add the following configuration. SeeClaude Desktop MCP docsfor 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.jsonfile is the recommended approach. You may also install in a specific project by creating.cursor/mcp.jsonin your project folder. SeeCursor MCP docsfor 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. SeeWindsurf MCP docsfor 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. SeeVS Code MCP docsfor 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 viaZed Extensionsor you can add this to your Zedsettings.json. SeeZed Context Server docsfor more info.
{ "context_servers": { "Explorium": { "command": { "path": "npx", "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"] }, "settings": {} } } }
You can easily install Explorium through theCline MCP Server Marketplaceby following these instructions:
- OpenCline.
- Click the hamburger menu icon (☰) to enter theMCP Serverssection.
- Use the search bar within theMarketplacetab to findExplorium.
- Click theInstallbutton.
Add this to your Roo Code MCP configuration file. SeeRoo Code MCP docsfor 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"] } } }
{ "mcpServers": { "explorium": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"] } } }
- ClickApplyto save changes.
- The same way explorium could be added for JetBrains Junie inSettings->Tools->Junie->MCP Settings
{ "mcpServers": { "Explorium": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.explorium.ai/mcp"], "env": {}, "disabled": false, "autoApprove": [] } } }
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:
- URL:https://mcp.explorium.ai/mcp
- JSON config:
{ "mcpServers": { "Explorium": { "url": "https://mcp.explorium.ai/mcp" } } }
- URL:https://mcp.explorium.ai/sse
- JSON config:
{ "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:
- ✅Claude Desktop Extension- No API key required
- ✅MCP Remote Connections(Streamable HTTP/SSE/STDIO) - No API key required
- 🔑Docker Self-Hosting- Requires API key
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
- API_ACCESS_TOKEN- Your Explorium API access token for authentication (get ithere)
You can also use a.envfile 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:
- 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
If you're experiencing issues connecting your AI tool to Explorium MCP:
-
Check MCP Client SupportVerify 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 SupportSome 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 SupportIf your AI tool doesn't support MCP at all, we recommend reaching out to the tool's developers to request MCP server connection support.
- 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: Theserver/index.jsfile 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 athttps://mcp.explorium.ai/mcpusingmcp-remoteor through the connection methods described above. The actual MCP server is hosted by Explorium and accessible via the remote URLs.
- API Documentation
- Support & Help Center
- Explorium Homepage
For technical support, contactsupport@explorium.ai.
This project is licensed under the MIT License. SeeLICENSEfor details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Real-time Amazon data API built for AI agents. 200M+ products, 1B+ reviews, live BSR, pricing, and competitor data as clean JSON. 10 agent skills for market research, competitor monitoring, pricing, listing audits, and more. 1,000 free credits.
MCP to read the Codex crypto data API so agents can write GraphQL queries.
A high-performance MCP server providing structured, real-time price data for AI hardware across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
Interact with Alchemy's blockchain APIs to query data without writing code.
A hosted API /MCP platform providing developer-friendly JSON endpoints for user-agent parsing, postal code search with spatial queries, country/subdivision lookup, cryptographic hashing, IP geolocation, email risk scoring, and more.
Integrates the Korea Meteorological Administration's public weather API to provide climate data.
Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.
An MCP server for interacting with the Clay API, which requires a Clay API key.
Coral Query Plane is a paid remote MCP endpoint for AI SDK data query MCP. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready workflo
Exposes DICOM (Digital Imaging and Communications in Medicine) operations as tools for AI agents.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





