Read UTC time
time://host/clock/query/now
{
"timezone": "UTC",
"output": "iso"
}
Operations connector
Time Tools is a minimal external urirun connector package. It declares time:// routes with @connector.command, returns structured JSON, and can be projected to MCP tools / A2A skills.
python>=3.10time://host/clock/query/now
{
"timezone": "UTC",
"output": "iso"
}
time://host/clock/query/now
{
"timezone": "Europe/Warsaw",
"output": "date"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=time-tools' | bash
{
"id": "time-tools",
"name": "Time Tools",
"status": "available",
"uriSchemes": [
"time"
],
"routes": [
"time://host/clock/query/now"
],
"install": {
"mode": "urirun-extra",
"pipSpec": "urirun-connector-time-tools @ git+https://github.com/if-uri/urirun-connector-time-tools.git@v0.1.2"
},
"hubUrl": "https://connect.ifuri.com/connectors/time-tools"
}