usensedata-mcp-server-query-china-company
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USENSEDATA_API_KEY | Yes | Your API key for accessing Usense data services | |
| USENSEDATA_API_USERID | Yes | Your Usense user ID for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_company_name_and_presidentA | 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_query_companyA | 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_company_basic_infoA | 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_company_overseas_investmentsA | 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_company_change_recordsC | Query the change records of an company by its full name. |
| query_company_software_copyright_infoA | 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. |
| query_company_trademark_listA | 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. |
| query_company_court_litigation_related_infoA | 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_company_abnormal_business_operationA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose targeting specific types of company information in China, with no overlap in functionality. The descriptions explicitly differentiate between basic info, abnormal operations, change records, litigation, investments, copyrights, trademarks, and verification, making tool selection unambiguous.
All tools follow a consistent 'query_company_' prefix pattern with descriptive suffixes (e.g., 'basic_info', 'abnormal_business_operation'), except for 'fuzzy_query_company' and 'verify_company_name_and_president' which still maintain clear naming conventions. The snake_case style is uniform throughout, providing excellent predictability.
With 9 tools, this server is well-scoped for querying Chinese company data, covering a comprehensive range of information types without being excessive. Each tool serves a distinct and necessary function, making the count appropriate for the domain's complexity and user needs.
The tool set provides extensive coverage for retrieving various aspects of company information, including basic details, legal status, intellectual property, and investments. A minor gap exists in update or modification capabilities, but this is reasonable for a query-focused server, and agents can work effectively with the provided read-only operations.