AgentSkillsCN

mcp-exa-search

利用 Exa AI 搜索网络、调研公司,并查找代码上下文。适用于进行网络搜索、公司调研,或查找编程文档时使用。支持以下触发词:“搜索网络”、“在线查找”、“公司调研”、“[库] 的代码上下文”、“Exa 搜索”。

SKILL.md
--- frontmatter
name: mcp-exa-search
description: 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".

Exa AI Search

MCP service at https://mcp.exa.ai/mcp (http) with 3 tools.

Requirements

  • mh CLI must be installed. If not available, install with:
    bash
    curl -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 inspect before invoking unfamiliar tools to get full parameter schema
  • Timeout: 30s default, use --timeout <seconds> to adjust
  • getCodeContextExa is best for programming-related queries (libraries, SDKs, APIs)

Tools

ToolDescription
webSearchExaSearch the web using Exa AI with real-time results. Supports configurable result counts and returns content from most relevant websites.
companyResearchExaResearch companies - finds comprehensive info about businesses, operations, news, financials, and industry analysis.
getCodeContextExaSearch and get relevant context for programming tasks. Best for libraries, SDKs, and API documentation with high quality, fresh context.

Examples

bash
# 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"}'