Qixin API Service MCP Server

Access comprehensive Chinese enterprise data from the Qixin Open Platform.

README.md

@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"
      }
    }
  }
}

当前可用接口列表 (更多接口可支持定制开发)

  1. advSearch 使用关键词进行企业模糊搜索。

  2. getEnterpriseInfo 获取企业的全面信息,包括工商详情、股东、高管和经营状况等。

  3. getAllRiskInfo 获取企业在工商、法律、财务、税务等多维度的综合风险信息。

  4. getAllPersonInfo 查询企业高管的详细信息,包括任职、投资及风险情况等。

  5. sumLawsuit 获取企业整体诉讼统计,包括裁判文书、开庭公告、执行公告、法院公告等。

Tools 5

advSearchPerform a keyword-based fuzzy search to find specific enterprises.
getEnterpriseInfoRetrieve comprehensive enterprise information including business details, shareholders, executives, and operational status.
getAllRiskInfoGet multi-dimensional comprehensive risk assessment data for an enterprise.
getAllPersonInfoQuery detailed information about company executives, including their roles, investments, and risk profiles.
sumLawsuitGet statistical data on lawsuits, including court documents, hearing notices, and enforcement announcements.

Environment Variables

QIXIN_APP_KEYrequiredThe application key provided by the Qixin Open Platform.
QIXIN_SECRET_KEYrequiredThe secret key provided by the Qixin Open Platform.

Try it

Search for companies related to 'renewable energy' in China.
Get the full business profile and shareholder structure for Tencent.
Analyze the current legal and financial risk profile for Alibaba.
Find all lawsuit records and court announcements for Huawei.
Provide a background report on the key executives of BYD.

Frequently Asked Questions

What are the key features of Qixin API Service?

Keyword-based fuzzy enterprise search. Comprehensive工商 (business) information retrieval. Multi-dimensional enterprise risk analysis. Detailed executive background and investment tracking. Aggregated legal and litigation statistics.

What can I use Qixin API Service for?

Conducting due diligence on potential Chinese business partners.. Automating the collection of corporate data for market research reports.. Monitoring legal and financial risks for a portfolio of companies.. Streamlining the verification of executive backgrounds for recruitment or investment..

How do I install Qixin API Service?

Install Qixin API Service by running: npm install -g @qixin-api/apiservice-mcp

What MCP clients work with Qixin API Service?

Qixin API Service works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Qixin API Service docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Open Conare