Skip to main content
Glama

Baidu Search MCP Server

by Evilran

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Evilran/baidu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server