timezone-converter
Timezone Converter API
在不同时区之间转换日期时间 -- 覆盖所有 IANA 时区、UTC 偏移,并支持夏令时(DST)。ISO 8601 输入/输出。通过 x402 按调用付费(Base L2 上的 USDC) -- 无需 API 密钥、无需注册、没有速率限制墙。
是 klymax402 市场的一部分 -- 为 AI 智能体提供的 100 个 x402 微支付 API,一个钱包,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、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 -- 一个钱包,Base 上的 USDC,零注册。
完整 API 参考:https://klymax402.com/llms-full.txt
许可
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