# Aeroleads — how to use (mcp.ai)

Connect your Aeroleads account and use 1 tools for contact management straight from your AI agent. Connect with your own API key. AeroLeads is a B2B lead generation platform that helps users find business emails and phone numbers of prospects.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_aeroleads?ms=1787296080000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `aeroleads_get_details_from_linkedin_url`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/aeroleads`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/aeroleads/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/aeroleads/get/details/from/linkedin/url` — Tool to retrieve detailed information about a prospect using their LinkedIn profile URL. Use after confirming you have a valid public LinkedIn URL, to enrich lead profiles with additional details.
  - body: { linkedin_url: string }

## Example prompts
- "What can I do in Aeroleads?"
- "Show me a summary of my Aeroleads account"

## More
- Page: https://mcp.ai/aeroleads
- Agent spec (llms.txt): https://mcp.ai/aeroleads/llms.txt
- Postman collection: https://mcp.ai/aeroleads/postman.json
