exa-people-research
People Research (Exa)
Tool
Use exec to call: mcporter call exa-search.web_search_advanced_exa <params>
Critical Rules
- Never run searches in main context. Spawn subagents or run sequentially.
- Query variation: 2-3 phrasings, run in parallel, deduplicate.
- Dynamic numResults: "a few" → 10-20, "comprehensive" → 50-100.
Categories
| Category | Use for |
|---|---|
people |
LinkedIn profiles, public bios (primary) |
personal site |
Blogs, portfolios, about pages |
news |
Press mentions, interviews, speaker bios |
| (none) | General web, broader context |
Restrictions with category=people
Do NOT use: startPublishedDate, endPublishedDate, startCrawlDate, endCrawlDate, excludeDomains, includeText, excludeText.
includeDomains → LinkedIn only: ["linkedin.com"].
Call Syntax
# Find people by role
mcporter call exa-search.web_search_advanced_exa \
query="VP Engineering AI infrastructure" \
category=people \
numResults=20 \
type=auto
# Deep dive on specific person
mcporter call exa-search.web_search_advanced_exa \
query="Dario Amodei Anthropic CEO background" \
type=auto \
livecrawl=fallback \
numResults=15
# News mentions
mcporter call exa-search.web_search_advanced_exa \
query="Dario Amodei interview 2024" \
category=news \
numResults=10 \
startPublishedDate=2024-01-01
# LinkedIn only
mcporter call exa-search.web_search_advanced_exa \
query="Machine learning engineer San Francisco" \
category=people \
includeDomains='["linkedin.com"]' \
numResults=25
Output Format
Return:
- Results — name, title, company, location (if available)
- Sources — profile URLs
- Notes — profile completeness, verification status
Browser Fallback
If content is auth-gated (private LinkedIn, etc.) → use browser tool with logged-in session.
More from codealive-ai/ai-cofounder
exa-code-search
Code search using Exa. Finds real code snippets, API docs, and examples from GitHub, StackOverflow, and technical docs. Use when searching for code examples, API syntax, library documentation, or debugging help.
2strategic-review
Deep multi-phase strategic review of a specific decision — premise challenge, alternatives, risk map, adversarial review. Use for big choices (wedge, pricing, channel, hire, pivot). For quick framework lookup, use decision-playbook. For diagnosing why something is broken, use business-investigation.
2enterprise-sales
Help users navigate enterprise sales. Use when someone is closing large deals, managing complex buying committees, handling procurement, or converting PLG users to enterprise contracts.
2web-browser
Browse the web using agent-browser CLI with Lightpanda engine. Read pages, extract content, interact with elements.
2daily-recap
End-of-day consolidation — summarize daily log, promote durable facts to MEMORY.md, identify open threads
2launch-marketing
Plan and execute general product launches — PR outreach, GTM campaigns, buzz generation. For Product Hunt specifically, use product-hunt-launch (specs/tactics) and ph-launch-timeline (30-day prep plan) instead.
2