Skip to main content

MCP Server for Gevety Health - Claude Desktop integration for blood test tracking

Project description

Gevety MCP Server

MCP (Model Context Protocol) server for Gevety Health, enabling Claude Desktop to access your blood test results, wearable data, and health insights.

Features

  • list_available_data - Discover available biomarkers, wearables, and date ranges
  • get_health_summary - Get overall healthspan score and top concerns
  • query_biomarker - Query specific biomarker history and trends
  • get_wearable_stats - Get aggregated wearable metrics (Garmin, Oura, Whoop)

Installation

# Install with pip
pip install gevety-mcp

# Or install from source
git clone https://github.com/gevety/mcp-server
cd mcp-server
pip install -e .

Quick Start

1. Get an API Token

  1. Log in to Gevety
  2. Go to Settings → Developer API
  3. Click Generate Token
  4. Copy the token (starts with gvt_)

2. Configure Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "gevety": {
      "command": "gevety-mcp",
      "env": {
        "GEVETY_API_TOKEN": "gvt_your_token_here"
      }
    }
  }
}

3. Restart Claude Desktop

After saving the config, restart Claude Desktop. You should see "gevety" in the MCP servers list.

Usage Examples

Once configured, you can ask Claude about your health data:

"What biomarkers do I have data for?"

"Show me my health summary"

"How is my vitamin D trending?"

"What are my average steps this month?"

"Query my cholesterol history"

Environment Variables

Variable Required Description
GEVETY_API_TOKEN Yes Your Gevety API token (gvt_xxx)
GEVETY_API_URL No API base URL (defaults to production)

Development

# Install dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

# Run server locally
GEVETY_API_TOKEN=gvt_xxx gevety-mcp

API Endpoints

The MCP server calls these Gevety API endpoints:

  • GET /api/v1/mcp/tools/list_available_data
  • GET /api/v1/mcp/tools/get_health_summary
  • GET /api/v1/mcp/tools/query_biomarker?biomarker=xxx&days=365
  • GET /api/v1/mcp/tools/get_wearable_stats?days=30

All endpoints require Bearer token authentication and support caching.

Response Headers

Header Description
X-Gevety-Cache-Hit Whether response was served from cache
X-Gevety-Data-Age Seconds since data was computed
X-RateLimit-Limit Request limit per minute
X-RateLimit-Remaining Remaining requests
X-RateLimit-Reset Unix timestamp when limit resets

Rate Limits

  • 100 requests/minute
  • 1,000 requests/hour
  • 10,000 requests/day

Privacy

  • All data access is read-only
  • Your data never leaves Gevety's servers
  • API tokens can be revoked anytime from Settings
  • See Privacy Policy

License

MIT License - see LICENSE file.

Support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gevety_mcp-0.1.0.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gevety_mcp-0.1.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file gevety_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: gevety_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for gevety_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2f5fcd88ecc2c8cd93056867032b21c72b4c1446082db244366a60513247ed4e
MD5 976e4edb431981d7a0c767a318dfa3ec
BLAKE2b-256 293452913c12808499edb5ee27f8b7b30c82b85a8c3e3642d32784db70ad62de

See more details on using hashes here.

File details

Details for the file gevety_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: gevety_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for gevety_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1a034e669d744f2de8c81718da4a96eb7ef087e89adc22c47c90a2b9022daa6d
MD5 0091bb46626c0534dac245dafa6d2a0b
BLAKE2b-256 be15bcb3e6301f851f7bcf25b10f994c6246baa2cf3cd4968a807391cff58a00

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page