# TimeCamp — MCP server on mcp.ai > Connect your TimeCamp account and use 1 tools for time tracking straight from your AI agent. Connect with your own API key. TimeCamp is a time tracking solution designed to help businesses of all sizes track time for projects to maximize their profits. By: mcp.ai · official Page: https://mcp.ai/timecamp ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_timecamp?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/timecamp/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/timecamp/ 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/timecamp/skill.md Postman collection (v2.1): https://mcp.ai/timecamp/postman.json ## Tools - timecamp_get_projects_list() — Retrieves a list of all projects from TimeCamp. In TimeCamp's API, projects are represented as tasks. This action fetches all tasks and returns only the root-level tasks (those with no parent_id), whi ## Example prompts - "What can I do in TimeCamp?" - "Show me a summary of my TimeCamp account" ## Links Docs: https://mcp.ai/docs/mcps/timecamp Website: https://mcp.ai/mcps/timecamp