Coresignal
Visit ProjectAccess comprehensive B2B data on companies, employees, and job postings for your AI workflows.
Visit ProjectCategory
Tags
What is Coresignal MCP?
Coresignal MCP is a server that facilitates the integration of Coresignal's B2B data into AI-powered applications, providing access to comprehensive company, employee, and job posting records.
How to use Coresignal MCP?
- Install Node.js
- Connect to the server using the link:
https://mcp.coresignal.com/sse
- Configure your MCP client with the provided JSON object, including your API key.
- Use available data entities (companies, employees, job postings) through the API.
Key features of Coresignal MCP
- Multi-source Company API: Access to 39M+ company records
- Multi-source Employee API: Access to 725M+ employee records
- Jobs API: Access to 349M+ job posting records
Use cases of Coresignal MCP
- Lead generation: Identify potential business partners in specific industries.
- Recruitment: Find job postings and employee data for hiring purposes.
- Market analysis: Analyze company trends and job market demand.
FAQ from Coresignal MCP
- What data does Coresignal MCP provide?
Company records, employee profiles, and job postings.
- How do I get an API key?
Sign up on the Coresignal website to obtain an API key.
- Is there a rate limit?
Refer to the documentation for usage limits and pricing details.
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 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/sse
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": [
"mcp-remote@0.0.22",
"https://mcp.coresignal.com/sse",
"--header",
"apikey:${APIKEY_VALUE}"
],
"env": {
"APIKEY_VALUE": "" } } } } ``` ## Available tools The MCP server provides access to the following data entities: - Coresignal Multi-source Company API: Access to 39M+ company records. - Coresignal Multi-source Employee API: Access to 725M+ employee records. - Coresignal Jobs API: Access to 349M+ 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: 1. Bazaarvoice - Software Development company with 1,744 employees 2. Upland BA Insight - AI-enablement platform with 39 employees 3. Blue Goji - Health Tech company with 54 employees 4. Bloomfire - Knowledge Management Software with 79 employees 5. Brightpearl by Sage - Software Development company with 135 employees ## Documentation For more detailed API documentation and further information, visit the [Coresignal Documentation](https://docs.coresignal.com/api).