timezone-converter
Timezone Converter API
タイムゾーン間の日時変換に特化したAPIです。全IANAタイムゾーンに対応し、UTCオフセット、DST(夏時間)にも対応。ISO 8601形式で入力・出力します。x402(Base L2上のUSDC)による呼び出し課金方式です。APIキー不要、登録不要、レート制限の壁もありません。
klymax402 マーケットプレイスの一部です。AIエージェント向けの100 x402マイクロペイメントAPI群です。ウォレット1つで、Base上のUSDCを利用します。
クイックスタート -- MCP
MCPクライアント設定(Claude Desktop、Cursor、ElizaOSなど)に以下を追加します:
{
"mcpServers": {
"timezone-converter": {
"url": "https://timezone-converter.api.klymax402.com/mcp"
}
}
}Related MCP server: Time MCP Server
クイックスタート -- 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 bodyx402対応クライアント(@x402/fetch、x402-agent-tools、ATXP)は、402 → 署名 → リトライのサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 価格 | 説明 |
| POST |
| $0.003 | タイムゾーン間で日時を変換します |
utility_convert_timezone
日付/時刻をあるタイムゾーンから別のタイムゾーンに変換する必要がある場合に使用します。変換された日時とオフセット情報をJSONで返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | はい | 日時文字列(ISO 8601または人間が読める形式。例:'2024-01-15T14:30:00') |
| string | はい | 変換元のIANAタイムゾーン(例:America/New_York) |
| string | はい | 変換先のIANAタイムゾーン(例:Europe/Paris) |
応答例:
{"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}使用場面: タイムゾーンをまたぐ会議の調整、ログのタイムスタンプ変換、国際イベントの調整、現地時刻の表示など。
対象外: 通貨換算(finance_convert_currency を使用)、単位換算(utility_convert_units を使用)、天気データ(data_get_weather を使用)。
エージェントプロンプトの例
"日付/時刻を、あるタイムゾーンから別のタイムゾーンに変換して"
支払い
プロトコル: x402 -- HTTPネイティブの呼び出し単位の課金。登録不要、APIキー不要
ネットワーク: Base L2 (
eip155:8453)アセット: USDC
ファシリテーター: Coinbase CDP(優先)、PayAI(フォールバック)
ATXP 経由でもアクセス可能です(OAuthでラップされたx402、RFC 9728 保護リソースメタデータ)
klymax402 の一部
AIエージェント向けの100 x402マイクロペイメントAPI群です。ウォレット1つ、Base上のUSDC、登録不要です。
完全なAPIリファレンス: https://klymax402.com/llms-full.txt
ライブ統計: https://klymax402.com/stats
ライセンス
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