Zhipu Web Search

Created By
BigModela year ago
Zhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Overview

Zhipu Web Search is a specialized search engine designed for large models, integrating four different search engines to allow users to compare and switch between them flexibly. It enhances traditional web crawling and ranking capabilities with improved intent recognition, providing results tailored for large model processing.

To use Zhipu Web Search, obtain an API Key from the Zhipu BigModel Open Platform and configure it in a compatible client like Cursor. The MCP service can be integrated through simple configuration in the client settings.

  • Integration of multiple search engines for flexible comparisons
  • Enhanced intent recognition for better result relevance
  • Support for large model processing with tailored results including titles, URLs, summaries, and site icons
  1. AI applications requiring dynamic knowledge acquisition
  2. Scenarios needing precise adaptation of search results
  3. Research and data analysis leveraging large model capabilities
  • What types of search engines does Zhipu Web Search integrate?

It integrates several search engines including Zhipu proprietary engines standard and Zhipu proprietary engines advanced versions, as well as Sogou、Jina and Quark search engines.

  • How do I obtain an API Key?

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

  • Can I use Zhipu Web Search with any client?

It supports clients that run the MCP protocol, such as Cursor and Cherry Studio.

Server Config

{
  "mcpServers": {
    "zhipu-web-search-sse": {
      "url": "https://open.bigmodel.cn/api/mcp/web_search/sse?Authorization={you ak/sk}"
    }
  }
}
Project Info
Featured
Created At
a year ago
Updated At
a year ago
Author Name
BigModel
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago