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.
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.
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/sse",
"--header",
"apikey:${APIKEY_VALUE}"
],
"env": {
"APIKEY_VALUE": "<api_key>"
}
}
}
}
The MCP server provides access to the following data entities:
Below is an example of how you can use Coresignal MCP:
[Example request] Get 5 IT companies in Austin.
Response:
For more detailed API documentation and further information, visit the Coresignal Documentation.
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.