← Back to list

tavily-mcp
by SPkHz
Western New England University - Portfolio of Electrical Engineering Projects
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: tavily-mcp description: MCP server for Tavily real-time web search, site mapping, extraction, and targeted crawling.
Tavily MCP — Web Search + Extraction
Search the web, map site URLs, extract structured content, or crawl with breadth/depth controls. Use when you need current information plus reliable page text extraction.
Codex CLI Notes
- Stdio transport via
$HOME/mcp/mcp-zotero-matlab-tools/bin/tavily-mcp.sh(sets Volta/XDG caches under$HOME/mcp/mcp-zotero-matlab-tools). Call tools by name; prefer search first, then extract/crawl selectively.
Tools and When to Call
tavily_search(query, max_results?, topic?, search_depth?)— Web/news search with recency options.tavily_map(url, max_depth?, max_breadth?)— Discover URLs on a site.tavily_extract(urls, format?, extract_depth?)— Extract clean page content (markdown/text).tavily_crawl(url, max_depth?, limit?, select_paths?, exclude_paths?)— Multi‑page crawl (summaries per page).
Examples (codex-cli)
tavily_search {"query":"OpenAI o3 mini system prompt", "max_results":5}tavily_map {"url":"https://example.com/docs"}→ pick URLs →tavily_extractfor full content
Guidelines
- Start with
tavily_search; keep extraction targeted to avoid noise. - Use
select_paths/exclude_pathsand low depth to focus crawls.
Security
- Keep API keys in environment (e.g.,
TAVILY_API_KEY). Respect robots.txt and site ToS.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon