Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .well-known/agent-skills/getbased-health-data/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use this skill when the user wants you to reason about *their own* health data:
The MCP server is installed and run locally by the user — there is no hosted endpoint.

1. Install: `pip install getbased-mcp` (or the `getbased-agent-stack` bundle).
2. The user enables **Settings > Data > Messenger Access** in the getbased app and copies the read-only token.
2. The user enables **Settings > Data > Agent Access** in the getbased app and copies the read-only token.
3. The token is provided to the MCP server via the `GETBASED_TOKEN` environment variable. It grants access to lab-context text only, no raw data, and is revocable.
4. Add `getbased` to the MCP client config pointing at the `getbased-mcp` command.

Expand Down
2 changes: 1 addition & 1 deletion .well-known/agent-skills/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "skill-md",
"description": "Connect to a user's getbased health data and query their blood work, biomarkers, genome, wearables, and personal research library via the getbased MCP server. Use when a user asks about their lab results, health trends, or wants AI reasoning grounded in their own health data.",
"url": "/.well-known/agent-skills/getbased-health-data/SKILL.md",
"digest": "sha256:21e2c05fab6d810842d48562af259d5dde9cd005152ae4463aa4cbb0c189fc3d"
"digest": "sha256:f7b9f3f69cf7831f8b9155eb756a198f3d9dd0850586f1938736cadcb32e74f8"
}
]
}
2 changes: 1 addition & 1 deletion .well-known/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"authentication": {
"type": "token",
"env": "GETBASED_TOKEN",
"description": "Read-only token generated in the getbased app under Settings > Data > Messenger Access. Grants access to lab-context text only — no raw data, no write access. Revocable at any time by regenerating the token."
"description": "Read-only token generated in the getbased app under Settings > Data > Agent Access. Grants access to lab-context text only — no raw data, no write access. Revocable at any time by regenerating the token."
},
"syncBackend": "https://sync.getbased.health",
"tools": [
Expand Down
Loading