Skip to main content
Glama
Br0ski777

timezone-converter

by Br0ski777

Timezone Converter API

MCP Server x402 License: MIT

날짜/시간을 시간대 간에 변환 — 모든 IANA 시간대, UTC 오프셋, DST 반영. ISO 8601 입력/출력. x402 기반 호출당 결제(Base L2의 USDC) — API 키 불필요, 가입 불필요, 속도 제한 없음.

klymax402 마켓플레이스의 일부 — AI 에이전트를 위한 x402 소액결제 API 100개, 하나의 지갑, 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/fetch, x402-agent-tools, ATXM은 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)는 해당 전용 API를 사용하세요.

에이전트 프롬프트 예시

  • "한 시간대에서 다른 시간대로 날짜/시간 변환"

결제

  • 프로토콜: x402 — HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 퍼실리테이터: Coinbase CDP(기본), PayAI(대체)

  • ATXP로도 접근 가능 (OAuth로 감싼 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

AI 에이전트를 위한 x402 소액결제 API 100개 — 하나의 지갑, 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