ferc-elibrary-mcp
Related Servers
Alternatives to ferc-elibrary-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for searching and retrieving FCC ECFS filings, dockets, and proceedings via the public API.4 npmMIT
- AlicenseCqualityAmaintenanceEnables querying South Korean stock disclosures, financial statements, and shareholder reports via the OpenDART API from any MCP-compatible client.87MIT
- AlicenseNot gradedqualityAmaintenanceQuery SEC EDGAR filings, XBRL financials, and company data through MCP.376 npm10Apache 2.0
- FlicenseAqualityDmaintenanceExposes OPEN DART (Korean FSS electronic disclosure) as an MCP server for searching and retrieving original disclosure documents, shareholdings, and financial statements, primarily for legal and internal control review.7-
- AlicenseAqualityBmaintenanceMCP server providing read-only access to SEC EDGAR filings, allowing LLMs to look up companies, search filings, and retrieve securities offering data.3557 PyPI1MIT
- AlicenseCqualityAmaintenanceEnables searching, tagging, uploading, and reading documents in Paperless-NGX, with management of tags, correspondents, document types, and custom fields via MCP tools and resources.501MIT
TDQS
Scored across 13 tools
Most tools target distinct levels of the eLibrary: search, docket metadata, accession metadata, attachment listing, downloads, and document text. The deprecated get_filing_text alias overlaps with read_document and could be confused with get_filing, and collect_related combines search and docket listing, but the descriptions clarify the intended boundaries.
Almost every tool follows a verb_noun snake_case pattern such as search_filings, get_docket, and download_file. cache_status breaks the verb pattern, collect_related uses an adjective-like object, and get_filing_text is a stale alias, so the naming is mostly but not fully consistent.
13 tools is within the well-scoped range and covers search, metadata access, file listing, downloads, bundle downloads, document text analysis, and cache management. The deprecated get_filing_text alias and the more internal cache_status/sync_docket tools add slight weight, but the set does not feel bloated.
The tools cover the public-filing lifecycle end to end: docket and accession search, metadata retrieval, file listing, single and bundle download, extracted-text reading, within-document search, outlines, and cache synchronization. No obvious operations are missing for the stated FERC eLibrary retrieval domain.