# Personal Context

Manage your daily status, work availability, and location history to provide relevant situational context. Integrate with Home Assistant and holiday calendars to automatically track presence and loca…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add Polaralias/personal-context-mcp

# Browse available tools
npx -y smithery tool list Polaralias/personal-context-mcp

# Get full schema for a tool
npx -y smithery tool get Polaralias/personal-context-mcp status_get

# Call a tool
npx -y smithery tool call Polaralias/personal-context-mcp status_get '{}'
```

## Direct MCP Connection

Endpoint: `https://personal-context-mcp--polaralias.run.tools`

**Required config:**
- `holidayRegion` (query)
- `requestTimeoutMs` (query)
- `locationStaleHours` (query)

## Tools (11)

- `status_get`
- `status_set_override`
- `status_get_work`
- `status_set_work`
- `status_get_location`
- `status_set_location`
- `status_get_location_history`
- `status_schedule_set`
- `status_schedule_list`
- `status_schedule_delete`
- `holidays_list`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get Polaralias/personal-context-mcp <tool-name>
```
