MCP.so
登录
C

China Business MCP Server

@Dnovalab

关于 China Business MCP Server

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

基本信息

分类

其他

传输方式

stdio

发布者

Dnovalab

提交者

Dnovalab

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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_company by 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.

评论

其他 分类下的更多 MCP 服务器