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.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 61 · 17.9k · 165 current installs · 173 all-time installs
byStavan@Whiteknight07
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill's stated purpose (web/code/company search via Exa MCP) matches the instructions which call a remote MCP service. However SKILL.md metadata declares a required binary 'mcporter' while the registry's top-level requirements list 'none' for required binaries — an inconsistency. Requesting mcporter is reasonable for this purpose, but the registry should declare it.
Instruction Scope
Runtime instructions tell the agent to run mcporter commands that configure and call a remote endpoint (https://mcp.exa.ai/mcp) and to enable optional tools (crawling, people search, deep researcher). Those commands will transmit user queries (and any data included in them) to an external service. The instructions do not limit or warn about sending sensitive data, nor do they require any local validation of results. Crawling and people-search features can retrieve or expose PII and arbitrary web content.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing is written to disk by the skill itself. Risk arises from reliance on an external binary (mcporter) and network calls to the MCP endpoint rather than from an installation step. The skill references GitHub/npm resources for Exa MCP which are plausible but unverified here.
Credentials
The skill declares no required environment variables or credentials, which is consistent with 'No API key needed.' However, because queries are sent to a third party, this design means user prompts and any embedded secrets could be leaked to that external service. No provision is made to prevent accidental transmission of sensitive data.
Persistence & Privilege
always:false (normal). The skill can be invoked autonomously (platform default). Combined with the optional 'deep_researcher' and crawling/people-search tools, autonomous invocation increases the amount of data that could be sent externally if allowed — but autonomous invocation alone is not unusual.
What to consider before installing
Before installing, consider: (1) The skill expects you to have the mcporter CLI and will configure and call a remote service (mcp.exa.ai). Verify you trust that domain and the mcporter binary (inspect its source or installed package). (2) Do not send secrets or private data in queries — the skill will forward whatever you ask to an external service. (3) The registry metadata omitted the required 'mcporter' binary — ask the publisher to correct this. (4) If you need stricter control, only enable the skill as user‑invocable (avoid autonomous runs), and test with non‑sensitive queries first. (5) If you require assurance, review the referenced GitHub/npm projects (exa-mcp-server) and any privacy/security docs for mcp.exa.ai before using.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binsmcporter
SKILL.md
Exa 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
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
