# Wiza — MCP server on mcp.ai > Connect your Wiza account and use 5 tools for sales and CRM straight from your AI agent. Connect with your own API key. Wiza helps you find and export accurate contact data for prospects from LinkedIn, providing verified emails, phone numbers, and enriched professional information. By: mcp.ai · official Page: https://mcp.ai/wiza ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_wiza?ms=1787291340000 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/wiza/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/wiza/ 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/wiza/skill.md Postman collection (v2.1): https://mcp.ai/wiza/postman.json ## Tools - wiza_get_credits() — Tool to get the number of remaining API credits in your account. Returns available credits for emails, phone numbers, and company enrichment. Use when you need to check remaining API credit balance. - wiza_get_individual_reveal(id: string) — Tool to get the status and results of an individual reveal by ID. Returns enriched contact data including email, phone, job title, and company information when the reveal is completed. Use when you ne - wiza_get_list(id: string) — Tool to get the status and details of a list by its ID. Returns list metadata, status (queued, processing, completed), and statistics including enrichment level and email preferences. Use when you nee - wiza_prospect_search(limit?: integer, filters: object) — Tool to search for prospects matching specific filters. Returns count and sample profiles based on job title, location, company, industry, and other criteria. Use when you need to find prospects that - wiza_start_individual_reveal(email?: string, domain?: string, company?: string, full_name?: string, profile_url?: string, email_options?: object, enrichment_level?: string) — Tool to start an individual reveal for real-time single contact enrichment. Provide name/company, email, or LinkedIn profile URL to get contact details including emails, phone numbers, and firmographi ## Example prompts - "What can I do in Wiza?" - "Show me a summary of my Wiza account" ## Links Docs: https://mcp.ai/docs/mcps/wiza Website: https://mcp.ai/mcps/wiza