Labsco
mesh logo

Wiza

from mesh

Wiza MCP provides remote contact enrichment, company enrichment, and prospect search over the Model Context Protocol.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

Wiza

Usage Guide

Wiza MCP

Wiza MCP provides remote contact enrichment, company enrichment, credit visibility, and prospect search over the Model Context Protocol. This page covers setup, authentication, usage examples, support, and privacy details in one place.

Endpoint https://mcp.wiza.co/mcp

Transport Streamable HTTP

Authentication OAuth 2.1 with PKCE, or bearer token when supported

Production Status Remote MCP service intended for production use

Tools

enrich_contact

Enrich a contact with email, phone, title, company, and profile data using a LinkedIn URL, email, or name plus company/domain.

enrich_company

Enrich a company profile with firmographic details such as industry, size, location, founding year, and social links.

get_credits

Return current API, email, phone, and export credit balances for the authenticated account.

search_companies

Search Wiza companies with firmographic, location, industry, and funding filters and return preview results with pagination.

search_prospects

Search Wiza prospects with person, company, industry, location, and pagination filters and return preview results.

Examples

Prompt: "Look up the email for John Smith at Acme Corp."

What happens: The client calls enrich_contact with a person and company match. Wiza returns available work contact details such as verified email, title, LinkedIn profile, and phone data when requested.

Prompt: "Get company info for wiza.co."

What happens: The client calls enrich_company with the company domain. Wiza returns firmographic details such as industry, size, founding year, location, description, and public company profile links.

Prompt: "How many Wiza credits do I have left?"

What happens: The client calls get_credits. Wiza returns current API, email, phone, and export credit balances, and includes a purchase path when API credits are depleted.

Prompt: "Find VP Sales prospects at SaaS companies in Toronto with 51-200 employees."

What happens: The client calls search_prospects with title, location, and company filters. Wiza returns a preview page of matching people and a pagination token when additional results are available.

Prompt: "Find SaaS companies in Toronto with 51-200 employees."

What happens: The client calls search_companies with location, size, and industry filters. Wiza returns matching accounts, their websites, revenue and funding signals, and a pagination token when more results are available.

Prompt: "Find SaaS companies in Toronto, then get VP Sales and CRO leadership for the top matches and enrich their contact details."

What happens: The client first calls search_companies to identify matching accounts. It then uses those companies to drive search_prospects for leadership roles such as VP Sales or CRO, and finally calls enrich_contact plus enrich_company on the selected records. The result is an account-first workflow with leadership discovery and enriched contact plus company context.

Operational Notes

  • Responses are designed to remain compact and practical for MCP client usage.

  • Browser-based MCP clients may require CORS; Wiza supports secure HTTPS origins and local development origins.

  • If your network uses IP allowlisting or a firewall, make sure the remote MCP client platform can reach the server for both OAuth and MCP requests.

  • Keep test credentials and sample data out of source control. Share them only through secure channels.

Support

  • Email: [emailΒ protected]

  • Documentation: /usage.html

Privacy

See the Wiza privacy policy for details on data handling and account usage: https://wiza.co/privacy

This guide is intended as a generic MCP usage reference for Wiza integrations and partner reviews.