Sponsored by Deepsite.site

CRIC物业AI

Created By
CRIC8 months ago
CRIC物业AI 是克而瑞专为物业行业打造的智能 AI 助理。
Content

CRIC物业AI MCP Server

介绍

CRIC物业AI 是 克而瑞 专为物业行业打造的智能 AI 助理。

功能

CRIC物业AI MCP Server 是一个基于 Model Context Protocol 的服务端实现,基于 CRIC物业AI 平台的部分原子能力,目前版本提供了以下功能(Tool):

  • 获取资讯日报
  • 获取行业热点问题列表
  • 获取可用知识库列表
  • 搜索知识库

更多能力即将推出,敬请期待。

获取 Access Token

您需要先获取 CRIC物业AI Access Token 才能使用 CRIC物业AI MCP Server 的功能。请联系我们的客服人员申请,联系邮箱:xuanao@cric.com

使用

1. SSE 方式(http)

1.1 运行

您可以自行运行一个 MCP Server 服务并启用 HTTP 模式,或者使用我们提供的服务。自行运行:

MODE=http PORT=3011 npx -y @wuye-ai/mcp-server-wuye-ai

运行成功后,服务端口 URL 为 http://localhost:3011/sse/mcp 。或者您也可以直接使用我们提供的服务端口 URL https://mcp.wuye-ai-staging.cricbigdata.com/sse/mcp (测试环境)、 https://mcp.wuye-ai.cricbigdata.com/sse/mcp (生产环境)作为后续测试开发使用。

1.2 测试

服务运行成功后,您可以使用 MCP Inspector 来查看并测试服务是否正常运行。

npx @modelcontextprotocol/inspector

MCP Inspector 启动后,用浏览器打开其 Web UI(默认为:http://127.0.0.1:6274/ )。并按照如下步骤配置连接:

  1. 在界面左侧设置 Transport Type 为 SSE,URL 为上一步获得的服务端口 URL。
  2. 展开 Authentication 面板,设置 Header Name 为 Authorization ,Bearer Token 为您的 CRIC物业AI Access Token
  3. 点击 Connect 按钮,连接成功后,左侧会显示当前连接的状态。

此时您就可以操作 MCP Inspector 测试 CRIC物业AI 的 MCP Server 了。具体使用您可以参考 MCP Inspector 中文文档

2. Stdio 方式

2.1 运行

我们也支持 stdio 方式运行 MCP Server。命令如下:

npx -y @wuye-ai/mcp-server-wuye-ai

2.2 测试

您可以使用第三方工具或者 MCP Inspector 来连接 Stdio 方式的 MCP Server。请注意,Stdio 方式下一般无需用户手动运行 MCP Server,通常是由第三方工具自动运行。

通过第三方工具使用 Stdio 方式接入时,如果您需要指定 Access Token,请通过环境变量 CRIC_WUYE_AI_ACCESS_TOKEN 指定。例如,Cline 设置文件:

{
  "mcpServers": {
    "CRIC物业AI": {
      "command": "npx",
      "args": [
        "-y",
        "@wuye-ai/mcp-server-wuye-ai"
      ],
      "env": {
        "CRIC_WUYE_AI_ACCESS_TOKEN": "{{您的 CRIC物业AI Access Token}}"
      }
    }
  }
}

在 MCP Inspector 中,您也可以选择 Stdio 方式接入。具体步骤如下:

  1. 在界面左侧设置 Transport Type 为 Stdio,Command 为 npx,Arguments 为 -y @wuye-ai/mcp-server-wuye-ai
  2. 展开 Environment Variables 面板,添加或设置 CRIC_WUYE_AI_ACCESS_TOKEN 为您的 CRIC物业AI Access Token
  3. 点击 Connect 按钮,MCP Inspector 会自动运行命令启动 MCP Server 并连接。连接成功后,左侧会显示当前连接的状态。

可选配置

您可以通过环境变量来配置 CRIC物业AI MCP Server 的运行方式。以下是可用的配置项:

参数名默认值描述
MODEstdio运行模式,支持 stdiohttp 两种模式。
HOSTNAME0.0.0.0HTTP 绑定主机名,仅在 http 模式下有效。0.0.0.0即为绑定到本机所有IP地址。
PORT3011HTTP 绑定端口,仅在 http 模式下有效。
CRIC_WUYE_AI_ACCESS_TOKENCRIC物业AI Access Token。如果不提供,则使用实际请求 HTTP Authorization Header 中的值。
CRIC_WUYE_AI_PROVIDER_API_BASEhttps://export.wuye-ai.cricbigdata.comCRIC物业AI 后端接入 API,请注意 此 URL 不是 CRIC物业AI MCP Server 的 URL 。可选值为 https://export.wuye-ai-staging.cricbigdata.com (测试环境)、 https://export.wuye-ai.cricbigdata.com (生产环境)

Server Config

{
  "mcpServers": {
    "CRIC物业AI": {
      "command": "npx",
      "args": [
        "-y",
        "@wuye-ai/mcp-server-wuye-ai"
      ],
      "env": {
        "CRIC_WUYE_AI_ACCESS_TOKEN": "<Your Access Token>"
      },
      "transportType": "stdio"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
Serper MCP ServerA Serper MCP Server
Tavily Mcp
Amap Maps高德地图官方 MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs