home / mcp / coresignal mcp server

Coresignal MCP Server

Provides access to Coresignal's Company, Employee, and Jobs APIs via MCP for up-to-date B2B data.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "coresignal-com-coresignal-mcp": {
      "url": "https://mcp.coresignal.com/mcp",
      "headers": {
        "APIKEY_VALUE": "<api_key>"
      }
    }
  }
}

The Coresignal MCP Server lets you access up-to-date multi-source B2B data from Coresignal directly in your AI-powered workflows. By connecting to this server, you can query company, employee, and job data within chat interfaces and other applications to enrich responses and insights.

How to use

You connect your MCP client to the Coresignal MCP server to start querying data. Use the provided connection methods to reach the remote server or run a local MCP process, then make data requests for companies, employees, and job postings. The server exposes three core data entities you can access in your applications.

How to install

Prerequisites: ensure you have Node.js installed on your development machine.

Add the Coresignal MCP server to your MCP client configuration using the following configuration object. This enables you to connect to the remote MCP server and authenticate with your API key.

Additional notes

Configuration supports both a remote HTTP connection to the MCP server and a local stdio-based runtime. The HTTP connection uses a URL to reach the MCP endpoint, while the stdio configuration runs a command locally to start the MCP client process.

Available tools

coresignal_company_api

Access to 74M+ company records from the Coresignal Company API.

coresignal_employee_api

Access to 823M+ employee records from the Coresignal Employee API.

coresignal_jobs_api

Access to 399M+ job posting records from the Coresignal Jobs API.