22 days ago
Query Chinese company registration data via MCP. Look up business information including registration numbers, legal representatives, and registered capital.
Server Config
{
"mcpServers": {
"china-business": {
"command": "node",
"args": [
"path/to/index.js"
],
"env": {
"API_KEY": "<YOUR_KEY>",
"API_BASE_URL": "https://api.qichacha.com"
}
}
}
}