Install @neiltron/apple-health-mcp from npm
Install exact version 1.4.1. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @neiltron/apple-health-mcp@1.4.1An MCP server that allows users to query and analyze their Apple Health data using SQL and natural language, utilizing DuckDB for fast and efficient health data analysis
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 1.4.1. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @neiltron/apple-health-mcp@1.4.1| Canonical slug | apple-health-mcp-server-1f692d5e | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:@neiltron/apple-health-mcp | Repository | neiltron/apple-health-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | @neiltron/apple-health-mcp | 1.4.1 | 9 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npm@neiltron/apple-health-mcp | 1.4.1Current | Sep 5, 2026 | 3 toolsPartial · 2 resources · 3 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
health_queryExecute SQL queries on Apple Health data. Supports SELECT queries only.Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "SQL SELECT query to execute"
},
"format": {
"type": "string",
"enum": [
"json",
"csv",
"summary"
],
"description": "Output format (default: json)"
}
},
"required": [
"query"
]
} | — | — | |
health_reportGenerate structured health reports for a specific periodInput schema{
"type": "object",
"properties": {
"report_type": {
"type": "string",
"enum": [
"weekly",
"monthly",
"custom"
],
"description": "Type of report to generate"
},
"start_date": {
"type": "string",
"format": "date",
"description": "Start date for custom reports (YYYY-MM-DD)"
},
"end_date": {
"type": "string",
"format": "date",
"description": "End date for custom reports (YYYY-MM-DD)"
},
"include_metrics": {
"type": "array",
"items": {
"type": "string"
},
"description": "Metrics to include (default: all)"
}
},
"required": [
"report_type"
]
} | — | — | |
health_schemaGet information about available health data tables, their structure, and sample data to help write SQL queriesInput schema{
"type": "object",
"properties": {},
"additionalProperties": false
} | — | — |
health://tablesEvery queryable table in the export with its load state and row count
health://schemaTables, columns, units, sample rows, and query tips for the loaded export
sleep_analysisAnalyze sleep duration, stages, and consistency over a recent period
weekly_summarySummarize the most recent week of health data: activity, heart rate, sleep, and workouts
workout_progressReview workout frequency, duration, and trends over a recent period
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact @neiltron/apple-health-mcp@1.4.1
Apple Health MCP Server exposed 3 tools during independent protocol observation, including health_query, health_report, health_schema.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.