MCP.so
ログイン

Web_Search_MCP

@memohib

Web_Search_MCP について

An MCP(Model Context Protocol) Server with a web search tool

基本情報

カテゴリ

検索

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

memohib

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Web_Search_MCP": {
      "command": "uv",
      "args": [
        "init",
        "Web_Search_MCP"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Web_Search_MCP?

Web_Search_MCP is an MCP (Model Context Protocol) server that provides a web search tool using the Tavily API. It enables AI systems and language models to perform real‑time web searches and retrieve detailed results.

How to use Web_Search_MCP?

Install dependencies with uv, set your Tavily API key in a .env file, and configure the Claude desktop config file to point to the project directory. The server is then started from within the Claude desktop application and exposes a single tool called search_web that accepts a query string and returns JSON results.

Key features of Web_Search_MCP

  • Real-time web search using the Tavily API
  • Detailed results including content, URL, and relevancy score
  • Well‑structured JSON output with status and timestamp
  • Graceful error handling with informative messages
  • Asynchronous processing for concurrent requests
  • Easy integration via FastMCP

コメント

「検索」の他のコンテンツ