
usensedata-mcp-server-query-china-company
@usensedata
About usensedata-mcp-server-query-china-company
羽山数据API服务现已全面兼容MCP协议,打造数据服务MCP Server。usensedata-mcp-server-query-china-company项目为企业类数据查询服务server,用户可通过简单配置快速通过LLM使用羽山数据企业类数据服务。依赖MCP Typescript SDK,可在支持MCP协议的智能体助手中快速接入。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
9Verification 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.
Overview
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.
More Developer Tools MCP servers
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments