mcp-explorium

mcp-explorium

22

The Explorium MCP Server integrates with the Explorium API to provide AI assistants access to rich business and prospect data. It facilitates seamless interaction between AI tools and Explorium's databases for comprehensive data lookup capabilities.

What is the Explorium MCP Server used for?

The Explorium MCP Server is used to enable AI assistants to access Explorium's business and prospect data, providing real-time, accurate information about companies, industries, and professionals.

What are the system requirements for running the Explorium MCP Server?

The server requires Python 3.10 or later and can be installed via PyPI using the command 'pip install explorium-mcp-server'.

How can I set up the Explorium MCP Server for development?

Clone the repository, set up the development environment using 'uv', and create a '.env' file with your Explorium API key. Follow the detailed setup instructions provided in the documentation.

How do I run the Explorium MCP Server locally?

You can run the server locally by executing the command 'mcp dev local_dev_server.py' in your terminal.

Is there a CI/CD setup for the Explorium MCP Server?

Yes, the project uses GitHub Actions for CI/CD, which includes version checks, linting, testing, and deployment workflows.