MCP server intelligence profile

Apple Health MCP Server

An 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

Local Onlyneiltron
Awaiting current scanNpm · 1.4.1

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

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.1

Identity

Canonical slugapple-health-mcp-server-1f692d5eDeploymentLocal Only
Canonical packagenpm:@neiltron/apple-health-mcpRepositoryneiltron/apple-health-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@neiltron/apple-health-mcp1.4.19Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@neiltron/apple-health-mcp1.4.1CurrentSep 5, 20263 toolsPartial · 2 resources · 3 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
apple-health-mcpServer-reported name
3Capability groups
Aug 17, 2026Observed

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

  • Available tableshealth://tables

    Every queryable table in the export with its load state and row count

  • Health data schemahealth://schema

    Tables, columns, units, sample rows, and query tips for the loaded export

Resource templates 0

  • None observed.

Prompts 3

  • sleep_analysissleep_analysis

    Analyze sleep duration, stages, and consistency over a recent period

  • weekly_summaryweekly_summary

    Summarize the most recent week of health data: activity, heart rate, sleep, and workouts

  • workout_progressworkout_progress

    Review workout frequency, duration, and trends over a recent period

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Apple Health MCP Server questions

How do I install Apple Health MCP Server?

Install the selected package version with: npm install --save-exact @neiltron/apple-health-mcp@1.4.1

What tools does Apple Health MCP Server provide?

Apple Health MCP Server exposed 3 tools during independent protocol observation, including health_query, health_report, health_schema.

Is Apple Health MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.