// QUICKSTART
Connect in under a minute.
Descovo ships as a Model Context Protocol server. Add it to any MCP client and your agent can search the B2B graph natively. Grab an API key from your dashboard — plans start at $0 — then drop in one of the configs below.
// 1 — Install
claude_desktop_config.json
{
"mcpServers": {
"descovo": {
"url": "https://mcp.descovo.com/mcp",
"headers": {
"x-api-key": "sk_live_••••••••••••••••"
}
}
}
}// 2 — Ask your agent
>“Find me VPs of Engineering at Series B fintech companies in NYC, with verified emails.”
// REST endpoints
POST
/v1/company-search
Search companies by name, domain, size, industry.
POST
/v1/people-search
Search people by role, seniority, company, region.
POST
/v1/individual-reveal/sync
Reveal a verified work email + direct phone.
GET
/v1/credits
Current credit balance for the API key.
GET
/v1/regions
Supported regions for filtering.
GET
/v1/industries
Supported industry taxonomy.