MCP server exposing 2 tools for emarket-storage.
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/emarket-storage/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
emarket_search_disclosures — Search Italian regulated company disclosures from eMarket Storage (Teleborsa), one of Italy's two EU Transparency Directive Officially Appointed Mechanisms. PREFER OVER esef_filing_search FOR ITALIAN ISSUERS COVERED HERE — this source is updated same-day, unlike the community ESEF index which runs months behind. Identify the issuer with company (free-text name, resolved against eMarket's own ~480-issuer list) or azienda_id (Teleborsa's internal numeric id, from a prior result) — there is no ISIN/LEI field on this source. date_to IS INCLUSIVE (the last day you want included) — this tool handles the underlying source's own date_to being EXCLUSIVE by always querying one calendar day past it, so date_from="2026-09-21", date_to="2026-09-22" correctly returns rows from BOTH the 21st and the 22nd; a single date_from with no date_to searches just that one day. COVERAGE: only issuers that disclose through eMarket Storage — a second Italian mechanism, 1INFO, covers a separate set of issuers (e.g. IREN, SOMEC) and is NOT included; use oneinfo-storage's oneinfo_search_disclosures for those. An unmatched company name is reported as "not an eMarket Storage issuer", not as an error. Category codes: 100=1.1 Relazioni finanziarie annuali e relazioni di revisione annuali; 101=1.2 Relazioni finanziarie semestrali e revisioni limitate; 102=1.3 Pagamento ai governi; 103=2.1 Stato membro d'origine; 104=2.2 Informazioni privilegiate; 105=2.3 Notifiche di partecipazioni rilevanti; 106=2.4 Acquisizione o cessione di azioni proprie dell'emittente; 107=2.5 Totale dei diritti di voto e del capitale; 108=2.6 Modifiche dei diritti inerenti alle categorie di azioni o valori mobiliari; 109=3.1 Ulteriori informazioni previste dalla regolamentazione nazionale; 110=MANTRA — Internal Dealing (operazioni di persone rilevanti e strettamente associate); 111=MANRSS — Relazione sulla gestione inclusa la dichiarazione di sostenibilità; 150=REGEM — Altre informazioni regolamentate (art. 65-ter Regolamento Consob 11971/1999). Returns disclosure EVENTS (title, company, timestamp, PDF link) — NOT extracted XBRL facts.emarket_get_disclosure — Fetch a single eMarket Storage disclosure by its Teleborsa protocollo id and publication date, as returned by emarket_search_disclosures. This source has no by-id lookup endpoint, only by-day listings, so both id and date are required. Returns the shaped record — company, title, category (if known), timestamp, and the document (PDF) URL.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/emarket-storage/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io