Access comprehensive B2B data on companies, employees, and job postings for your LLMs and AI workflows.
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": [
"mcp-remote@0.0.22",
"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 that provides tools to interact with Powerdrill datasets, enabling smart AI data analysis and insights.
A Kotlin-based MCP server for interacting with PostgreSQL databases.
Official MCP Server from Atlan which enables you to bring the power of metadata to your AI tools
Integrates AI assistants with the Metabase business intelligence and analytics platform.
Read-only access to Snowflake databases. Requires Snowflake connection information provided via MCP client configuration.
Access UniProt protein information, including function and sequence data.
Unofficial server for accessing Open Targets platform data for gene-drug-disease associations research.
Interact with the Stellar blockchain to manage wallets, list tokens, query balances, and transfer funds.
A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
Integrate with the Grist API to manage relational spreadsheets and data. Requires a Grist API key.