Skip to main content
Glama
Br0ski777

timezone-converter

by Br0ski777

Timezone Converter API

MCP Server x402 License: MIT

タイムゾーン間の日時変換に特化した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 body

x402対応クライアント(@x402/fetchx402-agent-tools、ATXP)は、402 → 署名 → リトライのサイクルを自動的に処理します。

ツール

ツール

メソッド

パス

価格

説明

utility_convert_timezone

POST

/api/convert

$0.003

タイムゾーン間で日時を変換します

utility_convert_timezone

日付/時刻をあるタイムゾーンから別のタイムゾーンに変換する必要がある場合に使用します。変換された日時とオフセット情報をJSONで返します。

パラメータ

名前

必須

説明

datetime

string

はい

日時文字列(ISO 8601または人間が読める形式。例:'2024-01-15T14:30:00')

from

string

はい

変換元のIANAタイムゾーン(例:America/New_York)

to

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、登録不要です。

ライセンス

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