# LeadIQ — MCP server on mcp.ai > Connect your LeadIQ account and use 9 tools for sales and CRM straight from your AI agent. Connect with your own API key. The Smart B2B Prospecting Platform. Query professional information about people and companies, find leads, and enrich contact data. By: mcp.ai · official Page: https://mcp.ai/leadiq ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leadiq?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/leadiq/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leadiq/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/leadiq/skill.md Postman collection (v2.1): https://mcp.ai/leadiq/postman.json ## Tools - leadiq_abandon_batch(reason?: string, importId: string) — Abandon a contact tracking import batch that is no longer needed. Use when you need to cancel or stop an ongoing import batch operation. - leadiq_get_account() — Retrieve current user's account information including plans, billing cycles, and credit usage. Use to check available API credits, billing status, and data visibility settings before making data queri - leadiq_get_contact_tracking_balance() — Tool to check the remaining balance of contact tracking credits available for the account. Use when you need to verify how many contact tracking credits are left. - leadiq_get_usage() — Tool to retrieve API usage statistics and credit consumption for the current LeadIQ account. Use when you need to check credit usage, remaining capacity, or billing information. - leadiq_search_company(input: object) — Tool to search for companies by name, domain, LinkedIn URL, or other identifying information. Use when you need to find companies matching specific criteria. Returns detailed company information inclu - leadiq_search_grouped_advanced(input: object) — Tool to search for people by job title, seniority, role, company size, and location with results grouped by company. Returns companies with matching people nested under each company for account-based - leadiq_search_people(id?: string, skip?: integer, email?: string, limit?: integer, phone?: string, company?: object, fullName?: string, lastName?: string, firstName?: string, linkedinId?: string, middleName?: string, hashedEmail?: string, linkedinUrl?: string, minConfidence?: integer, profileFilter?: string[], qualityFilter?: string, includeInvalid?: boolean, workEmailStatusIn?: string[], containsWorkContactInfo?: boolean) — Search for individual contacts by name, company (past and present), LinkedIn profile, email, or phone number. Use when you need to find people based on identifying information. Returns comprehensive c - leadiq_search_people_flat(input: object) — Tool to search for people using advanced filters by job title, seniority, role, company size, location, and more. Returns a flat list of individual contacts unorganized by company. - leadiq_submit_person_feedback(name?: string, type?: string, title?: string, value: string, status?: string, lastSeen?: string, personId?: string, companyId?: string, linkedinId?: string, companyName?: string, linkedinUrl?: string, companyDomain?: string, invalidReason?: string) — Tool to submit data correction feedback for person contact information to improve LeadIQ data accuracy. Use when you need to report contact info status, invalid reasons, or update profile details. ## Example prompts - "What can I do in LeadIQ?" - "Show me a summary of my LeadIQ account" ## Links Docs: https://mcp.ai/docs/mcps/leadiq Website: https://mcp.ai/mcps/leadiq