# Timely (verified)

Timely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add timely

# Browse available tools
npx -y @smithery/cli@latest tool list timely

# Get full schema for a tool
npx -y @smithery/cli@latest tool get timely TIMELY_CREATE_WEBHOOK

# Call a tool
npx -y @smithery/cli@latest tool call timely TIMELY_CREATE_WEBHOOK '{}'
```

## Direct MCP Connection

Endpoint: `https://timely.run.tools`

## Tools (2)

- `TIMELY_CREATE_WEBHOOK` — Tool to create a new webhook for the specified account. Use after specifying the target URL and event subscriptions. Ca…
- `TIMELY_RETRIEVE_ACCOUNT` — Tool to retrieve details of a specific account by its ID. Use when you need to fetch fresh account info after confirmin…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get timely <tool-name>
```
