Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'temporal_tick', 'name': 'temporal_tick', 'description': 'Advance the temporal clock for a thread and return a snapshot (now / prev / gap / day_rollover / fresh_thread). Call once per user turn. Pass a stable `thread_key` (e.g. the conversation ID) so gap deltas remain meaningful across page reloads.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'temporal_peek', 'name': 'temporal_peek', 'description': 'Read the current temporal snapshot for a thread WITHOUT advancing state. Use this when you want the gap delta but the call is not the canonical per-turn event.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 213.0ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://temporal-mcp.dev/mcp
JSON-RPC initialize probe
curl -X POST https://temporal-mcp.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://temporal-mcp.dev/mcp
Listed at (chiark)
https://chiark.ai/agents/f819efb9-23ef-469a-816c-02e6cb04dd64