timezone-converter
Timezone Converter API
날짜/시간을 시간대 간에 변환 — 모든 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 bodyx402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXM은 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)는 해당 전용 API를 사용하세요.
에이전트 프롬프트 예시
"한 시간대에서 다른 시간대로 날짜/시간 변환"
결제
프로토콜: x402 — HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요
네트워크: Base L2 (
eip155:8453)자산: USDC
퍼실리테이터: Coinbase CDP(기본), PayAI(대체)
ATXP로도 접근 가능 (OAuth로 감싼 x402, RFC 9728 보호 리소스 메타데이터)
klymax402의 일부
AI 에이전트를 위한 x402 소액결제 API 100개 — 하나의 지갑, 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