MCP server exposing 4 tools for fcc-ecfs.
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/fcc-ecfs/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ecfs_search_filings — Search FCC ECFS filings using the public API full-text index. Returns filer/author, proceeding, submission type, dates, and official document links. Search matches are filings in the public record, not FCC findings or endorsements.ecfs_docket_filings — List FCC ECFS filings in an exact proceeding/docket, newest first, including documents and parties. A filing reflects the submitter’s position and is not an FCC decision.ecfs_filing_detail — Retrieve one FCC ECFS filing by submission ID with all public proceedings, filers, authors, law firms, status, and official document/attachment URLs.ecfs_search_proceedings — Search FCC ECFS proceedings/dockets by exact number or public API query and return descriptions, bureau, dates, and docket links.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fcc-ecfs/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io