Skip to main content

Tools Reference

The ECGrid MCP Server exposes 41 Connectivity tools across 13 categories. All Connectivity tools are prefixed connectivity_ and return structured JSON data.

Call tools/list at startup to get the current complete tool list with full input schemas — new tools are added regularly and the response is always authoritative. For programmatic discovery, GET https://mcp.ecgrid.io/tools.json returns the same registry without authentication.

Tool Categories

CategoryToolsInteractive UI
Systemhello-world, get-version, get-status-list
Usersget-user-me, get-user-by-id, get-user-by-login, list-users
Networkget-network-by-id
Mailboxesget-mailbox-by-id, list-mailboxes, get-mailbox-by-nameget-mailbox-by-id, list-mailboxes
ECGrid IDsget-ecgrid-id-by-id, find-edi-ids, list-ecgrid-ids-by-mailboxAll three
Partnersget-partner-by-id, list-partners, check-partner-config, test-partner-delivery, get-partner-document-countsget-partner-by-id, list-partners
Commsget-comm-by-id, list-comms, find-comms, test-comm, check-ftp-access
Parcelsget-parcel-by-id, list-inbox-parcels, list-outbox-parcels, list-pending-inbox-parcelsget-parcel-by-id
Interchangesget-interchange-by-id, list-inbox-interchanges, list-outbox-interchanges, get-document-counts-by-statusget-interchange-by-id
Transactionssearch-transactionssearch-transactions
Callbacksget-callback-event-by-id, get-callback-queue-by-id, list-callback-events, list-callback-queue
Carbon Copiesget-carbon-copy-by-id, list-carbon-copies
Keysget-key, list-keys

Response Modes

Structured JSON — all 41 tools return a structured JSON data object. The AI interprets this and presents it to the user in plain language. Developers use it directly in their applications.

Interactive UI components — 10 tools additionally render a visual, browsable widget in Claude Desktop and Claude.ai alongside the AI's text response. The tool call, parameters, and JSON response are identical regardless of whether a UI component renders. Identified in the table above.

Other Product Groups

The server also hosts Translation and DataSync product groups. These are separate licensed products with their own tool prefixes (translation_ and datasync_).

Future Tools

Additional Connectivity, Translation, and Catalog tools will be documented here when released.