MCP for agents
Connect Claude Desktop, Cursor, Windsurf, ChatGPT, or a custom agent to query company intelligence and developer intent using bearer auth.
MCP server + REST API
LeadCognition turns public GitHub activity into ranked developers, company intent, Clay-ready rows, and API responses your GTM stack can use immediately.
What it gives your GTM team
Use the hosted MCP endpoint for agent workflows, REST endpoints for enrichment pipelines, or Clay-specific export routes when your team wants spreadsheet-shaped rows.
Connect Claude Desktop, Cursor, Windsurf, ChatGPT, or a custom agent to query company intelligence and developer intent using bearer auth.
Source domain-driven rows through /api/v1/clay/source, enrich a company, or send rows to a webhook with mcp:export.
Use the OpenAPI 3.1 contract for scripts, n8n, internal tools, or partner integrations.
Self-serve trial
The trial creates a workspace-linked key with mcp:read and mcp:export scopes. After activation, paste it into Clay, Claude Desktop, Cursor, or your REST client.
Use a work email so the trial can attach to the right company domain.
The activation step keeps API keys tied to a real LeadCognition workspace.
Follow this MCP setup guide, import the OpenAPI spec, or start from a Clay source table.
curl -X POST https://app.leadcognition.io/api/v1/clay/source \
-H "Authorization: Bearer lc_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "vercel.com", "limit": 10}'
Available tools
get_company_intel returns developer count, signal volume, top repositories, and the next best GTM action for a company domain.
discover_developer_intent and list_developer_signals rank developers by recent GitHub activity, repo fit, and engagement strength.
prepare_clay_export and send_to_clay turn signal rows into the format your enrichment or outreach workflow expects.
MCP FAQ
It exposes GitHub-based developer intent signals to MCP clients and REST workflows, including company intelligence, developer rankings, Discover session results, and Clay exports.
Yes. LeadCognition has REST endpoints for Clay source tables, Clay enrichment, export preparation, and webhook delivery.
Use the @leadcognition/mcp stdio wrapper with Claude Desktop, Cursor, Windsurf, and other clients, or call the hosted streamable HTTP endpoint directly.