China Business MCP Server
@Dnovalab
About China Business MCP Server
Query Chinese company registration data via MCP. Look up business information including registration numbers, legal representatives, and registered capital.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"china-business": {
"command": "node",
"args": [
"path/to/index.js"
],
"env": {
"API_KEY": "<YOUR_KEY>",
"API_BASE_URL": "https://api.qichacha.com"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is China Business MCP Server?
A Model Context Protocol (MCP) server that provides Chinese business registration data queries. It allows AI assistants to look up basic company information registered in China, such as registration number, legal representative, and registered capital.
How to use China Business MCP Server?
Clone the repository, install dependencies with npm install, create a .env file with your API key and base URL, then configure it for use with Claude Desktop by adding the server to claude_desktop_config.json. Use the query_company tool with a Chinese company name as the parameter.
Key features of China Business MCP Server
- Query Chinese company basic information (registration number, legal representative, etc.)
- Returns structured data in a format AI can process
- Single tool:
query_companyby company name - Requires Node.js 18+ and a valid API key
Use cases of China Business MCP Server
- AI assistants verifying company registration details in China
- Automated due diligence for Chinese business partners
- Enriching company profiles with official registration data
- Integrating Chinese business lookups into chatbot workflows
FAQ from China Business MCP Server
What are the dependencies and runtime requirements?
Node.js 18+ and a valid API key from a Chinese business data provider (e.g., Tianyancha, Qichacha).
How do I get an API key for commercial use?
Monthly subscription is $9.99/month. Send payment to paypal.me/duanjianan, then email [email protected] with your transaction ID. You'll receive your API key and setup instructions within 24 hours.
Where does the data come from?
The data is retrieved from a third-party Chinese business data provider via the API key you configure (e.g., Tianyancha, Qichacha). The MCP server itself does not store data.
What transports or authentication does it use?
The server uses environment variables (API_KEY and API_BASE_URL) for authentication. It is configured as a local MCP server that communicates via standard MCP transport when used with Claude Desktop.
Are there any known limits or restrictions?
The README does not specify rate limits or query caps. The tool only accepts a single companyName parameter in Chinese.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Comments