Metadata-Version: 2.4
Name: techtenstein-timezone-convert-mcp
Version: 1.0.0
Summary: MCP server for the Timezone Convert API (DST-aware IANA conversion).
Project-URL: Homepage, https://timezone-convert.techtenstein.com
Project-URL: Repository, https://github.com/techtenstein-labs/timezone-convert
Author-email: Techtenstein <sathvickollu@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# Timezone Convert API — MCP Server

<!-- mcp-name: io.github.techtenstein-labs/timezone-convert -->

MCP server for the [Timezone Convert API](https://timezone-convert.techtenstein.com).

## Install
```bash
pip install techtenstein-timezone-convert-mcp
```

## Configure (Claude Desktop)
```json
{
  "mcpServers": {
    "timezone-convert": { "command": "techtenstein-timezone-convert-mcp" }
  }
}
```

MIT · https://timezone-convert.techtenstein.com
