Back to Discover

mcp-fcc-ecfs

connector

pipeworx-io

MCP server for fcc-ecfs

View on GitHub
0 starsSynced Aug 3, 2026

Install to Claude Code

/plugin marketplace add pipeworx-io/mcp-fcc-ecfs

README

mcp-fcc-ecfs

MCP server for fcc-ecfs

Part of Pipeworx — an MCP gateway connecting AI agents to 1395+ live data sources.

Tools

ToolDescription
ecfs_search_filingsSearch 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_filingsList 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_detailRetrieve one FCC ECFS filing by submission ID with all public proceedings, filers, authors, law firms, status, and official document/attachment URLs.
ecfs_search_proceedingsSearch FCC ECFS proceedings/dockets by exact number or public API query and return descriptions, bureau, dates, and docket links.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "fcc-ecfs": {
      "url": "https://gateway.pipeworx.io/fcc-ecfs/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1395+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Fcc Ecfs data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

Rendered live from pipeworx-io/mcp-fcc-ecfs's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://gateway.pipeworx.io/fcc-ecfs/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.