LIVE ENDPOINT
https://fluentedi.com/mcp
Connect to this endpoint to inspect the live schema for hash 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.fluentedi]
url = "https://fluentedi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fluentedi": {
"type": "http",
"url": "https://fluentedi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fluentedi
Remote MCP URL: https://fluentedi.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": {
"fluentedi": {
"url": "https://fluentedi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fluentedi": {
"type": "http",
"url": "https://fluentedi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fluentedi",
"transport": "streamable-http",
"url": "https://fluentedi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
time_now— Returns the authoritative current time in one or more timezones, with UTC offset, ISO week number, day of year, weekend flag, and daylight-saving state.time_convert— Converts one instant into any number of timezones, handling daylight saving transitions correctly.time_diff— Computes the elapsed time between two instants: exact totals in each unit, a calendar breakdown (years/months/days rather than 'thirteen and a half months'), the count of weekdays in between, and a human phrase.time_window— Answers the questions a deadline actually poses: is this instant inside the window, how long until it opens or closes, and if it is outside, by how much.cron_next— Parses a standard 5-field cron expression (or 6-field with leading seconds, or a macro like @daily), validates it, describes it in plain English, and computes the next run times in a given timezone with daylight-saving handled.json_query— Runs a JSONPath query and returns the matching values with their concrete paths.json_repair— Takes JSON that almost parses and makes it parse: markdown code fences, prose wrapped around the object, trailing commas, single or smart quotes, unquoted keys, Python True/False/None, comments, NaN, and brackets left open by a truncated response.math_eval— Evaluates arithmetic with correct operator precedence, parentheses, exponentiation, factorials, named variables and 30+ functions.