Skip to main content
Glama
clssck

Time Server

by clssck

시간 서버

대장간 배지 엠씨피파이썬특허

MCP(Model Context Protocol) 표준을 기반으로 구축된 시간대 변환 및 시간 관련 작업을 위한 MCP 서버입니다.

목차

Related MCP server: MCP Time Server

특징

  • 모든 시간대의 현재 시간을 가져옵니다

  • 시간대 간 시간 변환

  • MCP 프로토콜 표준으로 구축됨

  • 유형 안전한 Python 구현

  • RESTful API 엔드포인트

  • 포괄적인 오류 처리

  • 시간대 데이터베이스 통합

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Time Server를 자동으로 설치하려면:

지엑스피1

수동 설치

pip install .

용법

서버를 시작합니다:

python -m time_server

API 문서

도구

get_current_time

특정 시간대의 현재 시간 가져오기

매개변수:

  • timezone : 문자열 - IANA 시간대 식별자(예: "America/New_York")

보고:

  • ISO 8601 형식의 현재 시간

convert_time

시간대 간 시간 변환

매개변수:

  • time : 문자열 - ISO 8601 형식으로 변환할 시간

  • from_timezone : 문자열 - 소스 시간대

  • to_timezone : 문자열 - 대상 시간대

보고:

  • ISO 8601 형식으로 변환된 시간

개발

개발 종속성 설치:

pip install -e .[dev]

테스트 실행:

pytest

코드 품질 확인:

ruff check .
mypy src

행동 강령

이 프로젝트는 기여자 서약 행동 강령을 준수합니다. 참여하시는 모든 분은 이 강령을 준수해 주시기 바랍니다.

특허

MIT

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.
    4
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal MCP server that provides current time information with configurable timezone support set on the client side.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A hosted MCP server providing current time, date, and timezone conversion tools specifically designed for Claude Code remote sessions. It enables users to fetch localized time data and convert times between IANA timezones through a centralized API.
  • A
    license
    A
    quality
    F
    maintenance
    MCP server providing various date/time functions including current time, timezone conversion, and relative time calculations. Supports both local stdio and remote HTTP access via Cloudflare Workers.
    6
    490
    2
    MIT

Latest Blog Posts

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

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