# Pronto > Pronto is a B2B sales intelligence platform: find companies, search and extract live leads from LinkedIn Sales Navigator, and enrich contacts with verified business emails and phones. Pronto exposes its data to AI agents via a hosted MCP server, a REST API, and a CLI. Full docs as a single file: ## Quick start for agents The fastest way to use Pronto from an LLM is the hosted MCP server. - [MCP server setup](https://docs.prontohq.com/api-reference/mcp): endpoint, OAuth + API-key auth, full tool list - [Agent integration guide](https://docs.prontohq.com/agents.md): when to use MCP vs REST vs CLI, conventions, auth - [Get an API key](https://app.prontohq.com/settings/apis/keys) ## Docs - [Overview](https://docs.prontohq.com/introduction): what Pronto does and how the surfaces fit together - [Main use cases](https://docs.prontohq.com/api-reference/main-use-cases): find people, account enrichment, waterfall enrichment - [Authentication](https://docs.prontohq.com/essentials/authentification): Bearer auth for REST, header auth for MCP - [API key management](https://docs.prontohq.com/api-reference/API-key) - [Changelog](https://docs.prontohq.com/changelog) - [Full docs (single file)](https://docs.prontohq.com/llms-full.txt): every page concatenated, intended for LLM ingestion ## API reference - [Leads — search and extract](https://docs.prontohq.com/api-reference/endpoints/leads/advanced_search): advanced filters (titles, seniority, location, industry, signals) - [Accounts — search and enrich](https://docs.prontohq.com/api-reference/endpoints/accounts/search): firmographics, headcount, company stack - [Waterfall enrichment](https://docs.prontohq.com/api-reference/endpoints/enrichments/single): email and phone via 20+ sources - [Signals](https://docs.prontohq.com/api-reference/endpoints/signals/hiring): hiring, growth, lookalike, posts, comments, reactions - [Lists](https://docs.prontohq.com/api-reference/endpoints/lists/index): create and update Sales Navigator lists - [Personas](https://docs.prontohq.com/api-reference/endpoints/personas/index): retrieve saved personas - [Miscellaneous](https://docs.prontohq.com/api-reference/endpoints/miscellaneous/account-credits): credits, account info, location IDs ## MCP - [Pronto MCP server](https://docs.prontohq.com/api-reference/mcp): install steps for Claude, ChatGPT, Claude Code, Cursor - Endpoint: `https://mcp.prontohq.com/mcp` - Auth: OAuth (Claude, ChatGPT) or `X-API-Key` header (Claude Code, Cursor, custom clients) - Discovery: [`/.well-known/mcp.json`](https://docs.prontohq.com/.well-known/mcp.json) ## Optional - [Pronto dashboard](https://app.prontohq.com) - [LinkedIn](https://linkedin.com/company/prontohq) - Contact: mathieu@prontohq.com