Exa Web Search (Free)
Neural search for web, code, and company research. No API key required.
Setup
Verify mcporter is configured:
CODEBLOCK0
If not listed:
CODEBLOCK1
Core Tools
websearchexa
Search web for current info, news, or facts.
CODEBLOCK2
Parameters:
- -
query - Search query - INLINECODE1 (optional, default: 8)
- INLINECODE2 (optional) -
"auto", "fast", or INLINECODE5
getcodecontext_exa
Find code examples and docs from GitHub, Stack Overflow.
CODEBLOCK3
Parameters:
- -
query - Code/API search query - INLINECODE7 (optional, default: 5000) - Range: 1000-50000
companyresearchexa
Research companies for business info and news.
CODEBLOCK4
Parameters:
- -
companyName - Company name - INLINECODE9 (optional, default: 5)
Advanced Tools (Optional)
Six additional tools available by updating config URL:
- -
web_search_advanced_exa - Domain/date filters - INLINECODE11 - Query expansion
- INLINECODE12 - Full page extraction
- INLINECODE13 - Professional profiles
- INLINECODE14 - AI research agent
Enable all tools:
CODEBLOCK5
Tips
- - Web: Use
type: "fast" for quick lookup, "deep" for thorough research - Code: Lower
tokensNum (1000-2000) for focused, higher (5000+) for comprehensive - See examples.md for more patterns
Resources
Exa Web Search (免费版)
面向网页、代码和公司研究的神经搜索。无需API密钥。
设置
确认mcporter已配置:
bash
mcporter list exa
如果未列出:
bash
mcporter config add exa https://mcp.exa.ai/mcp
核心工具
websearchexa
搜索网页获取最新信息、新闻或事实。
bash
mcporter call exa.websearchexa(query: latest AI news 2026, numResults: 5)
参数:
- - query - 搜索查询
- numResults(可选,默认值:8)
- type(可选)- auto、fast 或 deep
getcodecontext_exa
从GitHub、Stack Overflow查找代码示例和文档。
bash
mcporter call exa.getcodecontext_exa(query: React hooks examples, tokensNum: 3000)
参数:
- - query - 代码/API搜索查询
- tokensNum(可选,默认值:5000)- 范围:1000-50000
companyresearchexa
研究公司获取商业信息和新闻。
bash
mcporter call exa.companyresearchexa(companyName: Anthropic, numResults: 3)
参数:
- - companyName - 公司名称
- numResults(可选,默认值:5)
高级工具(可选)
通过更新配置URL可启用另外六个工具:
- - websearchadvancedexa - 域名/日期筛选
- deepsearchexa - 查询扩展
- crawlingexa - 完整页面提取
- peoplesearchexa - 专业档案
- deepresearcherstart/check - AI研究代理
启用所有工具:
bash
mcporter config add exa-full https://mcp.exa.ai/mcp?tools=websearchexa,websearchadvancedexa,getcodecontextexa,deepsearchexa,crawlingexa,companyresearchexa,peoplesearchexa,deepresearcherstart,deepresearcher_check
然后使用:
mcporter call exa-full.deep
searchexa(query: AI safety research)
提示
- - 网页:使用 type: fast 快速查找,deep 进行深入研究
- 代码:降低 tokensNum(1000-2000)聚焦重点,提高(5000+)获取全面信息
- 更多模式请参见 examples.md
资源