com.goaimoat/decision-maker-lookup
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@com.goaimoat/decision-maker-lookupFind decision makers at Acme Corp and reveal their emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
goaimoat-decision-maker-lookup-mcp
Find the person to contact at a company, then get a verified work email.
Built for agents doing B2B outreach: a model can name a company, but it cannot look up who works there or reach a deliverable address.
Hosted (no install):
https://contacts.mcp.goaimoat.com/mcpRegistry name:
com.goaimoat/decision-maker-lookupFree: 3 calls per email. Then a $29/yr license.
The two-step design
Step | Tool | Cost |
1. Search |
| Free — returns people with |
2. Reveal |
| Paid — turns one selected row into a verified address |
You size the job before spending anything: search first, filter to the decision-makers you
actually want, then reveal only those rows. get_balance() shows remaining credit.
Related MCP server: Prospeo MCP Server
Use the hosted endpoint
{
"mcpServers": {
"decision-maker-lookup": {
"type": "streamable-http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}Then call find_decision_makers with your email — no key, no signup for the first 3 calls.
Run it yourself
Requires a MONID_API_KEY (the upstream data provider). Get one at monid.ai.
Docker
docker build -t goaimoat-decision-maker-lookup-mcp .
docker run --rm -i -e MONID_API_KEY=your_key goaimoat-decision-maker-lookup-mcpRuns on stdio by default — what directory scanners (Glama and similar) use for introspection.
Local
pip install -r requirements.txt
MONID_API_KEY=your_key python server.pyWithout MONID_API_KEY the server still starts and answers introspection; tool calls return a
clear "no credential configured" error rather than fabricating a result.
Note on parameters
Upstream parameter names were verified live with
monid inspect -p hunterio -e /multi-domain-search — the field is company_name, not
company. Guessing parameter names against an undocumented endpoint is how this kind of
server silently returns HTTP 400, so this repo pins the verified ones.
Part of GoAI Moat
A suite of MCP servers giving agents data they cannot reach themselves: verified work emails, company records, Google search, and web scraping.
All servers (monorepo): https://github.com/jayniebingyu-cyber/goaimoat-mcp
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Find B2B decision makers and verify work emails.
Find verified work emails from a name, company, role or LinkedIn URL, and verify emails you have.
Search B2B contacts, enrich verified emails and phone numbers, and export results.
Plain-English people search with verified work emails, email verification and LinkedIn lookup.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables searching 12M+ verified businesses across 10 countries and 19 directories, with tools for lead generation, competitive analysis, and market research.MIT

Prospeo MCP Serverofficial
AlicenseAqualityFmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.5468 npmMIT- AlicenseAqualityDmaintenanceFinds and verifies business email addresses using DNS/SMTP verification and web scraping, with no external API costs.518 npm11MIT
- FlicenseNot gradedqualityCmaintenanceEnables B2B research by finding verified work emails, extracting contacts, detecting tech stacks, and profiling DNS and SaaS, all through a suite of MCP tools.-