Skip to main content
Glama

MCP Time Server Node

by pshempel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to "production" for production useproduction
CACHE_SIZENoMaximum cache entries10000
RATE_LIMITNoMaximum requests per minute100
MAX_LISTENERSNoMaximum concurrent requests (minimum: 10)20
DEFAULT_TIMEZONENoOverride system timezone detection (e.g., "America/New_York")
RATE_LIMIT_WINDOWNoRate limit window in milliseconds60000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_server_info

Get server version and build information

get_current_time

Get current time in specified timezone with formatting options

convert_timezone

Convert time between timezones

add_time

Add duration to a date/time

subtract_time

Subtract duration from a date/time

calculate_duration

Calculate duration between two times

get_business_days

Calculate business days between dates

next_occurrence

Find next occurrence of a recurring event

format_time

Format time in various human-readable formats

calculate_business_hours

Calculate business hours between two times

days_until

Calculate days until a target date/event

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/pshempel/mcp-time-server-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server