Skip to main content
Glama

Timezone MCP Server

by sam-artuso
health-response.dto.tsβ€’370 B
import { ApiProperty } from '@nestjs/swagger' export class HealthResponseDto { @ApiProperty({ description: 'Health status of the service', example: 'ok', type: String, }) status!: string @ApiProperty({ description: 'ISO 8601 timestamp of the health check', example: '2025-10-17T18:30:45.123Z', type: String, }) timestamp!: string }

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/sam-artuso/demo-mcp'

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