Skip to main content
Glama

MCP-NTP Time Service

by scofield5658
MIT License
pyproject.toml664 B
[project] name = "mcp-ntp" version = "0.2.2" description = "MCP-based NTP Time Service" authors = [ { name = "Scofield Guo", email = "guozhi5658@gmail.com" } ] readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10" urls = { Homepage = "https://github.com/scofield5658/mcp-ntp" } dependencies = [ "fastapi", "fastmcp", "mcp", "uvicorn", "requests", "python-dotenv", "click", "ntplib" ] [project.scripts] mcp-ntp = "app:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["app"] [dependency-groups] dev = [ "twine>=6.1.0", ]

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/scofield5658/mcp-ntp'

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