{
  "markdown": "# mcp-epochs\n\nmcp-name: io.github.daedalus/mcp-epochs\n\n> MCP tool that provides current Unix timestamp (epochs) to LLMs.\n\n[![PyPI](https://img.shields.io/pypi/v/mcp-epochs.svg)](https://pypi.org/project/mcp-epochs/)\n[![Python](https://img.shields.io/pypi/pyversions/mcp-epochs.svg)](https://pypi.org/project/mcp-epochs/)\n[![Coverage](https://codecov.io/gh/daedalus/mcp-epochs/branch/master/graph/badge.svg)](https://codecov.io/gh/daedalus/mcp-epochs)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n## Install\n\n```bash\npip install mcp-epochs\n```\n\n## Usage\n\n```bash\nmcp-epochs\n```\n\nThis runs the MCP server with STDIO transport. The server provides a `get_unix_time` tool.\n\n## MCP Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-epochs\": {\n      \"command\": \"mcp-epochs\"\n    }\n  }\n}\n```\n\n## Development\n\n```bash\ngit clone https://github.com/daedalus/mcp-epochs.git\ncd mcp-epochs\npip install -e \".[test]\"\n\n# run tests\npytest\n\n# format\nruff format src/ tests/\n\n# lint\nruff check src/ tests/\n\n# type check\nmypy src/\n```\n\n## API\n\n### `get_unix_time()`\n\nReturns the current Unix timestamp as a dictionary with the following keys:\n\n- `unix_time` (int): Current Unix timestamp in seconds since epoch.\n- `unix_time_ms` (int): Current Unix timestamp in milliseconds since epoch.\n- `iso8601` (str): Current UTC time in ISO 8601 format (e.g., \"2026-03-26T21:30:00Z\").\n\n### `run_server()`\n\nStarts the MCP server using STDIO transport for local desktop MCP clients.\n",
  "bytes": 1565,
  "sha": "f057e3b3c617630312b5562cf6dee6ea252fc3fae50a3c61f7717bc23a6a3c5f",
  "repo_slug": "daedalus/mcp-epochs",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_daedalus_mcp_epochs_628e9557/readme"
}