China Business MCP Server

by Dnovalab

215 downloads
Not rated
GitHub

About

Query Chinese company registration data via MCP. Look up business information including registration numbers, legal representatives, and registered capital.

Details

Author
Dnovalab
Downloads
215
Categories
Other

- Query Chinese company basic information (registration number, legal representative, etc.)
- Returns structured data in a format AI can process
- Single tool: query_company by company name
- Requires Node.js 18+ and a valid API key

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name China Business MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "china business mcp server": {
            "china-business": {
                "command": "node",
                "args": [
                    "path/to/index.js"
                ],
                "env": {
                    "API_KEY": "<YOUR_KEY>",
                    "API_BASE_URL": "https://api.qichacha.com"
                }
            }
        }
    }
}

McpServers

{
    "china-business": {
        "command": "node",
        "args": [
            "path/to/index.js"
        ],
        "env": {
            "API_KEY": "<YOUR_KEY>",
            "API_BASE_URL": "https://api.qichacha.com"
        }
    }
}

China Business MCP Server

A Model Context Protocol (MCP) server that provides Chinese business registration data queries. Allows AI assistants to look up basic company information registered in China.

Features

- Query Chinese company basic information (registration number, legal representative, registered capital, etc.)
- Return structured data in a format AI can process

Installation

Prerequisites

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.