Sensor Bio MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENSR_TZ | No | Timezone for 'today' calculations (default: America/Chicago) | |
| SENSR_SCOPE | No | OAuth2 scope (optional) | |
| SENSR_API_KEY | No | Alias for SENSR_ORG_TOKEN | |
| SENSR_BASE_URL | No | Override API base URL (default: https://api.sensorbio.com) | |
| SENSR_CLIENT_ID | No | OAuth2 client ID | |
| SENSR_ORG_TOKEN | No | Organization API token (recommended) | |
| SENSR_CLIENT_SECRET | No | OAuth2 client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_usersB | List organization users. Params:
Returns: Sensr /v1/organizations/users response |
| get_user_idsA | Get all organization user IDs. Returns /v1/organizations/users/ids |
| get_user_by_emailC | Find a user by email (exact match preferred). Params:
Returns: {data: user|null} or {error:...} |
| get_user_profileA | Get a specific user's full profile by user ID. Params:
Returns: {data: user|null} or {error:...} |
| search_userA | Search for users by a free-text query (name/email). Params:
Returns: Sensr /v1/organizations/users response |
| get_sleepA | Get sleep for a user. Accepted date inputs (mutually exclusive):
Other params:
Returns: {range, results:[{date,data}], summary} |
| get_scoresA | Get scores for a user. Accepted date inputs (mutually exclusive):
Returns: {range, results:[{date,data}], summary} |
| get_activitiesB | Get activities for a user with optional date/timestamp filtering. Params:
Returns: {data, next_cursor, has_more, next_url} |
| get_biometricsB | Get biometrics for a user with optional date/timestamp filtering. Params:
Returns: {data, next_cursor, has_more, next_url} |
| get_caloriesB | Get calorie details for a user. Params:
Returns: Sensr /v1/calorie/details response |
| get_org_sleep_summaryA | Bulk: sleep summary across users in the org. Date selection (mutually exclusive): date OR (start_date+end_date) OR days. Params:
Returns: {range, users:[{user_id,days:[{date,data}],summary}], errors} |
| get_org_scores_summaryA | Bulk: scores summary across users in the org. Date selection (mutually exclusive): date OR (start_date+end_date) OR days. Params:
Returns: {range, users:[{user_id,days:[{date,data}],summary}], errors} |
| debug_requestA | Low-level debugging helper: make a GET request and return {status, headers_subset, body_preview}. Params:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GetSensr-io/sensorbio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server