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
CData Cloudant MCP Server
A read-only MCP server by CData for querying live Cloudant data with LLMs. Requires the CData JDBC Driver for Cloudant.
MCP Memory Dashboard
A desktop application for managing and interacting with the MCP Memory Service, a semantic memory system built on the Model Context Protocol.
Neo4j Server
Interact with and explore graph data in a Neo4j database.
CData Oracle SCM
A read-only MCP server for querying live Oracle SCM data, powered by the CData JDBC Driver.
Gremlin
Interact with any Gremlin-compatible graph database using natural language, with support for schema discovery, complex queries, and data import/export.
Microsoft SQL Server
A Model Context Protocol (MCP) server for connecting to and querying Microsoft SQL Server databases.
Airtable
Official Airtable MCP server, plugins, and skills. The database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom app.
Model Database Protocol
Intent-based, secure database access protocol for AI systems — LLMs send structured intents instead of raw SQL.
Dynamics 365 MCP Server by CData
A read-only MCP server by CData that enables LLMs to query live data from Dynamics 365. Requires the CData JDBC Driver for Dynamics 365.
Keboola MCP Server
An MCP server for interacting with the Keboola Connection data platform.