Check if a person is a dishonest debtor by their name, ID number, and phone number.
The APP Code required for API authentication can be applied for on the Alibaba Cloud API Marketplace: https://market.aliyun.com/apimarket/detail/cmapi00047480
This MCP server, named deadbeat-query
, primarily serves as an external interface that allows users to query whether a person is a dishonest debtor by submitting basic personal information such as name, ID number, and mobile phone number. This service is particularly useful for financial institutions, credit departments, and other entities that need to perform risk control, helping these organizations quickly understand the credit status of potential customers and make more informed decisions.
idcard_number
: Required, represents the identification number of the individual being queried.mobile_number
: Required, indicates the mobile phone number used by the individual being queried.name
: Required, specifies the name of the person to be queried.https://jumjokk.market.alicloudapi.com/personal/disenforcement
Content-Type: application/x-www-form-urlencoded
Authorization: APPCODE <appCode value>
(Replace <appCode value>
with the actual application code)X-Ca-Nonce: <randomly generated unique identifier>
The response will include the following fields:
code
: An integer indicating the status code of the API call result.data
: An object type, which contains specific details of the dishonesty records when data is returned.
caseCount
: An integer showing the number of related cases found.caseList
: An array listing all the details of the related cases.
age
), area name (areaname
), business entity (buesinessentity
), etc.msg
: A string providing a message or error prompt regarding this query operation.taskNo
: A string, a unique task number that can be used to track the processing of this request.Please note that to ensure privacy, security, and legal compliance, please make sure you have obtained the appropriate authorization and comply with local laws and regulations before using this service.
by: Higress official
A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.
appCode