Skip to main content

CRIC Property AI MCP

Access the MCP server of the CRIC Property AI Platform. CRIC Property AI is an intelligent AI assistant developed by CRIC specifically for the property industry.

Go to CloudBase Platform to run MCP Server


Environment Variables

  • Need to set CRIC_WUYE_AI_ACCESS_TOKEN to CRIC Property AI Access Token.
  • Optional configuration: Set CRIC_WUYE_AI_PROVIDER_API_BASE to CRIC Property AI backend access API. If not provided, it defaults to the production environment (https://export.wuye-ai.cricbigdata.com). Please note this URL is not the CRIC Property AI MCP Server URL. Optional values are https://export.wuye-ai-staging.cricbigdata.com (staging environment) and https://export.wuye-ai.cricbigdata.com (production environment).

Specific configuration requirements can also be found in the README.

🗺️ Feature List

Command NameFunction DescriptionCore Parameters
Get News DigestFetches the property industry news digest for the specified date in YYYY-MM-DD format.date (The date for retrieving the news digest in YYYY-MM-DD format. Defaults to today if not provided.)
Get Industry Hot Topics ListRetrieves the categories and list of property industry hot topics within the current CRIC Property AI application.None
Get Available Knowledge Base ListRetrieves the list of available knowledge bases for subsequent knowledge search within them.None
Search Knowledge BaseSpecifies a knowledge base ID and a query to retrieve search results from the knowledge base, returning document snippets or full texts for AI reference.knowledge_base_id (ID of the knowledge base), query (query question), top_k (maximum number of results to return), etc.

Repository URL

https://github.com/wuye-ai/mcp-server-wuye-ai


🔌 Usage


CloudBase MCP Console