Jishics Server
FreeNot checkedEnables AI assistants to search, compare, and order corporate financial and tax service providers via natural language.
About
Enables AI assistants to search, compare, and order corporate financial and tax service providers via natural language.
README
🏆 已收录:mcp.so · Glama.ai · awesome-mcp-servers · Smithery.ai
🔗 MCP Endpoint:
https://mcp.jishics.com/mcp/v2| 8 Tools + 2 Resources | MIT
License: MIT Node.js MCP Version Glama Score CI
🔌 Server Config
{
"mcpServers": {
"jishics": {
"url": "https://mcp.jishics.com/mcp/v2"
}
}
}
📖 目录
什么是 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/v2"
}
}
}
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 目录和平台:
| 平台 | 类型 | 链接 |
|---|---|---|
| Glama.ai | 50K+ MCP 注册中心 | 查看 |
| mcp.so | 22K+ MCP 搜索引擎 | 查看 |
| awesome-mcp-servers | GitHub 精选列表 | PR #7733 |
| Smithery.ai | MCP 托管 + 部署 | 查看 |
| PulseMCP | MCP 社区 | 查看 |
| 腾讯云 MCP 广场 | 500+ MCP 市场 | 🔄 收录中 |
截图
| AI 撮合页 | 服务商搜索 |
|---|---|
![]() |
![]() |
截图位置:./docs/ 目录,尺寸 1440x900
关于即时财税
即时财税(jishics.com) 是企业财税服务竞价撮合平台,连接有财税需求的企业与专业服务商。
贡献
欢迎贡献!请参阅 CONTRIBUTING.md
安全漏洞请私密报告至 [email protected],详见 SECURITY.md
License
MIT © 即时财税
Installing Jishics Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/lpxuesir5555/jishics-mcp-serverFAQ
Is Jishics Server MCP free?
Yes, Jishics Server MCP is free — one-click install via Unyly at no cost.
Does Jishics Server need an API key?
No, Jishics Server runs without API keys or environment variables.
Is Jishics Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Jishics Server in Claude Desktop, Claude Code or Cursor?
Open Jishics Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Jishics Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs


