# China Business Registry

MCP server providing AI agents access to Chinese company business registration data. Search companies by name, retrieve detailed business info (legal rep, capital, dates), and get comprehensive risk …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sinocheck/china-company

# Browse available tools
npx -y @smithery/cli@latest tool list sinocheck/china-company

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sinocheck/china-company search_company

# Call a tool
npx -y @smithery/cli@latest tool call sinocheck/china-company search_company '{}'
```

## Direct MCP Connection

Endpoint: `https://china-company--sinocheck.run.tools`

**Optional config:**
- `apiBaseUrl` (query) — Base URL of the SinoCheck API server

## Tools (3)

- `search_company` — Search for a Chinese company by name or keyword. Returns basic registration info including company name, legal status, …
- `get_company_detail` — Get comprehensive company profile and corporate structure. Returns registered capital, shareholders, ownership structur…
- `get_company_risk` — Get risk intelligence report for a Chinese company. Returns court judgments, enforcement actions, dishonest debtor blac…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sinocheck/china-company <tool-name>
```
