MCP.so
ログイン

usensedata-mcp-server-query-china-company

@usensedata

usensedata-mcp-server-query-china-company について

羽山数据API服务现已全面兼容MCP协议,打造数据服务MCP Server。usensedata-mcp-server-query-china-company项目为企业类数据查询服务server,用户可通过简单配置快速通过LLM使用羽山数据企业类数据服务。依赖MCP Typescript SDK,可在支持MCP协议的智能体助手中快速接入。

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

usensedata

投稿者

liunan1944

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "usensedata-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "usensedata-mcp-server-query-china-company"
      ],
      "env": {
        "USENSEDATA_API_KEY": "<YOUR_API_KEY>",
        "USENSEDATA_API_USERID": "<YOUR_API_USERID>"
      }
    }
  }
}

ツール

9

Verification of the two elements of the legal representative's name and company full name. Return 0 to indicate consistency, and return 1 to indicate inconsistency. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Fuzzy search through company name keywords to return a list of enterprise information. Use this tool to retrieve the company's full name before calling other tools that require it.

Query and return basic information such as company name, legal representative, and registered capital by company full name to understand the company overview. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Query external investment information, such as the amount, shareholding ratio, shareholder type, etc., by the company's full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Query the change records of an company by its full name.

Query the registration information of an company's software copyrights by its full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Obtain the list of an company's trademarks, including trademark names, company names, and statuses, by its full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Obtain the litigation - related information of a target company in court by its full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Query the abnormal business operation information of an company by its full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.

概要

What is usensedata-mcp-server-query-china-company?

This server provides an MCP interface to query Chinese company data via the Yushan Data API. It offers a set of tools for enterprise information lookup, such as basic details, investment records, legal proceedings, and more. It is designed for LLM agents that support the Model Context Protocol.

How to use usensedata-mcp-server-query-china-company?

Install Node.js and npm, then run npm install and npm run build in the project directory. Configure your MCP client with the command npx -y usensedata-mcp-server-query-china-company (use cmd /c on Windows) and set the environment variables USENSEDATA_API_KEY and USENSEDATA_API_USERID with credentials from Yushan Data.

Key features of usensedata-mcp-server-query-china-company?

  • Enterprise two‑element verification (name & legal representative)
  • Fuzzy company name search
  • Basic company information query
  • Check outward investment details
  • Retrieve company change records
  • Query software copyright registrations
  • List trademarks owned by a company
  • Search court litigation information
  • Check business operation abnormalities

Use cases of usensedata-mcp-server-query-china-company?

  • Verify the legal status of a Chinese company before signing a contract.
  • Quickly gather basic information about a potential business partner.
  • Investigate a company’s investment portfolio and ownership structure.
  • Monitor changes in a company’s registration over time.
  • Assess legal risks by checking court cases and operation anomalies.

FAQ from usensedata-mcp-server-query-china-company

What credentials are required?

You need a UserID and API key from Yushan Data. Contact them at their website to obtain these credentials.

What runtime environment is needed?

Node.js must be installed on the system. Verify with node -v and npm -v.

How is the server configured in an MCP client?

Add a mcpServers entry in your MCP client configuration. For macOS/Linux use "command": "npx", on Windows use "command": "cmd" with appropriate arguments. Set the env fields USENSEDATA_API_KEY and USENSEDATA_API_USERID.

What data sources does this server use?

It uses the Yushan Data API. The server itself is built on the MCP TypeScript SDK.

Can this server be used with any MCP‑compatible agent?

Yes, it is designed to integrate quickly with any intelligent agent that supports the Model Context Protocol.

コメント

「開発者ツール」の他のコンテンツ