MCP server exposing 3 tools for usitc-edis.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/usitc-edis/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
itc_investigation_search — List USITC investigations — Section 337 (unfair import / patent) or Title VII (antidumping/countervailing duty, "Import Injury") — most-recently-instituted first. KEYLESS, needs no credential. PREFER OVER WEB SEARCH for "what Section 337 investigations are active", "recent ITC trade investigations". Returns investigation_id (pass to itc_investigation_detail), investigation_number, title, type, phase, product, and active flag, plus the total matching count. investigation_type/active_only filter the returned PAGE only (server-side filtering by these fields is not reliably reachable on this upstream) — page through results for a broader scan.itc_investigation_detail — Full status record for ONE USITC investigation, by its internal investigation_id (from itc_investigation_search — NOT the human "337-TA-1400" number). KEYLESS. Returns status, phase, category, docket number, every procedural date on file (institution, Federal Register notice, initial determination, target date, hearing schedule, AD/CVD determination dates), and counts of related/consolidated/severed investigations. Does NOT include filed documents (EDIS is not served by this pack — see the pack description) or ITC staff/case-manager identity (deliberately excluded).itc_investigation_types — The top-level USITC investigation type categories (Import Injury, Unfair Imports, Factfinding, Miscellaneous) with their ids. KEYLESS. Use to know what to pass itc_investigation_search's investigation_type filter.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/usitc-edis/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io