General Introduction
Coresignal MCP
6min
coresignal mcp is a server that connects coresignal's data directly with llm powered applications and allows ai assistants to tap into coresignal’s data by integrating it with claude, cursor, and other mcp compatible ai assistants tools, you can access the latest multi source company api docid\ kku j5ao4fif7ggfarpsm , 🆕 multi source employee api docid\ zup4zad9 xj1evujevxuz , and jobs data api docid\ sfld4rsog4exzaqpd4cnx information directly within chat interfaces prerequisites to connect to the remote coresignal mcp server using mcp remote you need to have node js installed credits for requests performed through the mcp server will also be deducted from the same credit balance integration with ai assistants learn integration steps for a few ai assistant tools enter your api key as the \<api key> value get your key from coresignal's self service platform do not forget to refresh the tool after the integration steps claude desktop to set up your clause desktop assistant, add this entry to your claude desktop config json file access { "mcpservers" { "coresignal data api" { "command" "npx", "args" \[ "mcp remote\@0 0 22", "https //mcp coresignal com/sse", " header", "apikey ${auth header}" ], "env" { "auth header" "\<api key>" } } } } cursor cursor has integrated support for mcp servers go to cursor > settings > cursor settings > mcp click on the add new global mcp server button add the following configuration access { "mcpservers" { "coresignal data api" { "command" "npx", "args" \[ "mcp remote\@0 0 22", "https //mcp coresignal com/sse", " header", "apikey ${auth header}" ], "env" { "auth header" "\<api key>" } } } } available tools the coresignal mcp server gives access to several api data entities coresignal company multisource api – data from multi source company api coresignal employee multisource api – data from multi source employee api coresignal job api – data from base job api usage example below is an example of how you can use coresignal mcp \[ example request ] get 5 it companies in austin \[ example answer ] here are 5 it companies in austin, tx 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