← devminute.dev
INDIVIDUAL MCP TOOL
timestamp_convert
Convert Unix seconds, milliseconds, or a date into common time formats.
LIVE ENDPOINT
https://devminute.dev/mcp
Connect to this endpoint to inspect the live schema for timestamp_convert and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.devminute-tools]
url = "https://devminute.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"devminute-tools": {
"type": "http",
"url": "https://devminute.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: devminute-tools
Remote MCP URL: https://devminute.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"devminute-tools": {
"url": "https://devminute.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"devminute-tools": {
"type": "http",
"url": "https://devminute.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "devminute-tools",
"transport": "streamable-http",
"url": "https://devminute.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
json_format— Validate and pretty-print or minify JSON text.json_search— Find keys, paths, and primitive values in a JSON document.json_compare— Compare two JSON values by structure and value.json_schema_validate— Validate JSON data against a JSON Schema.regex_test— Run a JavaScript regular expression and return matches and capture groups.text_diff— Create a line-by-line diff for two text inputs.csv_to_json— Parse delimited text with headers into JSON objects.json_to_csv— Convert an array of JSON objects into delimited text.