Skip to main content
Glama

NTP MCP Server

pyproject.tomlโ€ข553 B
[project] name = "ntp-mcp" version = "1.0.0" description = "MCP server for secure NTP synchronization with geographic filtering" readme = "README.md" requires-python = ">=3.11" authors = [{name = "Jeff Dezso", email = ""}] dependencies = [ "mcp>=1.12.0", "ntplib==0.4.0", "pytz==2025.2", "tenacity==9.1.2", ] [project.scripts] ntp-mcp = "ntp_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] python-preference = "managed" [tool.hatch.build.targets.wheel] packages = ["src/ntp_mcp"]

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

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