coresignal_data_api
The Coresignal MCP Server enables seamless integration of Coresignal's data with AI-powered applications. By connecting to this server, AI assistants can access fresh B2B data about companies, employees, and job postings directly within chat interfaces.
Coresignal MCP
The Coresignal MCP Server enables seamless integration of Coresignal's data with AI-powered applications. By connecting to this server, AI assistants can access fresh multi-source B2B data about companies, employees, and job postings directly within chat interfaces.
Connect the Coresignal MCP
The server is accessible via the following link:
https://mcp.coresignal.com/mcp
To connect to the remote Coresignal MCP server using mcp-remote you need to have Node.js installed.
Required configuration
To add the Coresignal MCP server to your client, include the following JSON object in MCP client configuration:
{
"mcpServers": {
"coresignal_data_api": {
"command": "npx",
"args": [
"[email protected]",
"https://mcp.coresignal.com/mcp",
"--header",
"apikey:${APIKEY_VALUE}"
],
"env": {
"APIKEY_VALUE": "<api_key>"
}
}
}
}
Available tools
The MCP server provides access to the following data entities:
- Coresignal Company API: Access to 74M+ company records.
- Coresignal Employee API: Access to 823M+ employee records.
- Coresignal Jobs API: Access to 399M+ job posting records
Usage example
Below is an example of how you can use Coresignal MCP:
[Example request] Get 5 IT companies in Austin.
Response:
- Bazaarvoice - Software Development company with 1,744 employees
- Upland BA Insight - AI-enablement platform with 39 employees
- Blue Goji - Health Tech company with 54 employees
- Bloomfire - Knowledge Management Software with 79 employees
- Brightpearl by Sage - Software Development company with 135 employees
Documentation
For more detailed API documentation and further information, visit the Coresignal Documentation.
Recommend MCP Servers 💡
@currents/mcp
A MCP server that allows you to provide test results context to your AI agents by connecting them to Currents, useful for asking AI to fix or optimize tests failing in CI.
mcp-naver
A server implementation for Naver OpenAPI using the Model Context Protocol (MCP), providing tools to interact with various Naver services like search, shopping, and more.
conductor-mcp
An MCP server that enables AI agents to interact with Orkes Conductor for workflow creation, execution, and analysis.
mcp-riot
MCP-Riot is a community-developed Model Context Protocol (MCP) server that integrates with the Riot Games API to provide League of Legends data to AI assistants via natural language queries.
viso-mcp
An MCP server integrating VISO TRUST API capabilities with AI assistants, providing tools for assessments, audit logs, business cases, data types, intelligent query response (IQR), relationships, and webhooks.
reexpress_mcp_server
Reexpress MCP Server provides state-of-the-art statistical verification and an AI second opinion for complex LLM pipelines, particularly in software development and data science settings, by ensembling multiple LLMs and calculating predictive uncertainty.