{
  "pharmacy": "Fenkell Rx Pharmacy",
  "address": "18360 Fenkell Ave, Detroit, MI 48223",
  "phone": "(313) 519-5700",
  "fax": "(313) 899-7389",
  "email": "fenkellrxpharmacy@gmail.com",
  "website": "https://fenkellrxpharmacy.com",
  "services": {
    "prescription_refills": true,
    "prescription_transfers": {
      "available": true,
      "cost": "Free",
      "time": "~2 minutes to initiate"
    },
    "free_same_day_delivery": true,
    "blister_packaging": true,
    "compounding": {
      "available": true,
      "examples": [
        "magic mouthwash (diphenhydramine/lidocaine/Maalox)",
        "custom topicals",
        "specialty suspensions"
      ]
    },
    "diabetic_supplies": {
      "available": true,
      "items": [
        "glucose meters",
        "test strips",
        "insulin",
        "CGM supplies"
      ]
    },
    "vaccines": {
      "flu": true,
      "covid_19": true,
      "rsv": true,
      "shingles_shingrix": true,
      "walk_in": true,
      "appointment_required": false
    },
    "vaccination_clinics": {
      "available": true,
      "minimum_participants": 5,
      "insurance_billed_directly": true,
      "vaccines": [
        "flu",
        "covid_19"
      ]
    },
    "online_doctor_visit": {
      "available": true,
      "url": "https://fenkellrxpharmacy.com/quickcare"
    },
    "medication_sync": true,
    "glp1_medications": {
      "available": true,
      "examples": [
        "Wegovy",
        "Zepbound",
        "Mounjaro",
        "Ozempic"
      ]
    },
    "hard_to_find_medications": true
  },
  "insurance": {
    "medicare_part_d": true,
    "medicare_part_b_vaccines": true,
    "medicaid": true,
    "blue_cross_blue_shield": true,
    "aetna": true,
    "cigna": true,
    "united_healthcare": true,
    "humana": true,
    "most_major_plans": true
  },
  "delivery": {
    "available": true,
    "cost": "Free",
    "same_day": true,
    "service_area_zips": [
      "48223",
      "48224",
      "48227",
      "48228",
      "48235",
      "48239",
      "48240",
      "48076",
      "48075",
      "48034"
    ],
    "service_areas": [
      "Northwest Detroit",
      "Redford Township",
      "Southfield"
    ]
  },
  "hours": {
    "monday": "9:30 AM - 6:00 PM",
    "tuesday": "9:30 AM - 6:00 PM",
    "wednesday": "9:30 AM - 6:00 PM",
    "thursday": "9:30 AM - 6:00 PM",
    "friday": "9:30 AM - 6:00 PM",
    "saturday": "9:30 AM - 3:00 PM",
    "sunday": "Closed",
    "timezone": "America/Detroit"
  },
  "ai_agent_integration": {
    "openapi_spec": "https://fenkellrxpharmacy.com/openapi.json",
    "mcp_manifest": "https://fenkellrxpharmacy.com/.well-known/mcp.json",
    "ai_plugin_manifest": "https://fenkellrxpharmacy.com/.well-known/ai-plugin.json",
    "agent_info_page": "https://fenkellrxpharmacy.com/ai",
    "callable_actions": [
      {
        "action": "submit_refill",
        "endpoint": "/api/refill",
        "method": "POST"
      },
      {
        "action": "submit_transfer",
        "endpoint": "/api/transfer",
        "method": "POST"
      },
      {
        "action": "get_hours",
        "endpoint": "/api/hours",
        "method": "GET"
      },
      {
        "action": "get_services",
        "endpoint": "/api/services",
        "method": "GET"
      },
      {
        "action": "check_delivery_zip",
        "endpoint": "/api/check-delivery",
        "method": "GET",
        "params": {
          "zip": "string"
        }
      }
    ]
  }
}