Exa Web Search (Free)
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.
Stavan
@whiteknight07
What This Skill Does
Free neural search tool for web, code, and company research via Exa MCP. No API key required. Supports web search for news/info, code search for docs/examples from GitHub/StackOverflow, and company research for business intelligence.
Replaces paid or rate-limited search APIs by providing free, AI-powered search across web, code, and company data without any API key.
When to Use It
- Search the web for the latest news or factual information on a topic
- Find code examples and documentation from GitHub or Stack Overflow for a specific API or library
- Research a company to gather business intelligence, recent news, and key facts
- Quickly look up a fact or current event without needing a paid search API
- Gather context for a coding problem by searching for relevant code snippets and docs
Install
$ openclaw skills install @whiteknight07/exa-web-search-freeExa Web Search (Free)
Neural search for web, code, and company research. No API key required.
Setup
Verify mcporter is configured:
mcporter list exa
If not listed:
mcporter config add exa https://mcp.exa.ai/mcp
Core Tools
web_search_exa
Search web for current info, news, or facts.
mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'
Parameters:
query- Search querynumResults(optional, default: 8)type(optional) -"auto","fast", or"deep"
get_code_context_exa
Find code examples and docs from GitHub, Stack Overflow.
mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'
Parameters:
query- Code/API search querytokensNum(optional, default: 5000) - Range: 1000-50000
company_research_exa
Research companies for business info and news.
mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'
Parameters:
companyName- Company namenumResults(optional, default: 5)
Advanced Tools (Optional)
Six additional tools available by updating config URL:
web_search_advanced_exa- Domain/date filtersdeep_search_exa- Query expansioncrawling_exa- Full page extractionpeople_search_exa- Professional profilesdeep_researcher_start/check- AI research agent
Enable all tools:
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:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'
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
Top skills in this category
Multi Search Engine
@gpyangyoujunMulti search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Openai Whisper
@steipeteLocal speech-to-text with the Whisper CLI (no API key).
Tavily 搜索
@jacky1n7Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
Baidu web search
@ide-reaSearch the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.