Cisp Mcp
@fw-magic
关于 Cisp Mcp
cisp-mcp 是一个用 Python 编写的 CISP API MCP 服务,用于把 CISP 企业信息接口封装成可被大模型调用的 MCP tools。 项目使用 uv 管理依赖,基于 mcp Python SDK 的 FastMCP 开发,通过 CISP AI 网关 JSON 接口访问后端 API。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cisp Mcp?
Cisp Mcp is a Python-based MCP (Model Context Protocol) service that wraps CISP enterprise information APIs into MCP tools callable by large language models. It uses the FastMCP framework from the mcp Python SDK and accesses backend data through the CISP AI gateway JSON interface.
How to use Cisp Mcp?
Use uv to manage dependencies and run the server. Configure your CISP AI gateway endpoint
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
评论