Skip to main content
Glama
Br0ski777

timezone-converter

by Br0ski777

Timezone Converter API

MCP Server x402 License: MIT

Convierte fechas y horas entre zonas horarias: todas las zonas IANA, offset UTC y compatible con el horario de verano. Entrada/salida ISO 8601. Pago por llamada mediante x402 (USDC en Base L2) — sin API key, sin registro, sin límite de peticiones.

Parte del marketplace klymax402: 100 APIs de micropagos x402 para agentes de IA, con una sola wallet, USDC en Base.

Inicio rápido -- MCP

Añádelo a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "timezone-converter": {
      "url": "https://timezone-converter.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Time MCP Server

Inicio rápido -- HTTP (x402)

curl -X POST "https://timezone-converter.api.klymax402.com/api/convert" \
  -H "Content-Type: application/json" \
  -d '{"datetime":"...","from":"...","to":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Cualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firma -> reintento.

Herramientas

Herramienta

Método

Ruta

Precio

Descripción

utility_convert_timezone

POST

/api/convert

$0.003

Convierte una fecha/hora entre dos zonas horarias

utility_convert_timezone

Úsala cuando necesites convertir una fecha/hora de una zona horaria a otra. Devuelve la fecha/hora convertida con datos de offset en JSON.

Parámetros

Nombre

Tipo

Requerido

Descripción

datetime

string

Cadena de fecha/hora (ISO 8601 o legible para humanos, por ejemplo '2024-01-15T14:30:00')

from

string

Zona horaria IANA de origen (por ejemplo, America/New_York)

to

string

Zona horaria IANA de destino (por ejemplo, Europe/Paris)

Ejemplo de respuesta:

{"originalDatetime":"2026-04-13T14:30:00","fromTimezone":"America/New_York","toTimezone":"Europe/Paris","convertedDatetime":"2026-04-13T20:30:00","utcOffset":"+02:00","abbreviation":"CEST","isDST":true}

Cuándo usarlo: para programar reuniones entre zonas horarias, convertir marcas de tiempo de registros, coordinar eventos internacionales y mostrar horas locales.

No sirve para: conversión de divisas (usa finance_convert_currency), conversión de unidades (usa utility_convert_units), datos meteorológicos (usa data_get_weather).

Ejemplos de prompts para agentes

  • "Convierte una fecha/hora de una zona horaria a otra"

Pagos

  • Protocolo: x402 — pago por llamada nativo de HTTP, sin registro, sin API key

  • Red: Base L2 (eip155:8453)

  • Activo: USDC

  • Facilitador: Coinbase CDP (principal), PayAI (secundario)

  • También accesible mediante ATXP (x402 envuelto en OAuth, metadatos de recurso protegido RFC 9728)

Parte de klymax402

100 APIs de micropagos x402 para agentes de IA — una sola wallet, USDC en Base, cero registros.

Licencia

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Cloudflare Workers-based MCP server that provides current date and time information for any IANA timezone. It enables AI agents to retrieve precise, ISO 8601-formatted timestamps through a globally distributed edge network.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current time and timezone conversion using IANA timezone names, enabling LLMs to get system time or convert times between timezones.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides date, time, and timezone tools for AI agents via MCP, including timezone conversion, date calculation, cron parsing, timestamp conversion, and duration formatting.
    48
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A read-only MCP server that gives AI agents accurate current time, timezone conversions, DST transitions, and city lookups using live IANA timezone data, with cited sources.
    MIT

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/timezone-converter-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server