Server Details
Time MCP server via HTTP
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcpcentral-io/mcp-time
- GitHub Stars
- 1
Available Tools
6 toolsconvert_timeTry in Inspector
Converts a time from a source timezone to a target timezone.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time to convert. e.g., "2025-03-23 12:30:00". | |
| sourceTimezone | Yes | The source IANA timezone name (e.g., "Asia/Shanghai"). | |
| targetTimezone | Yes | The target IANA timezone name (e.g., "Europe/London"). |
current_timeTry in Inspector
Returns the current time in UTC and a specified or guessed timezone.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The format for the returned time string. | YYYY-MM-DD HH:mm:ss |
| timezone | No | The IANA timezone name (e.g., "America/New_York"). Defaults to the server's guessed timezone. |
days_in_monthTry in Inspector
Returns the number of days in the month of a given date.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to check. Format: YYYY-MM-DD |
get_timestampTry in Inspector
Converts a date-time string to a Unix timestamp in milliseconds.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | The time to convert. Format: YYYY-MM-DD HH:mm:ss |
get_week_yearTry in Inspector
Returns the week and ISO week number for a given date.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to check. e.g., "2025-03-23" |
relative_timeTry in Inspector
Calculates the relative time from now to a given time string.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time to compare. Format: YYYY-MM-DD HH:mm:ss |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.