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.

コメント

「その他」の他のコンテンツ