Agent skill
mcp-exa-search
Search the web, research companies, and find code context using Exa AI. Use when performing web searches, company research, or finding programming documentation. Triggers on "search the web", "find online", "research company", "code context for [library]", "Exa search".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/mcp-exa-search
SKILL.md
Exa AI Search
MCP service at https://mcp.exa.ai/mcp (http) with 3 tools.
Requirements
mhCLI must be installed. If not available, install with:bashcurl -fsSL https://raw.githubusercontent.com/vaayne/mcphub/main/scripts/install.sh | sh
Usage
List tools: mh -u https://mcp.exa.ai/mcp -t http list
Get tool details: mh -u https://mcp.exa.ai/mcp -t http inspect <tool-name>
Invoke tool: mh -u https://mcp.exa.ai/mcp -t http invoke <tool-name> '{"param": "value"}'
Notes
- Run
inspectbefore invoking unfamiliar tools to get full parameter schema - Timeout: 30s default, use
--timeout <seconds>to adjust getCodeContextExais best for programming-related queries (libraries, SDKs, APIs)
Tools
| Tool | Description |
|---|---|
webSearchExa |
Search the web using Exa AI with real-time results. Supports configurable result counts and returns content from most relevant websites. |
companyResearchExa |
Research companies - finds comprehensive info about businesses, operations, news, financials, and industry analysis. |
getCodeContextExa |
Search and get relevant context for programming tasks. Best for libraries, SDKs, and API documentation with high quality, fresh context. |
Examples
# Web search
mh -u https://mcp.exa.ai/mcp -t http invoke webSearchExa '{"query": "latest AI developments 2024"}'
# Company research
mh -u https://mcp.exa.ai/mcp -t http invoke companyResearchExa '{"company": "OpenAI"}'
# Code context
mh -u https://mcp.exa.ai/mcp -t http invoke getCodeContextExa '{"query": "React hooks best practices"}'
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?