---
name: "xpay-time-utils"
description: "Time zone conversions, date calculations, and timestamp utilities"
version: "1.0.0"
provider: "Time Utils"
tools: 0
---

# Time Utils

Time zone conversions, date calculations, and timestamp utilities

## Time Utils

Time zone conversions, date calculations, and timestamp utilities

### Available Tools (0)



### Quick Start

```json
{
  "mcpServers": {
    "time-utils": {
      "url": "https://time-utils.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 0
**Category:** Utility & Reference

## When to Use

Use Time Utils tools when you need to time zone conversions, date calculations, and timestamp utilities. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools



## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("time-utils")`
2. **`xpay_details`** — Get input schema: `xpay_details("time-utils/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("time-utils/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/time-utils/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
