Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

io.github.andrew-ji-cupix/cupix-compass

io.github.andrew-ji-cupix/cupix-compass

Explore and analyze Cupix construction site data: 360 images, progress, and insights.

Uptime
5.9%
34 probes
Response
959ms
last probe
Tools
6
callable

Tools · 6

listFacilities

List construction facilities (projects) the user can access within a team. **Use this tool ONLY when the user wants to switch facility or has no saved active context.** If `getActiveContext` returns…

projectDataExplorer

Query structured project data using natural language (Text-to-SQL). Converts natural language into SQL to retrieve project records, statistics, and aggregations. Pass the user's question as-is withou…

setActiveContext

Save the user's active team and facility so subsequent tool calls can omit the `team_domain` / `facility_key` arguments. Args: team_domain: Team domain to remember (required unless `clear=True`).…

getActiveContext

Return the currently saved team_domain and facility_key for this user.

siteImageExplorer

Search panoramic 360-degree site images by visual content analysis. Searches what is VISUALLY SEEN in site images — safety hazards, quality issues, work types, objects, equipment, materials, and phys…

siteinsightsAnalyzer

Analyze SiteInsights(SI) progress — completion rates, delays, and forecasts. Generates a progress report: overall completion, progress by category/vendor/level, delay analysis, and estimated completi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.andrew-ji-cupix/cupix-compass": {
      "url": "https://7qc1f4ft9d.execute-api.us-west-2.amazonaws.com/mcp",
      "transport": "streamable-http"
    }
  }
}