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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add timely
# Browse available tools
npx -y smithery tool list timely
# Get full schema for a tool
npx -y smithery tool get timely TIMELY_CREATE_WEBHOOK
# Call a tool
npx -y smithery 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…
# Get full input/output schema for a tool
npx -y smithery tool get timely