Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 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
100.0%
1 direct probes · 30d
Response
1593ms
last probe
Tools
7
callable
Resources
2
readable
Prompts
3
available

Tools · 7

list-my-projects

List construction projects the user can access within a team. **Use this tool ONLY when the user wants to switch project or has no saved current project.** If `check-current-project` returns a saved…

ask-about-project-data

Query the construction project database using natural language (Text-to-SQL). Converts natural language into SQL to retrieve captures, annotations, progress metrics, schedules, and other project reco…

set-focus-project

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

check-current-project

Return the currently saved team_domain and facility_key for this user.

search-site-photos

Search 360° captures (panoramic site photos) by visual content analysis. Searches what is VISUALLY SEEN in 360° captures — safety hazards, quality issues, work types, objects, equipment, materials, a…

analyze-progress-and-forecasts

Analyze Work In Place (WIP) progress from SiteInsights(SI) — completion rates, delays, and forecasts. Generates a progress report: overall completion, progress by category/vendor/level, delay analysi…

compare-site-findings

Use for QA/QC questions about findings added, resolved, unchanged, moved, or otherwise changed between two dates. Use the prior dates again on a follow-up call and add level or confidence filters. The…

Resources · 2

compass_search_360_captures_view

HTML widget for compass_search_360_captures tool results.

ui://compass_search_360_captures/view.html
compass_analyze_work_in_place_view

HTML widget for compass_analyze_work_in_place tool results.

ui://compass_analyze_work_in_place/view.html

Prompts · 3

analyze-site-progress

Analyze construction progress for a facility: completion rates by trade, delays, forecasts, and trade visibility across work areas.

find-safety-hazards

Search 360° site images for safety hazards and non-compliance issues, and summarize findings by area.

generate-site-report

Generate a comprehensive site report covering progress, trade visibility, data queries, and visual findings for a facility.

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"
    }
  }
}