{"name":"io.careclinic/health-tracker","slug":"careclinic-health-tracker","title":"CareClinic Health Tracker","description":"Review schedules, symptoms, mood, and explicitly confirmed CareClinic check-ins.","url":"https://mcp.market/server/careclinic-health-tracker","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:21:07.938Z","last_ok_at":"2026-09-20T21:21:07.938Z","latency_ms":318},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://cdn.careclinic.io/mcp/help/index.html","version":"0.2.0","remotes":[{"type":"streamable-http","url":"https://mcp.careclinic.io/mcp"}],"packages":[],"tools":[{"name":"careclinic_account","description":"Returns the connected CareClinic account’s plan and basic-versus-full insight entitlement.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_capabilities","description":"Shows the CareClinic data and actions available in this release.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_commit_log","description":"App-only write used by the CareClinic confirmation card. It writes only the exact entry represented by a valid signed preview after explicit confirmation. Replaying the same preview returns the original receipt instead of creating a duplicate.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmationToken":{"type":"string","minLength":80,"maxLength":12000},"confirmed":{"type":"boolean","const":true}},"required":["confirmationToken","confirmed"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_get_insights","description":"Creates deterministic observational summaries. Free accounts receive basic counts; detailed reports and chart values are returned only for Premium accounts.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"default":30,"type":"integer","minimum":3,"maximum":90},"include":{"default":["symptom","mood","medication"],"minItems":1,"maxItems":3,"type":"array","items":{"type":"string","enum":["symptom","mood","medication"]}}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_preview_log","description":"Validates an exact symptom or mood entry and creates a short-lived confirmation preview. It never writes data. Medication writes are disabled for this launch.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entry":{"oneOf":[{"type":"object","properties":{"domain":{"type":"string","const":"symptom"},"symptomId":{"type":"string","minLength":32,"maxLength":1024,"pattern":"^cc1\\.[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+$"},"name":{"type":"string","maxLength":120},"severity":{"type":"integer","minimum":1,"maximum":10},"occurredAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"durationMinutes":{"type":"integer","minimum":0,"maximum":43200},"note":{"type":"string","maxLength":300}},"required":["domain","symptomId","name","severity","occurredAt"]},{"type":"object","properties":{"domain":{"type":"string","const":"mood"},"label":{"type":"string","maxLength":120},"valence":{"type":"integer","minimum":-5,"maximum":5},"energy":{"type":"integer","minimum":0,"maximum":10},"occurredAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"note":{"type":"string","maxLength":300}},"required":["domain","valence","occurredAt"]},{"type":"object","properties":{"domain":{"type":"string","const":"medication"},"medicationId":{"type":"string","minLength":32,"maxLength":1024,"pattern":"^cc1\\.[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+$"},"medicationName":{"type":"string","maxLength":120},"action":{"type":"string","enum":["taken","skipped"]},"occurredAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"reminderId":{"type":"string","minLength":32,"maxLength":1024,"pattern":"^cc1\\.[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+$"},"reminderIndex":{"type":"integer","minimum":0,"maximum":1000},"note":{"type":"string","maxLength":300}},"required":["domain","medicationId","medicationName","action","occurredAt"]}]}},"required":["entry"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_recent_wellness","description":"Returns minimized symptom, mood, and medication activity. Notes and internal record IDs are excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"default":30,"type":"integer","minimum":1,"maximum":90},"include":{"default":["symptom","mood","medication"],"minItems":1,"maxItems":3,"type":"array","items":{"type":"string","enum":["symptom","mood","medication"]}}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_search_catalog","description":"Finds an owned medication or symptom before preparing a log. Never invent an item ID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","enum":["symptom","medication"]},"query":{"type":"string","minLength":1,"maxLength":80}},"required":["domain","query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"careclinic_today_schedule","description":"Returns today’s owned medication and supplement occurrences with time, dose, reminder identity, and status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T16:16:49.070Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:16:49.041Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 752ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.careclinic.io/mcp","reachable":true,"authRequired":false,"latencyMs":752,"serverInfo":{"name":"CareClinic Health Tracker","version":"0.3.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://cdn.careclinic.io/mcp-assets/careclinic-icon.png","source":"registry","width":1024,"height":1024},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}