Qixin API Service
Access comprehensive enterprise data from the Qixin Open Platform APIs.
@qixin-api/apiservice-mcp
启信宝MCP是基于启信开放平台现有接口,赋能AI大模型快速获取启信开放平台所有API接口数据,在此基础上开展进一步分析处理,通过快速、安全、精准获取并处理企业数据,打通从数据获取到智能决策的“最后一公里”。以查询公司法人信息为例,业务人员在提问后,AI大模型会分析链接的MCP有无相关数据,若有则返回结构化数据,最终由AI大模型结合提问生成自然语言回答,在大幅提升效率的同时,也保证了数据传输的准确性与安全性。
数据维度
- 企业搜索:支持关键词模糊匹配查找企业
- 企业信息查询:获取详细的工商信息、股东结构、主要高管及经营状况等数据
- 风险分析:多维度综合风险评估
- 高管信息:查询公司高管详细资料及背景
- 法律信息:诉讼统计及法律程序数据
安装方法
npm install -g @qixin-api/apiservice-mcp
或直接使用 npx 运行:
npx @qixin-api/apiservice-mcp
配置方法
在使用本 MCP 服务前,需要将企信 API 的凭证设置为环境变量:
export QIXIN_APP_KEY="your_app_key_here"
export QIXIN_SECRET_KEY="your_secret_key_here"
如何获取启信key
- 登录启信开放平台注册获取
- 联系我们,我们会为您提供:

搭配 Claude Desktop 使用
在 claude_desktop_config.json 中添加如下配置:
{
"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"
}
}
}
}
当前可用接口列表 (更多接口可支持定制开发)
-
advSearch 使用关键词进行企业模糊搜索。
-
getEnterpriseInfo 获取企业的全面信息,包括工商详情、股东、高管和经营状况等。
-
getAllRiskInfo 获取企业在工商、法律、财务、税务等多维度的综合风险信息。
-
getAllPersonInfo 查询企业高管的详细信息,包括任职、投资及风险情况等。
-
sumLawsuit 获取企业整体诉讼统计,包括裁判文书、开庭公告、执行公告、法院公告等。
Related Servers
Exact Online MCP Server by CData
A read-only MCP server by CData that enables LLMs to query live data from Exact Online.
Pinecone
Read and write to a Pinecone vector database using the Model Context Protocol.
Financial Datasets
Stock market API made for AI agents
Stellar MCP
Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.
BigCommerce by CData
A read-only MCP server for BigCommerce, enabling LLMs to query live data using the CData JDBC Driver.
MySQL MCP Server
Enables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.
Aptos Blockchain MCP
Interact with the Aptos blockchain, supporting both testnet and mainnet for AI applications.
Timeplus
Interact with the Timeplus real-time data platform for querying and managing data streams.
Mongo
A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases
Qdrant Memory
A knowledge graph implementation with semantic search powered by the Qdrant vector database.