timezone-converter
Timezone Converter API
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 bodyCualquier 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 |
| POST |
| $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 |
| string | sí | Cadena de fecha/hora (ISO 8601 o legible para humanos, por ejemplo '2024-01-15T14:30:00') |
| string | sí | Zona horaria IANA de origen (por ejemplo, America/New_York) |
| string | sí | 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.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats
Licencia
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseNot gradedqualityDmaintenanceProvides current time and timezone conversion using IANA timezone names, enabling LLMs to get system time or convert times between timezones.MIT
- AlicenseNot gradedqualityDmaintenanceProvides date, time, and timezone tools for AI agents via MCP, including timezone conversion, date calculation, cron parsing, timestamp conversion, and duration formatting.48MIT

World Clock Pro MCPofficial
AlicenseNot gradedqualityCmaintenanceA 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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