We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tistaharahap/binance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
timestamp.py•415 B
from binance_mcp.models import DateTimeResponse
def get_current_datetime() -> DateTimeResponse:
"""
Get the current date and time in ISO8601 format.
Returns:
DateTimeResponse: Object containing:
- datetime_iso: Current date and time in ISO8601 format
- timestamp: Unix timestamp
- timezone: Timezone information (UTC)
"""
return DateTimeResponse()