payment-ready until 2026-09-06
Timezone converter, world clock, DST-aware date math and meeting scheduler for AI agents. Pay-per-call x402 endpoints (USDC on Base) covering timezone conversion, world clock / now-in-city, city or country to IANA timezone lookup, UTC offsets, batch conversion, calendar-aware date math, public-holiday checks, and cross-timezone meeting-slot finding. IANA/DST-accurate. Also available as a free MCP server (no API key).
Pay from $0.001 to $0.02 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
VERDICT
ranking generation 3strong 97/100 #17 of 252 in Data by measured score
What the score read on this service: status online, 94.8% uptime 30d, 695ms response p95, x402 compliance 14 of 14, $0.001 price against the category. Each of those is measured, and each is published in full below.
The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.
It is a score inside Data, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 252 listings, this one among them. That set is wider than the 252 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.
Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.
ALTERNATIVES IN DATA
Other Data services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).
| SERVICE | BAND | SCORE | UPTIME 30D | VOL 30D |
|---|---|---|---|---|
| API Acre | strong | 99 | 99.7% | --- |
| WebberSites x402 Data API | strong | 99 | 100% | --- |
| AgentToll | strong | 99 | 100% | --- |
| KR Crypto Intelligence | strong | 98 | 100% | --- |
| ForgeMesh Utility APIs | strong | 98 | 100% | --- |
ASSESSMENT
updated 3h agoThe parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.
reliability 94.8%
- uptime 24h
- 100%
- uptime 7d
- 93.8%
- uptime 30d
- 94.8%
- uptime 90d
- 97.4%
- response p95
- 695ms
- avg response
- 291ms
- total checks
- 1,436
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.02 (p8 in Data)
- price (min)
- $0.001
- price (max)
- $0.02
- category percentile (min)
- p8 in Data
- category percentile (max)
- p40 in Data
- endpoints / prices
- 8 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 69d
- registrar
- Cloudflare, Inc.
- hosting
- custom
- domain created
- 2026-06-20
Identity facts, not a risk score.
traction ---
This service settles on a network x402-list does not measure yet, so on-chain volume is not counted here. Shown as unmeasured, not zero.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /paid/convert-batch | $0.001 | Base | USDC | header | |
| GET | /paid/convert-timezone | $0.001 | Base | USDC | header | |
| GET | /paid/date-math | $0.001 | Base | USDC | header | |
| GET | /paid/find-meeting-slots | $0.02 | Base | USDC | header | |
| GET | /paid/is-holiday | $0.001 | Base | USDC | header | |
| GET | /paid/lookup-timezone | $0.001 | Base | USDC | header | |
| GET | /paid/now-in | $0.001 | Base | USDC | header | |
| GET | /paid/tz-offset | $0.001 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /paid/convert-batch returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://timezone-toolkit.agishub.com/paid/convert-batch'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/convert-batch",
"mimeType": "",
"description": "Convert one instant into many target timezones at once (world-clock view)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"to": [
"America/New_York",
"Asia/Tokyo"
],
"from": "Europe/Madrid",
"datetime": "2026-07-09T15:30"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"input": "2026-07-09T15:30",
"conversions": [
{
"timezone": "America/New_York"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"datetime",
"from",
"to"
],
"properties": {
"to": {
"type": "array"
},
"from": {
"type": "string"
},
"datetime": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/convert-timezone",
"mimeType": "",
"description": "Convert a date/time between two IANA timezones (ISO 8601 or natural language)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"to": "America/New_York",
"from": "Europe/Madrid",
"datetime": "2026-07-09T15:30"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"to": {
"timezone": "America/New_York"
},
"from": {
"timezone": "Europe/Madrid"
},
"input": "2026-07-09T15:30"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"datetime",
"from",
"to"
],
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"datetime": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/date-math",
"mimeType": "",
"description": "Add/subtract time respecting DST, or diff two datetimes across zones."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"datetime": "2026-10-24T12:00",
"timezone": "Europe/Madrid",
"operation": {
"type": "add",
"unit": "days",
"amount": 1
}
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"result": {
"datetime": "2026-10-25T12:00:00+01:00",
"timezone": "Europe/Madrid"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"datetime",
"timezone",
"operation"
],
"properties": {
"datetime": {
"type": "string"
},
"timezone": {
"type": "string"
},
"operation": {
"type": "object",
"description": "{type:\"add\",amount,unit} or {type:\"diff\",to_datetime,to_timezone?}."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/find-meeting-slots",
"mimeType": "",
"description": "Find overlapping working-hour meeting slots across timezones (excludes weekends & holidays)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"duration": 60,
"date_range": {
"end": "2026-07-17",
"start": "2026-07-13"
},
"participants": [
{
"timezone": "Europe/Madrid"
},
{
"timezone": "America/New_York"
}
]
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"count": 1,
"slots": [
{
"start_utc": "2026-07-13T13:00:00.000Z"
}
],
"duration_minutes": 60
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"participants",
"duration",
"date_range"
],
"properties": {
"duration": {
"type": "number",
"description": "Minutes."
},
"date_range": {
"type": "object",
"description": "{ start:\"YYYY-MM-DD\", end:\"YYYY-MM-DD\" }."
},
"participants": {
"type": "array",
"description": "Each: { timezone, working_hours?, country? }."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/is-holiday",
"mimeType": "",
"description": "Whether a date is a public holiday in a country (ISO 3166-1 alpha-2)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"date": "2026-12-25",
"country_code": "ES"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"date": "2026-12-25",
"isHoliday": true,
"countryCode": "ES"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"date",
"country_code"
],
"properties": {
"date": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/lookup-timezone",
"mimeType": "",
"description": "Resolve a city or country name to its IANA timezone(s). E.g. 'Delhi' -> Asia/Kolkata."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"city_or_country": "Delhi"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"query": "Delhi",
"matches": [
{
"country": "India",
"timezone": "Asia/Kolkata"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"city_or_country"
],
"properties": {
"city_or_country": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/now-in",
"mimeType": "",
"description": "Current local time in an IANA timezone (offset, abbreviation, DST flag)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"timezone": "Asia/Tokyo"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"isDST": false,
"datetime": "2026-07-12T18:00:00+09:00",
"timezone": "Asia/Tokyo",
"utcOffset": "+09:00"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"timezone"
],
"properties": {
"timezone": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF41DaF0BA8D5f5915d927e005b2EB2dEd7b6feCF",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://timezone-toolkit.agishub.com/paid/tz-offset",
"mimeType": "",
"description": "Exact UTC offset of a timezone at an instant (DST-aware; handles :30 / :45 zones)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"timezone": "Asia/Kolkata"
},
"type": "http",
"method": "GET",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"isDST": false,
"timezone": "Asia/Kolkata",
"utcOffset": "+05:30",
"offsetMinutes": 330
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"timezone"
],
"properties": {
"instant": {
"type": "string",
"description": "Optional; defaults to now."
},
"timezone": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 24h selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/timezone-toolkit/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 8 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-16 · last up 2026-08-30
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/timezone-toolkit?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/timezone-toolkit.svg" alt="timezone-toolkit listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/timezone-toolkit?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/timezone-toolkit?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/timezone-toolkit.svg?data=uptime" alt="timezone-toolkit uptime on x402-list" height="28"> </a>