MCP & REST API
Developer intent for your GTM stack
Surface companies and developers showing GitHub-based buying signals — flat rows ready for Clay, Claude Desktop, Cursor, and any MCP-compatible client.
50 free credits on signup · No credit card · Sign in with GitHub or Google to activate
Get your API key
Enter your work email. We'll send a magic link to activate your free trial workspace.
For Clay
Add an HTTP source pointing at /api/v1/clay/source. Flat rows with
signal_score, quality_bucket, and a per-row recommended_action.
For Claude / Cursor
Drop the streamable-HTTP MCP URL into your client config. Five tools available immediately — no proxy required.
For curl / scripts
Bearer-auth REST. OpenAPI 3.1 contract live and partner-ready.
Quick start (after activation)
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}'