exa-web-search-free
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExa Web Search (Free)
Exa 网页搜索(免费版)
Neural search for web, code, and company research. No API key required.
针对网页、代码和企业调研的神经搜索。无需API密钥。
Setup
配置步骤
Verify mcporter is configured:
bash
mcporter list exaIf not listed:
bash
mcporter config add exa https://mcp.exa.ai/mcp确认mcporter已配置:
bash
mcporter list exa如果未列出:
bash
mcporter config add exa https://mcp.exa.ai/mcpCore Tools
核心工具
web_search_exa
web_search_exa
Search web for current info, news, or facts.
bash
mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'Parameters:
- - Search query
query - (optional, default: 8)
numResults - (optional) -
type,"auto", or"fast""deep"
搜索网页获取当前资讯、新闻或事实信息。
bash
mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'参数说明:
- - 搜索查询词
query - (可选,默认值:8)
numResults - (可选) -
type,"auto", 或"fast""deep"
get_code_context_exa
get_code_context_exa
Find code examples and docs from GitHub, Stack Overflow.
bash
mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'Parameters:
- - Code/API search query
query - (optional, default: 5000) - Range: 1000-50000
tokensNum
从GitHub、Stack Overflow查找代码示例和文档。
bash
mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'参数说明:
- - 代码/API搜索查询词
query - (可选,默认值:5000)- 范围:1000-50000
tokensNum
company_research_exa
company_research_exa
Research companies for business info and news.
bash
mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'Parameters:
- - Company name
companyName - (optional, default: 5)
numResults
调研企业以获取商业信息和新闻。
bash
mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'参数说明:
- - 企业名称
companyName - (可选,默认值:5)
numResults
Advanced Tools (Optional)
进阶工具(可选)
Six additional tools available by updating config URL:
- - Domain/date filters
web_search_advanced_exa - - Query expansion
deep_search_exa - - Full page extraction
crawling_exa - - Professional profiles
people_search_exa - - AI research agent
deep_researcher_start/check
Enable all tools:
bash
mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"更新配置URL后可使用另外6个工具:
- - 支持域名/日期筛选
web_search_advanced_exa - - 查询词扩展
deep_search_exa - - 整页内容提取
crawling_exa - - 专业人士资料查询
people_search_exa - - AI调研Agent
deep_researcher_start/check
启用所有工具:
bash
mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"Then use:
Then use:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'
undefinedmcporter call 'exa-full.deep_search_exa(query: "AI safety research")'
undefinedTips
使用技巧
- Web: Use for quick lookup,
type: "fast"for thorough research"deep" - Code: Lower (1000-2000) for focused, higher (5000+) for comprehensive
tokensNum - See examples.md for more patterns
- 网页搜索:使用进行快速查询,
type: "fast"用于深度调研"deep" - 代码搜索:降低(1000-2000)以聚焦内容,提高数值(5000+)获取全面信息
tokensNum - 更多使用模式请查看examples.md