exa-personal-site
Personal Site Search (Exa)
Tool
Use exec to call: mcporter call exa-search.web_search_advanced_exa category=personal\ site <params>
Always include category=personal\ site.
Full Filter Support
Unlike company or tweet categories, personal site supports ALL parameters:
- Domain:
includeDomains,excludeDomains - Date:
startPublishedDate,endPublishedDate,startCrawlDate,endCrawlDate - Text:
includeText,excludeText(single-item only — multi-item causes 400 error) - Content:
enableSummary,enableHighlights,subpages,subpageTarget
Call Syntax
# Technical blog posts
mcporter call exa-search.web_search_advanced_exa \
query="building production LLM applications lessons learned" \
category="personal site" \
numResults=15 \
type=deep \
enableSummary=true
# Recent posts only
mcporter call exa-search.web_search_advanced_exa \
query="Rust async runtime comparison" \
category="personal site" \
startPublishedDate=2025-01-01 \
numResults=10 \
type=auto
# Exclude aggregators, find independent blogs
mcporter call exa-search.web_search_advanced_exa \
query="startup founder lessons" \
category="personal site" \
excludeDomains='["medium.com","substack.com"]' \
numResults=15 \
type=auto
# Portfolio sites with subpages
mcporter call exa-search.web_search_advanced_exa \
query="AI engineer portfolio projects" \
category="personal site" \
numResults=10 \
subpages=2 \
subpageTarget=projects
When to Use
- Individual expert opinions and experiences
- Personal blog posts on technical topics
- Portfolio websites
- Independent analysis (not corporate content)
- Deep-dives and tutorials from practitioners
Output Format
Return:
- Results — title, author/site name, date, key insights
- Sources — URLs
- Notes — author expertise, potential biases, depth of coverage
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.
2exa-people-research
People research using Exa search. Finds LinkedIn profiles, professional backgrounds, experts, team members, and public bios. Use when searching for people, finding experts, or looking up professional profiles.
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
2