智谱 Web Search MCP 工具(STDIO)

Created By
zgccruia year ago
一个通过智谱 AI 开放平台(BigModel)的 Web Search API 提供网页搜索能力的命令行工具,并符合 Model-Code-Protocol (MCP) 规范。可以通过标准输入/输出(STDIO)与客户端通信
Overview

Zhipu Web Search is a command-line tool that provides web search capabilities through the Zhipu AI Open Platform's Web Search API, adhering to the Model-Code-Protocol (MCP) specifications.

To use Zhipu Web Search, you need to obtain an API Key from the Zhipu AI Open Platform. You can run the tool directly using npx without global installation, integrating it with any MCP-compliant client.

  • Calls the Zhipu Search API to perform web searches.
  • Formats the returned JSON results into human-readable text.
  • Operates as an MCP server, allowing communication via standard input/output (STDIO).
  1. Performing web searches for specific queries.
  2. Integrating with AI clients for enhanced search capabilities.
  3. Filtering search results based on domain or recency.
  • How do I get an API Key?

You can obtain an API Key from the Zhipu AI Open Platform.

  • Can I use this tool without installation?

Yes! You can use it directly with npx without needing to install it globally.

  • What search engines are supported?

The tool supports multiple search engines including Zhipu Standard, Zhipu Pro, Sogou, Quark, Jina.ai, and Bing.

Server Config

{
  "mcpServers": {
    "zhipu-web-search": {
      "command": "npx",
      "args": [
        "cc-zhipu-web-search"
      ],
      "env": {
        "BIGMODEL_API_KEY": "<YOUR_BIGMODEL_API_KEY>"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
zgccrui
Star
-
Language
-
License
-

Recommend Servers

View All
Wpnews

6 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago