Sign in

Add time entry

documented

Create a new time entry via MCP (time entry payload provided through the 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"