Wuye-AI/mcp-server-wuye-ai
An MCP server that interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.
Ads
Overview
An MCP server that interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.
Installation
npx -y @modelcontextprotocol/inspector
Configuration
{
"mcpServers": {
"CRIC物业AI": {
"transportType": "sse",
"url": "https://mcp.wuye.dichanai.com/sse/mcp",
"headers": {
"Authorization": "Bearer {{您的 CRIC物业AI Access Token}}Capabilities
- 获取物业行业资讯日报
通过资讯日报工具获取当日物业行业动态与舆情摘要。
- 搜索物业行业知识库
使用知识库搜索工具查询法律法规、企业信息、行业研究、项目案例等垂直领域知识。
- 按知识库分库精准检索
在 `detail` 功能集下,可针对特定知识库(如法律判例、客诉处理、非住宅研究)单独调用对应的搜索工具。
Tags
- business-operations
- ai-agent
- workflow-automation
- customer-ops
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.