Skip to main content
Glama

Time Server

by clssck

시간 서버

엠씨피파이썬특허

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

목차

특징

  • 모든 시간대의 현재 시간을 가져옵니다
  • 시간대 간 시간 변환
  • 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

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

RESTful API 엔드포인트를 통해 시간대 변환 및 시간 관련 작업을 제공하는 MCP 서버로, 포괄적인 오류 처리 및 시간대 데이터베이스 통합 기능을 갖추고 있습니다.

  1. 목차
    1. 특징
      1. 설치
        1. Smithery를 통해 설치
        2. 수동 설치
      2. 용법
        1. API 문서
          1. 도구
        2. 개발
          1. 행동 강령
            1. 특허

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
                Last updated -
                14
                Python
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                A TypeScript server implementing the Model Context Protocol (MCP) that provides datetime and timezone information to AI agents and chat interfaces, allowing them to access current time in various timezones.
                Last updated -
                4
                2
                TypeScript
                Mozilla Public License 2.0
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.
                Last updated -
                2
                1
                Python
              • -
                security
                A
                license
                -
                quality
                A lightweight mcp server that tells you exactly what time is it based on your IP.
                Last updated -
                8
                Python
                MIT License

              View all related MCP servers

              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