# TimeCamp — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_timecamp?ms=1787293440000`
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. `timecamp_get_projects_list`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/timecamp`
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/timecamp/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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"

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