Time Server
시간 서버
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_serverAPI 문서
도구
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
This server cannot be installed
Maintenance
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
MCP server exposing klokin time-tracking operations (employees, time entries, stores) to AI clients.
MCP server providing attendance data queries via the CloudTime API.
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
Related MCP Servers
- AlicenseAqualityDmaintenanceA 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.44MIT
- FlicenseNot gradedqualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseAqualityFmaintenanceMCP 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.64902MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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