Sign in

List tasks

documented

Fetch all available TimeCamp projects and tasks (via MCP channel).

MCPno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://my-mcp-server.timecamp-s-a.workers.dev/sse" \
  -X GET \
  -H "Authorization: Bearer {{TIMECAMP_API_KEY}}" \
  -H "Accept: text/event-stream"
List tasks · TimeCamp · OpenIntegrations