Qcc Openapi Mcp

by qcc-design

288 downloads
Not rated
GitHub

About

This is the official MCP server for the Qcc Open Platform (Qcc 开放平台).

Details

Author
qcc-design
Downloads
288
Categories
Media

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Qcc Openapi Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

GetBasicDetailsByName

实时查询企业工商照面信息,返回企业名称、企业类型、注册资本、统一社会信用代码、经营范围、营业期限、上市状态等信息。

GetCompanySelfRiskCountByName

通过查询关键字获取企业自身所有的风险条目数,返回包括但不限于失信、被执行、裁判文书、司法拍卖、经营异常、开庭公告、税收违法、股权出质、动产抵押、股权冻结、法院公告、土地抵押等维度的风险数量。让您能快速甄别企业风险。(针对类型为中国香港、中国台湾、社会组织的企业不支持当前扫描接口)。

DrawBarChart

生成柱状图

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "qcc openapi mcp": {
            "qcc-openapi-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@qcc-design/openapi-mcp-server"
                ],
                "env": {
                    "QCC_OPEN_API_KEY": "<YOUR_API_KEY>",
                    "QCC_OPEN_API_SECRET_KEY": "<YOUR_API_SECRET_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "qcc-openapi-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@qcc-design/openapi-mcp-server"
        ],
        "env": {
            "QCC_OPEN_API_KEY": "<YOUR_API_KEY>",
            "QCC_OPEN_API_SECRET_KEY": "<YOUR_API_SECRET_KEY>"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.