INDIVIDUAL MCP TOOL
reveal_work_email
付费 reveal:把选定的决策者行变成一条带验证状态的邮箱地址(每行扣一次费)。 两种用法: - 传 reveal_handle(来自 find_decision_makers 结果里的 handle) - 或传 name + company,用 contactout 二次核验
LIVE ENDPOINT
https://contacts.mcp.goaimoat.com/mcp
Connect to this endpoint to inspect the live schema for reveal_work_email and invoke it with your own arguments.
Indexed 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 server
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.goai-moat-decision-maker-lookup]
url = "https://contacts.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-decision-maker-lookup": {
"type": "http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-decision-maker-lookup
Remote MCP URL: https://contacts.mcp.goaimoat.com/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": {
"goai-moat-decision-maker-lookup": {
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-decision-maker-lookup": {
"type": "http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-decision-maker-lookup",
"transport": "streamable-http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_decision_makers— 免费搜索目标企业的决策者名单(返回存在性 flag,不扣费)。 底层:`monid run -p hunterio -e /multi-domain-search --query '{.get_balance— 查询 Monid 账户余额(`monid balance`)。