# Timelink — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/timelink ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_timelink?ms=1787293560000 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/timelink/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/timelink/ 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/timelink/skill.md Postman collection (v2.1): https://mcp.ai/timelink/postman.json ## Tools - timelink_delete_person(id: integer) — Tool to delete a person record. Use when you need to remove a person by their unique identifier after confirming this detail. ## Example prompts - "What can I do in Timelink?" - "Show me a summary of my Timelink account" ## Links Docs: https://mcp.ai/docs/mcps/timelink Website: https://mcp.ai/mcps/timelink