Skip to main content
Glama

Timezone MCP Server

by sam-artuso
app.service.tsβ€’228 B
import { Injectable } from '@nestjs/common' @Injectable() export class AppService { getHealth(): { status: string; timestamp: string } { return { status: 'ok', timestamp: new Date().toISOString(), } } }

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