Metered MCP server + REST API exposing six clinical-grade health skills (CGM, wearables, lab analysis, TCM Q&A) to AI agents. Powered by Sally AI, the metabolic-health intelligence behind the A1C Insights iOS app.
Server Config
{
"mcpServers": {
"sally": {
"url": "https://sally.a1c.io/mcp",
"headers": {
"Authorization": "Bearer <YOUR_SK_SALLY_KEY>"
}
}
}
}