MCP server exposing 2 tools for oneinfo-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/oneinfo-storage/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
oneinfo_search_disclosures — Search Italian regulated company disclosures from 1INFO, one of Italy's two EU Transparency Directive Officially Appointed Mechanisms (the other is eMarket Storage — use emarket-storage's emarket_search_disclosures for issuers covered there instead, e.g. WEBUILD/SAIPEM). Identify the issuer with company (free-text name, resolved against 1INFO's own 314-issuer list) or ndg (1INFO's internal numeric issuer id, from a prior result) — there is no ISIN field on this source, and LEI only appears embedded in the filename of XBRL-tagged annual-report ZIPs (see the returned document_url for those). date_to IS INCLUSIVE (the last local-calendar day you want, Europe/Rome). COVERAGE: 1INFO issuers only — a second Italian mechanism, eMarket Storage, covers a separate set (e.g. WEBUILD) and is not included; an unmatched company name is reported as "not a 1INFO issuer", not as an error. NO SERVER-SIDE ISSUER FILTER exists on this source, so a company/ndg search scans recent storage-date-ordered pages client-side up to a bounded depth — the response's scanned.oldest_date_local says honestly how far back it looked; a rarely-filing issuer may need a narrower/older date_from to surface. Category codes: 1.1=1.1 Relazione finanziaria annuale e relazione di revisione annuale; 1.2=1.2 Relazioni finanziarie semestrali e relazioni di revisione semestrali/revisioni limitate; 1.3=1.3 Pagamento ai governi; 2.1=2.1 Stato membro d'origine; 2.2=2.2 Informazioni privilegiate; 2.3=2.3 Notifiche di partecipazioni rilevanti; 2.4=2.4 Acquisizione o cessione di azioni proprie dell'emittente; 2.5=2.5 Totale dei diritti di voto e del capitale; 2.6=2.6 Modifiche dei diritti inerenti alle categorie di azioni o di valori mobiliari; 3.1=3.1 Ulteriori informazioni previste dalla regolamentazione nazionale; MANTRA=MANTRA — Internal Dealing (operazioni di persone rilevanti e strettamente associate); MANRSS=MANRSS — Relazione sulla gestione, inclusa la dichiarazione di sostenibilità; REGEM=REGEM — Altre informazioni regolamentate (art. 82-ter Regolamento Consob 11971/1999); DOAG=DOAG — Relazione finanziaria; DOOS=DOOS — Documenti operazioni straordinarie; DOAL=DOAL — Documenti diversi. Returns disclosure EVENTS (title, company, category, timestamp, document link) — NOT extracted XBRL facts; for annual-report XBRL facts use esef-filings (Italy: ~6 days behind 1INFO). Half-year reports have NO XBRL-facts source anywhere else, since ESEF is annual-only.oneinfo_get_disclosure — Fetch a single 1INFO disclosure by its protocolCode id and publication date, as returned by oneinfo_search_disclosures. This source has no by-id-only lookup endpoint, only by-day listings, so both id and date are required. Returns the shaped record — company, title, category, timestamp, and the document URL (with the .pdf-suffix / fiscal-year gotchas already handled).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/oneinfo-storage/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io