timezone-converter
Timezone Converter API
Konvertieren Sie Datums-/Uhrzeitangaben zwischen Zeitzonen -- alle IANA-Zonen, UTC-Offset, DST-bewusst. ISO-8601-Eingabe/-Ausgabe. Pay-per-Call über x402 (USDC auf Base L2) -- kein API-Key, keine Anmeldung, keine Rate-Limit-Hürde.
Teil des klymax402-Marktplatzes -- 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart -- MCP
Fügen Sie Ihrer MCP-Client-Konfiguration Folgendes hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"timezone-converter": {
"url": "https://timezone-converter.api.klymax402.com/mcp"
}
}
}Related MCP server: Time MCP Server
Schnellstart -- 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 bodyJeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den Ablauf 402 -> sign -> retry automatisch.
Werkzeuge
Werkzeug | Methode | Zugang | Preis | Beschreibung |
| POST |
| $0.003 | Konvertiert eine Datums-/Uhrzeitangabe zwischen Zeitzonen |
utility_convert_timezone
Verwenden Sie dieses Werkzeug, wenn Sie ein Datum/eine Uhrzeit von einer Zeitzone in eine andere konvertieren müssen. Gibt die konvertierte Datums-/Uhrzeitangabe mit Offset-Daten als JSON zurück.
Parameter
Name | Type | Erforderlich | Beschreibung |
| string | ja | Datums-/Uhrzeit-String (ISO 8601 oder menschenlesbar, z. B. '2024-01-15T14:30:00') |
| string | ja | Quell-IANA-Zeitzone (z. B. America/New_York) |
| string | ja | Ziel-IANA-Zeitzone (z. B. Europe/Paris) |
Beispielantwort:
{"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}Wann verwendungen: Planung von Meetings über Zeitzonen hinweg, Konvertierung von Log-Zeitstempeln, Koordination internationaler Ereignisse und Anzeige lokaler Zeiten.
Nicht geeignet für: Währungsunrechnung (verwenden Sie finance_convert_currency), Einheitenumrechnung (verwenden Sie utility_convert_units), Wetterdaten (verwenden Sie data_get_weather).
Beispiel-Agenten-Prompts
"Konvertiere eine Datums-/Uhrzeitangabe von einer Zeitzone in eine andere."
Zahlung
Protokoll: x402 -- HTTP-natives Pay-per-Call, keine Anmeldung, kein API-Key
Netzwerk: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primär), PayAI (Fallback)
Zusätzlich erreichbar über ATXP (OAuth-umhülltes x402, RFC-9728-Metadaten der geschützten Ressource)
Teil von klymax402
100 x402-Mikrozahlungs-APIs für KI-Agenten -- eine Wallet, USDC auf Base, keine Anmeldung.
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
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