# Timely — MCP server on mcp.ai > Timely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights By: mcp.ai · official Page: https://mcp.ai/timely ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_timely?ms=1781542140000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/timely/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/timely/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/timely/skill.md Postman collection (v2.1): https://mcp.ai/timely/postman.json ## Tools - timely_create_webhook(url: string, secret?: string, subscriptions: string[]) — Tool to create a new webhook for the specified account. use after specifying the target url and event subscriptions. call only once per configuration. - timely_retrieve_account(id: integer) — Tool to retrieve details of a specific account by its id. use when you need to fetch fresh account info after confirming the id. example: "retrieve account details for account id 364" ## Links Docs: https://mcp.ai/docs/mcps/timely Website: https://mcp.ai/mcps/timely