API & MCP documentation
One key powers the REST API and the MCP server β same data, same credit wallet. Search is free; you only pay on reveal.
Quickstart
Base URL
https://leaderra.ai/api
Authentication β pass your key in the header (get one in API & MCP):
curl https://leaderra.ai/api/v1/search \
-H 'X-API-Key: lk_live_β¦' \
-H 'Content-Type: application/json' \
-d '{ "offer": "β¦", "icp": "β¦", "count": 25 }'REST endpoints
/v1/searchFreeRequest
{ "offer": "AI churn-prevention platform",
"icp": "US B2B SaaS, 50β500, VP Customer Success",
"count": 25 }Response
{ "records": [ { "name": "β¦", "title": "β¦",
"company": "β¦", "score": 92, "tier": "Hot" } ],
"pool": 1240 }/v1/reveal2β19 crRequest
{ "ref": "<record ref>",
"fields": ["email","mobile","profile","intel"] }Response
{ "data": { "email":"β¦", "mobile":"β¦",
"linkedin":"β¦", "firmo":{β¦}, "intel":{β¦} },
"charged": 19, "balance": 999981 }/v1/signalsvariesRequest
?ref=<saved record or company>
Response
{ "signals": [ { "type":"job_change",
"detail":"β¦" } ] }/v1/creditsFreeRequest
β
Response
{ "balance": 999981, "plan": "pro" }MCP server
Drop Leaderra into Claude, Cursor, or any MCP client. Ask in natural language β βFind VP Customer Success at SaaS companies hiring CSMsβ β and your agent calls the tools below.
MCP config
{
"mcpServers": {
"leaderra": {
"url": "https://leaderra.ai/api/mcp",
"headers": { "x-leaderra-key": "lk_live_β¦" }
}
}
}leaderra_search | Find scored hot-signal leads from a prompt or filters (free). |
leaderra_reveal | Reveal email / mobile / company+person / analysis for a record. |
leaderra_signals | Job-change, hiring and ad-spend signals for a saved record/company. |
leaderra_credits | Check the credit balance and plan. |
Every REST capability has an MCP tool and vice-versa β the two surfaces stay in sync.
Credit model
Search is free. Reveals are additive and metered: email 2 Β· mobile 10 Β· company+person 3 Β· analysis 4 Β· full 19. Nothing is charged until you reveal, and never on a miss. See the full cost guide β
Get your API key
One key for REST + MCP, one credit wallet. Free to start.