Stamp-MCP

theoddden/Stamp-MCP
★ 0 stars Python API Integration Updated today
Zero-dependency synchronous MCP server: UTC time from NTP atomic clocks over raw JSON-RPC stdio
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stamp-mcp": {
      "command": "uvx",
      "args": [
        "stamp-mcp"
      ]
    }
  }
}

Or install with pip: pip install stamp-mcp

README Excerpt

<!-- mcp-name: io.github.theoddden/stamp --> An MCP server for NTP time and clock drift. Zero dependencies, fully synchronous, raw JSON-RPC 2.0 over stdio -- no MCP library, no asyncio. A single NTP query tells you where your clock is right now. Drift history tells you where it is going: a clock that is consistently 200ms fast and

Tools (2)

get_timemain