generated: '2026-08-13' method: generated source: >- Generated from openapi/ (which was itself generated from Leadspace's published technical specifications) plus conventions/, errors/, rate-limits/, and — new on 2026-08-13 — mcp/leadspace-mcp.yml and Leadspace's own published MCP setup instructions. Leadspace publishes no AGENTS.md or first-party agent skills. skills: - file: leadspace-connect-mcp.md name: Connect an agent to the Leadspace MCP server description: >- Add Leadspace as a remote MCP connector in Claude, ChatGPT, Claude Code or any MCP-compatible client, authenticate with OAuth, and work the enrich → find → reveal → intent flow without burning credits by accident. api: mcp/leadspace-mcp.yml endpoint: https://skprod.leadspace.com/mcp/v1 operations: - enrich_account - file: leadspace-enrich-record.md name: Enrich a person or company record with Leadspace description: >- Real-time single-record enrichment against the Universal Graph, with minimum-input rules, match-confidence gating, and credit/rate-limit handling. api: openapi/leadspace-enrichment-openapi.yml operations: - createAuthorizationToken - enrichSingleRecord - file: leadspace-bulk-enrich-and-poll.md name: Bulk enrich records with Leadspace and collect the results description: >- Batch up to 500 records per POST, collect via callback or polling, and avoid double-spending credits in the absence of an idempotency key. api: openapi/leadspace-enrichment-openapi.yml operations: - createAuthorizationToken - enrichBulkRecords - getBulkEnrichmentResults - bulkCompleteCallback - file: leadspace-discover-contacts.md name: Discover net-new contacts inside target accounts with Leadspace description: >- Expand up to 500 accounts into persona-ranked contacts with required contact information, then collect results. api: openapi/leadspace-discovery-openapi.yml operations: - discoverCompanyContacts - getDiscoveryResults - discoveryCompleteCallback - file: leadspace-refresh-intent.md name: Refresh buyer intent for accounts with Leadspace description: >- Weekly intent refresh returning surging topics and configurable intent-model score bands, with guidance on interpreting them. api: openapi/leadspace-intent-openapi.yml operations: - scoreCompanyIntent - getIntentResults