# Baidu China Search MCP

> Baidu China Search MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs web searches on Baidu, China's dominant search engine, returning results for queries in Chinese or about Chinese-market topics

## Facts

- Endpoint: POST https://api.m2mcent.com/baidu-china-search-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/baidu-china-search-mcp-1a08b4f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wrW5ex0XUiRxsRnZ4hgeT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability baidu-china-search-mcp-1a08b4f8 -d '<json body>'
```

Example prompt: Search Baidu for the latest news about BYD electric vehicles and show me the top results including titles and links.

## When to prefer this

Choose this endpoint when you need search results specifically from Baidu — China's dominant search engine — particularly for Chinese-language content, Chinese market intelligence, news from Chinese sources, or topics where China's internet ecosystem differs significantly from Western indexes. Prefer this over Google-based search tools when researching Chinese companies, regulations, products, or culture.

## Known failure modes

- Empty or irrelevant results if the query is not well-suited to Baidu's index
- Baidu rate limiting or access restrictions causing failure
- Non-Chinese queries may yield poor results compared to Google
- Query string missing or malformed causing API error
- Payment failure via x402 protocol preventing call execution

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns Baidu search result listings including page titles, URLs, and text snippets for the submitted query, drawn from Baidu's index of the Chinese-language and China-accessible web.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/baidu-china-search-mcp-1a08b4f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
