Zhipu Web Search MCP

Zhipu Web Search MCP

By Isstech GitHub

基于智普AI web_search 工具的网络搜索工具

mathgpt math-solver
Overview

what is Zhipu Web Search Mpc?

Zhipu Web Search Mpc is a web search service that allows users to run a search server using the MCP protocol.

how to use Zhipu Web Search Mpc?

To use Zhipu Web Search Mpc, you need to start the server using the provided commands and configure the client to connect to the server.

key features of Zhipu Web Search Mpc?

  • Supports both stdio and SSE protocols for server communication.
  • Easy configuration for client-server interaction.
  • Allows running search queries through a web interface.

use cases of Zhipu Web Search Mpc?

  1. Running a local web search service for development purposes.
  2. Integrating search capabilities into applications using the MCP protocol.
  3. Testing and debugging web search functionalities.

FAQ from Zhipu Web Search Mpc?

  • What protocols does Zhipu Web Search Mpc support?

Zhipu Web Search Mpc supports both stdio and SSE protocols for server communication.

  • How do I start the server?

You can start the server using the command mcp dev web_search.py for stdio or uv run main.py --host 0.0.0.0 --port 8020 for SSE.

  • Is there a client available?

Yes, you can run the client using the command uv run client.py http://127.0.0.1:8020/sse.

Content

运行服务

  1. 通过stdio协议启动服务端
    mcp dev web_search.py
    
  • 配置客户端
    {
        "mcpServers": {
            "mcp-server": {
            "command": "uv",
                "args": [
                    "--directory",
                    "<你的项目路径>",
                    "run",
                    "main.py"
                ]
            }
        }
    }
    
  1. 通过SSE协议启动服务端
  •  uv run main.py --host 0.0.0.0 --port 8020
    
  • 运行客户端

     uv run client.py http://127.0.0.1:8020/sse
    
No tools information available.

-

mathgpt math-solver
View Details
StatSource
StatSource by jamie7893

Statsource is a standalone MCP server designed to simplify data analysis. Whether you're pulling data from a PostgreSQL database or a CSV file, Statsource delivers actionable insights with ease

mathgpt math-solver
View Details

Mirror of

mathgpt math-solver
View Details

created from MCP server demo

mathgpt math-solver
View Details

-

mathgpt math-solver
View Details

created from MCP server demo

mathgpt math-solver
View Details