coresignal_company

Pack: coresignal · Endpoint: https://gateway.pipeworx.io/coresignal/mcp

Look up a company’s firmographics + headcount (size, employee count, industry, founding year, HQ, LinkedIn URL) from Coresignal by company name or website. LinkedIn-adjacent B2B data. Example: coresignal_company({ name: “Stripe”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
namestringnoCompany name to look up, e.g. “Stripe”, “OpenAI”. Provide this OR website.
websitestringnoCompany website/domain, e.g. “stripe.com”. Provide this OR name.
_apiKeystringyesCoresignal API key (BYO). Sign up + start a trial at coresignal.com.

Example call

curl -X POST https://gateway.pipeworx.io/coresignal/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"coresignal_company","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "coresignal": {
      "url": "https://gateway.pipeworx.io/coresignal/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026