{
    "name": "CheapCellPhones.com Wireless Intelligence",
    "description": "Independent phone, wireless-plan, carrier-rating, deal-checking, and tracked merchant-handoff services for approved AI agents.",
    "version": "0.1.7",
    "website": "https://cheapcellphones.com/",
    "api_base": "https://cheapcellphones.com/wp-json/ccp-agent/v1",
    "openapi": "https://cheapcellphones.com/wp-json/ccp-agent/v1/openapi",
    "root_openapi": "https://cheapcellphones.com/openapi.json",
    "api_catalog": "https://cheapcellphones.com/.well-known/api-catalog",
    "auth_document": "https://cheapcellphones.com/auth.md",
    "mcp": "https://agent.cheapcellphones.com/mcp",
    "deployment_stage": "private_testing",
    "public_experience": "https://cheapcellphones.com/wireless-intelligence/",
    "public_ranking_minimum_reviews": 3,
    "phone_freshness_days": 180,
    "authentication": {
        "type": "hmac_sha256",
        "headers": [
            "X-CCP-Timestamp",
            "X-CCP-Nonce",
            "X-CCP-Signature",
            "X-CCP-Client"
        ],
        "canonical": "{unix_timestamp}\n{nonce}\n{HTTP_METHOD}\n{REST_ROUTE}\n{raw_query_string}\n{sha256(raw_body)}",
        "clock_skew_seconds": 300
    },
    "capabilities": [
        "search_phones",
        "compare_phones",
        "search_wireless_plans",
        "rank_wireless_carriers",
        "recommend_phones",
        "recommend_wireless_plans",
        "recommend_phone_and_plan_bundle",
        "check_phone_deal",
        "create_tracked_handoff"
    ],
    "principles": [
        "No carrier score is created without approved review data.",
        "Carriers below the configured review threshold are preliminary scorecards, not ranked leaders.",
        "Affiliate availability does not increase recommendation scores.",
        "Missing or stale facts are disclosed rather than silently inferred.",
        "Public responses never expose private reviewer information."
    ],
    "updated_at": "2026-07-25T21:53:39+00:00"
}