Enables web search functionality using the Zhipu Qingyan API within an MCP server environment.
This project provides a network search tool implemented as an MCP (Model Context Protocol) server. It leverages the Zhipu AI search API to deliver asynchronous web search capabilities. The server handles API responses, manages API keys via environment variables, and supports standard input/output (stdio) for data transmission.
主要功能
011 GitHub stars
02Provides an asynchronous web search interface
03Handles errors and parses search results
04Configures API keys using environment variables
05Supports standard input/output (stdio) for communication
使用案例
01Integrating web search capabilities into other applications via MCP
02Automating information retrieval tasks
03Building AI-powered agents that require web search functionality