INDIVIDUAL MCP TOOL
current_datetime
Returns the current date and time in UTC and, if a city is provided, in the local timezone.
LIVE ENDPOINT
https://prod-api.ezi-app.com/mcp
Connect to this endpoint to inspect the live schema for current_datetime 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.ezi-mcp-public]
url = "https://prod-api.ezi-app.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ezi-mcp-public": {
"type": "http",
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ezi-mcp-public
Remote MCP URL: https://prod-api.ezi-app.com/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": {
"ezi-mcp-public": {
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ezi-mcp-public": {
"type": "http",
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ezi-mcp-public",
"transport": "streamable-http",
"url": "https://prod-api.ezi-app.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status.lookup_scheduled_jobs— Return the authenticated customer's upcoming scheduled jobs.get_available_services— Returns service categories and types available for a given postal or zip code, accounting for location coverage and seasonal availability.calculate_quote— Calculate an estimated price and duration for a service WITHOUT creating a booking.create_order— Create a service order for the authenticated customer.reschedule_job— Reschedule one of the authenticated customer's upcoming jobs to a new date and time.cancel_job— Cancel one of the authenticated customer's upcoming jobs.