- Home
- MCP servers
- Qixin
Qixin
- javascript
1
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"enzetan-qixin-apiservice-mcp": {
"command": "npx",
"args": [
"@qixin-api/apiservice-mcp"
],
"env": {
"QIXIN_APP_KEY": "your_app_key_here",
"QIXIN_SECRET_KEY": "your_secret_key_here"
}
}
}
}启信宝MCP enables AI models to quickly access and structure data from the Qixin open platform by leveraging MCP endpoints. It streamlines data retrieval and analysis, letting you obtain enterprise information and related insights efficiently and securely to support smart decision making.
How to use
You interact with the MCP server through an MCP client. You can search for enterprises, fetch detailed company information, obtain multi‑dimensional risk analyses, query executives, and retrieve legal data. When you ask a question, the MCP client routes the request to the available MCP endpoints, which return structured data. The AI model then combines this data with your query to generate a natural language answer.
Practical usage patterns you can achieve:
How to install
Prerequisites: you need Node.js and npm installed on your system.
# Install the MCP server globally
npm install -g @qixin-api/apiservice-mcp
Additional content
Configuration and usage notes are provided below. Follow these steps to obtain credentials, configure the MCP client, and integrate with your tools.
Credential setup involves obtaining your Qixin App Key and Secret Key and exporting them as environment variables.
export QIXIN_APP_KEY="your_app_key_here"
export QIXIN_SECRET_KEY="your_secret_key_here"
If you are using Claude Desktop, add the following MCP server configuration to your claude_desktop_config.json to run the MCP server as a local stdio process.
{
"mcpServers": {
"qixin-apiservice": {
"command": "npx",
"args": ["@qixin-api/apiservice-mcp"],
"env": {
"QIXIN_APP_KEY": "your_app_key_here",
"QIXIN_SECRET_KEY": "your_secret_key_here"
}
}
}
}
Available interfaces
The MCP server exposes the following endpoints for data retrieval and analysis.
-
advSearch — perform a fuzzy search for enterprises using keywords.
-
getEnterpriseInfo — fetch comprehensive enterprise details including工商信息、股东结构、主要高管和经营状况。
-
getAllRiskInfo — retrieve multi‑dimensional risk information across工商、法律、财务、税务。
-
getAllPersonInfo — query detailed information on executives, roles, investments, and risk exposure.
-
sumLawsuit — obtain overall litigation statistics, including裁判文书 and court notices.
Available tools
advSearch
Fuzzy search for enterprises by keyword to locate potential matches.
getEnterpriseInfo
Fetch comprehensive enterprise details including registration data, shareholders, executives, and business status.
getAllRiskInfo
Aggregate risk information across business, legal, financial, and tax perspectives.
getAllPersonInfo
Query detailed information about company executives, including roles and investments.
sumLawsuit
Provide aggregated statistics on enterprise lawsuits and related court notices.