The LoneScale MCP server lets AI assistants (Claude, Cursor, ChatGPT, custom agents) call LoneScale’s enrichment and sourcing capabilities as tools — directly from a chat, no glue code required. It implements the Model Context Protocol over Streamable HTTP and authenticates users via OAuth 2.0 with PKCE. Behind the scenes, every tool call uses the same LoneScale Public API documented elsewhere on this site.Documentation Index
Fetch the complete documentation index at: https://docs.lonescale.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Available tools
All four tools below are available once the user has authorized with their LoneScale API key.| Tool | Mode | Description |
|---|---|---|
public-api-companies-search | sync | Look up a company by name, domain, LinkedIn slug, or LinkedIn ID. Returns one fixed-shape company profile. |
public-api-enrich | async | Trigger waterfall enrichment (email and/or phone) for a list of contacts. Returns a lonescale_job_id. |
public-api-contact-sourcing | async | Source contacts at a company by persona, seniority, and location. Returns a lonescale_job_id. |
get-job-result | sync | Poll for results of an async job using its lonescale_job_id. Returns pending until status is ready. |
get-job-result every few seconds until the status is ready.
What you’ll need
- A LoneScale account with an API key (Dashboard → Integrations → Public API).
- A client that supports MCP custom connectors — for example Claude, Cursor, or any agent built with the Anthropic SDK.
Connect to Claude
Step-by-step setup, including the OAuth consent screen.
Examples
Three concrete prompts you can copy-paste into Claude.

