Gevety
Connect Gevety to Google Gemini
Get AI-powered health insights with Google Gemini. Use MCP for direct integration or the REST API with function calling.
Prerequisites
- A Gevety account with uploaded lab results
- An API token from your Developer Settings
- Access to Google Gemini or AI Studio
Choose Your Integration Method
1
Generate Your API Token
- Go to Profile → Developer Settings
- Click "Generate New Token"
- Copy and save your token
2
Install the Gevety MCP Package
Terminal
pip install gevety-mcp3
Configure Gemini MCP
Add the Gevety MCP server to your Gemini configuration. The exact location depends on your Gemini client:
MCP Configuration
{
"mcpServers": {
"gevety": {
"command": "uvx",
"args": ["gevety-mcp"],
"env": {
"GEVETY_API_TOKEN": "your-token-here"
}
}
}
}Replace
your-token-here with your actual API token from Step 1.4
Start Using
Once configured, you can ask Gemini about your health data naturally:
"What's my healthspan score?"
"How has my vitamin D changed?"
"What tests am I due for?"
"Show my biological age"
What You Can Query
Whether using MCP or REST API, you can access 11 different health data endpoints:
Health SummaryOverall score and key metricsBiomarkersLab results and trendsWearable StatsSleep, activity, heart rateBiological AgeAge calculation breakdownSupplementsCurrent supplement stackActivitiesExercise historyDaily ActionsToday's health tasksProtocol90-day health planUpcoming TestsRecommended labsOpportunitiesHealth improvementsTroubleshooting
Authentication errors?
- Verify your token starts with
gvt_ - Check that the token hasn't expired
- Ensure the Authorization header uses
Bearer YOUR_TOKENformat
Function calls not working?
- Verify your function definitions match the API schema
- Check that you're handling the function response correctly
- Test the API endpoint directly with curl first
MCP server not connecting?
- Ensure Python 3.10+ is installed
- Try running
gevety-mcpdirectly in terminal - Check your MCP configuration syntax
Privacy Note: When using Gemini with your health data, your information is sent to Google's servers for processing. Your Gevety API token only grants access to your own data, and you can revoke it anytime.
Related Integrations
Ready to Connect?
Generate your API token from Developer Settings and start querying your health data with Gemini.