jishics-mcp-server
Enables AI assistants to search, compare, and order corporate financial and tax service providers via natural language.
README
即时财税 MCP Server
🚀 让 AI 助手(ChatGPT / Kimi / Claude / 豆包)能直接查询企业财税服务商
📖 目录
什么是 MCP?
MCP (Model Context Protocol) 是让 AI 助手能访问外部数据和服务的开放协议。通过 MCP,用户可以在 ChatGPT、Kimi、Claude 等 AI 助手中直接找到即时财税的服务商信息。
一句话: 把你的企业服务数据变成 AI 能"看懂"的工具,用户用自然语言就能搜索、比价、下单。
功能
| Tool | 说明 | 示例 |
|---|---|---|
search_services |
搜索服务商(按城市、服务类型) | "帮我找福州代理记账,小规模,200以内" |
get_provider |
获取服务商详情(资质、评分、成交量) | "这家有没有代理记账许可证?" |
get_reviews |
获取客户评价 | "看看这家评价怎么样" |
create_demand |
发布服务需求,支持 webhook 回调获取报价通知 | "选第一个,帮我发布需求" |
track_order |
查询订单/需求状态 | "我的需求有人接了吗?" |
match_score |
匹配度评分 | "对比这三家的综合评分" |
verify_license |
验证服务商资质 | "确认下资质是否在有效期内" |
快速开始
1. 在 AI 助手中配置 MCP
Claude Desktop / Cursor / Cherry Studio:
{
"mcpServers": {
"jishics": {
"url": "https://mcp.jishics.com/mcp/v1"
}
}
}
2. 对 AI 说
帮我找个福州的代理记账服务商,小规模纳税人,预算200以内
AI 会自动调用 search_services,返回匹配的服务商列表。
3. 继续对话
选第一个,帮我发布需求
AI 会调用 create_demand,在即时财税平台创建需求。
本地开发
npm install # 安装依赖
npm run dev # 开发模式(热重载)
npm run build # 构建
npm start # 启动生产模式
环境变量
复制 .env.example 为 .env 并编辑:
| 变量 | 说明 | 默认值 |
|---|---|---|
JISHICS_API_URL |
官网 API 地址 | http://localhost:3000/api/v1 |
MCP_PORT |
MCP Server 端口 | 3001 |
MCP_API_KEYS |
API Key(逗号分隔) | 空(不认证) |
LOG_LEVEL |
日志级别 | info |
INTERNAL_API_KEY |
内部 API 密钥 | 空 |
WEBHOOK_SECRET |
Webhook HMAC 签名密钥(与主服务共用) | 空 |
运行测试
node test-functional.mjs # 功能测试
node test-mcp-sdk.mjs # MCP SDK 测试
部署
# Docker(推荐)
docker compose up -d
# 直接运行
npm start
# systemd 服务
# 详见 DEPLOY.md
详细部署说明见 DEPLOY.md
数据安全
| 数据类型 | MCP 可访问 | 说明 |
|---|---|---|
| 服务商名称 | ✅ | 公开信息 |
| 服务价格 | ✅ | 公开信息 |
| 评分/评价 | ✅ | 公开信息 |
| 客户联系方式 | ❌ | PII,永不返回 |
| 财务数据 | ❌ | 内部数据 |
MCP 生态
本项目已发布到以下 MCP 目录:
关于即时财税
即时财税(jishics.com) 是企业财税服务竞价撮合平台,连接有财税需求的企业与专业服务商。
贡献
欢迎贡献!请参阅 CONTRIBUTING.md
安全漏洞请私密报告至 security@jishics.com,详见 SECURITY.md
License
MIT © 即时财税
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.