← pro.makeup
INDIVIDUAL MCP TOOL
promakeup_emit_listing_event
Use AFTER successfully referring a user to a listing, or when the user signals data quality (wrong phone, closed).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pro-makeup]
url = "https://pro.makeup/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pro-makeup": {
"type": "http",
"url": "https://pro.makeup/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pro-makeup
Remote MCP URL: https://pro.makeup/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pro-makeup": {
"url": "https://pro.makeup/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pro-makeup": {
"type": "http",
"url": "https://pro.makeup/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pro-makeup",
"transport": "streamable-http",
"url": "https://pro.makeup/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
promakeup_search_pros— Use when the user asks "find a makeup [category] in [city] who does [service]".promakeup_get_business_by_slug— Use when you have a pro.promakeup_get_business_by_phone— Use when the user contacted a business by phone and you only have the phone number.promakeup_get_business— Use when you already hold a Business id (nanoid) — typically because you stored it from a prior tool call or webhook.promakeup_list_services_nearby— Use when the user wants verified pros within a radius of a known point.promakeup_list_schools— Use when the user asks about makeup schools, programs, or specific qualifications (e.promakeup_get_discovery_summary— Use when the user wants a sense of what is on pro.