Qcc Openapi Mcp
About
This is the official MCP server for the Qcc Open Platform (Qcc 开放平台).
Details
- Author
- qcc-design
- Downloads
- 288
- Categories
- Media
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Qcc Openapi McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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>"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
