Mcp
@usensedata
羽山数据API服务现已全面兼容MCP协议,打造数据服务MCP Server。usensedata-mcp-server-query-china-company项目为企业类数据查询服务server,用户可通过简单配置快速通过LLM使用羽山数据企业类数据服务。依赖MCP Typescript SDK,可在支持MCP协议的智能体助手中快速接入。
Overview
What is Mcp?
Mcp is an MCP server built by 羽山数据 (Yushan Data) that provides enterprise data query services for Chinese companies. It integrates with the Model Context Protocol (MCP) and is designed for developers and AI agents using LLMs that support MCP. The server exposes tools to verify company legal representatives, search company information, and retrieve detailed records such as investments, changes, IP, litigation, and abnormal operations.
How to use Mcp?
Install Node.js and run npm install followed by npm run build in the project directory. Configure the MCP client with the server name usense-corp and set environment variables USENSEDATA_API_KEY and USENSEDATA_API_USERID obtained from 羽山数据. Then launch the server via npx usensedata-mcp-server-query-china-company. The tools become available in any MCP-compatible agent (e.g., Claude Desktop).
Key features of Mcp
- Verify if a legal person name matches a company name
- Fuzzy search companies by keyword
- Query basic company info (legal person, registered capital, credit code)
- Fetch overseas investment details (amount, shareholding ratio)
- Retrieve company change records
- Look up software copyright registrations
- Search trademark lists with status
- Access court litigation information
- Check abnormal business operation records
Use cases of Mcp
- Validate company legal representatives during KYC checks
- Gather company background information for due diligence
- Automate trademark and copyright portfolio monitoring
- Screen companies for litigation or abnormal status before partnerships
- Build AI-powered assistants that answer company intelligence queries
FAQ from Mcp
What dependencies does Mcp require?
Node.js (verify with node -v), npm, and the MCP Typescript SDK are required. The server also needs a valid API key and user ID from 羽山数据.
How do I obtain the API credentials?
Contact 羽山数据 at their website (https://www.yushanshuju.com/) to get your USENSEDATA_API_KEY and USENSEDATA_API_USERID.
How is Mcp configured in an MCP client?
Add an entry under mcpServers in your MCP configuration JSON. For macOS/Linux use npx as command; for Windows use cmd /c npx. Set the env block with the two required API environment variables.
What data does Mcp return?
All data comes from 羽山数据’s API and covers Chinese registered companies: basic info, investments, changes, court litigation, trademarks, software copyrights, and abnormal operations.
Are there any known limits?
The README does not mention rate limits or pricing. The server relies on external API availability and the user’s own API subscription.