Baidu Search MCP Server

MIT License
1
  • Apple

search

Query Baidu to retrieve search results, optionally enabling deep web content extraction and customizing the number of returned results for accurate data retrieval.

Instructions

Search Baidu and return formatted results. Args: query: The search query string max_results: Maximum number of results to return (default: 6) deep_mode: Deep search the web content (default: False) ctx: MCP context for logging

Input Schema

NameRequiredDescriptionDefault
deep_modeNo
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "deep_mode": { "default": false, "title": "Deep Mode", "type": "boolean" }, "max_results": { "default": 6, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "searchArguments", "type": "object" }

You must be authenticated.

Other Tools from Baidu Search MCP Server

Related Tools

ID: syt71i2jen