MCP tool that provides current Unix timestamp
Valid MCP server (0 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
9 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-epochs": {
"args": [
"mcp-epochs"
],
"command": "uvx"
}
}
}From the project's GitHub README.
mcp-name: io.github.daedalus/mcp-epochs
MCP tool that provides current Unix timestamp (epochs) to LLMs.
pip install mcp-epochs
mcp-epochs
This runs the MCP server with STDIO transport. The server provides a get_unix_time tool.
{
"mcpServers": {
"mcp-epochs": {
"command": "mcp-epochs"
}
}
}
git clone https://github.com/daedalus/mcp-epochs.git
cd mcp-epochs
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
get_unix_time()Returns the current Unix timestamp as a dictionary with the following keys:
unix_time (int): Current Unix timestamp in seconds since epoch.unix_time_ms (int): Current Unix timestamp in milliseconds since epoch.iso8601 (str): Current UTC time in ISO 8601 format (e.g., "2026-03-26T21:30:00Z").run_server()Starts the MCP server using STDIO transport for local desktop MCP clients.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.