Cisp Mcp

by fw-magic

258 downloads
Not rated
GitHub

About

cisp-mcp 是一个用 Python 编写的 CISP API MCP 服务,用于把 CISP 企业信息接口封装成可被大模型调用的 MCP tools。 项目使用 uv 管理依赖,基于 mcp Python SDK 的 FastMCP 开发,通过 CISP AI 网关 JSON 接口访问后端 API。

Details

Author
fw-magic
Downloads
258
Categories
Developer Tools, API

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 Cisp 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

Use uv to manage dependencies and run the server. Configure your CISP AI gateway endpoint

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "cisp mcp": {
            "cisp-mcp": {
                "command": "uvx",
                "args": [
                    "--from",
                    "git+https://github.com/fw-magic/cisp-mcp.git",
                    "cisp-mcp"
                ],
                "env": {
                    "CISP_ENDPOINT": "https://cisp.zenitera.com",
                    "CISP_REQUEST_URI": "/ectcispserver/api/entcreditapi/query",
                    "CISP_API_KEY": "<YOUR_CISP_API_KEY>",
                    "CISP_TIMEOUT_SECONDS": "30",
                    "CISP_VERIFY_SSL": "true"
                }
            }
        }
    }
}

McpServers

{
    "cisp-mcp": {
        "command": "uvx",
        "args": [
            "--from",
            "git+https://github.com/fw-magic/cisp-mcp.git",
            "cisp-mcp"
        ],
        "env": {
            "CISP_ENDPOINT": "https://cisp.zenitera.com",
            "CISP_REQUEST_URI": "/ectcispserver/api/entcreditapi/query",
            "CISP_API_KEY": "<YOUR_CISP_API_KEY>",
            "CISP_TIMEOUT_SECONDS": "30",
            "CISP_VERIFY_SSL": "true"
        }
    }
}

cisp-mcp 是一个用 Python 编写的 CISP API MCP 服务,用于把 CISP 企业信息接口封装成可被大模型调用的 MCP tools。 项目使用 uv 管理依赖,基于 mcp Python SDK 的 FastMCP 开发,通过 CISP AI 网关 JSON 接口访问后端 API。

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.