# Timelink — how to use (mcp.ai)

Connect your Timelink account and use 1 tools for time tracking straight from your AI agent. Connect with your own API key. Timelink is a time tracking application designed to simplify and enhance the process of recording work hours, offering both software and hardware solutions for efficient time management.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_timelink?ms=1787293500000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `timelink_delete_person`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/timelink`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/timelink/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/timelink/delete/person` — Tool to delete a person record. Use when you need to remove a person by their unique identifier after confirming this detail.
  - body: { id: integer }

## Example prompts
- "What can I do in Timelink?"
- "Show me a summary of my Timelink account"

## More
- Page: https://mcp.ai/timelink
- Agent spec (llms.txt): https://mcp.ai/timelink/llms.txt
- Postman collection: https://mcp.ai/timelink/postman.json
