← Apple Health MCP Server

Apple Health MCP Server 1.4.1

npm · @neiltron/apple-health-mcp · current release

3
Tools
2
Resources
0
Templates
3
Prompts

Observation

Observed 2026-08-17T06:25:09.074Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {},
  "prompts": {},
  "resources": {}
}

Tools 3

ToolCategoryAnnotationsRisk
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 period
Input 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 queries
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
— · —

Resources 2

Resource templates 0

Prompts 3

Let’s talk about MCP security.

Share your details and our security team will contact you.