# ClueXP > ClueXP is a dispatch and intake platform for urgent physical-access services. The current public surface focuses on locksmith-style access help, partner/API intake, service coverage checks, request creation, and privacy-minimized request status/tracking. Base URL: https://intake.cluexp.com ## AI and agent integration status - Public API: internal preview contract exists under /v1. - MCP adapter: internal local-preview package exists in the repository; it is not publicly listed or connected to marketplace agent platforms yet. - Production marketplace status: not submitted/listed for ChatGPT, Claude, Gemini, Siri, or other public agent stores. - Mutating agent calls require explicit user confirmation before request creation. - Dispatch authorization and cancellation are intentionally withheld from the first MCP preview. ## Human-readable pages - https://intake.cluexp.com/ai — AI/search discovery page for ClueXP capabilities, limits, and integration links. - https://intake.cluexp.com/services — public service discovery index. - https://intake.cluexp.com/services/locksmith — Locksmith services. - https://intake.cluexp.com/partners — hosted partner discovery entry point. No partner pages are published yet unless listed there. ## Machine-readable resources - https://intake.cluexp.com/openapi-v1.json — public /v1 OpenAPI snapshot. - https://intake.cluexp.com/sitemap.xml — crawlable site map. - https://intake.cluexp.com/robots.txt — crawler policy. ## Public API endpoints in the first agent-safe surface - GET /v1/services - POST /v1/coverage-checks - POST /v1/service-requests - GET /v1/service-requests/{id} - GET /v1/service-requests/{id}/tracking ## Explicitly withheld from first public/agent preview - POST /v1/service-requests/{id}/dispatch-authorizations - POST /v1/service-requests/{id}/cancellations ## Service skills currently described for discovery - locksmith.residential_lockout: Residential lockout (Locksmith) — Emergency home lockout intake for verified dispatch and customer-safe tracking. URL: https://intake.cluexp.com/services/locksmith/residential-lockout - locksmith.vehicle_lockout: Vehicle lockout (Locksmith) — Vehicle lockout intake for urgent access help, dispatch coordination, and status tracking. URL: https://intake.cluexp.com/services/locksmith/vehicle-lockout - locksmith.rekey: Rekey service (Locksmith) — Lock rekey request intake for customers and approved partners. URL: https://intake.cluexp.com/services/locksmith/rekey ## Integration notes for AI systems - Use /openapi-v1.json as the source of truth for request and response shapes. - Do not assume ClueXP can dispatch a technician from ordinary web crawling alone. - Do not claim ClueXP is available in a user location unless a coverage check or official ClueXP page confirms it. - Do not invent partner availability. Hosted partner discovery requires partner-specific published pages or API-provided partner metadata.