← fluentedi.com

INDIVIDUAL MCP TOOL

edi_parse

Reads a raw ASC X12 interchange and returns it as JSON: delimiters taken from the ISA header, the ISA/GS/ST envelope decoded, every segment split into named elements, and a document-specific summary - purchase order lines for an 850, the HL shipment hierarchy and SSCCs for an 856, invoice totals for an 810.

fluentedi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://fluentedi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for edi_parse and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

fluentedi.com

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.
  • hash — Computes cryptographic digests and HMAC signatures.