@pipeworx/oneinfo-storage
MCP serverFiles & storageItalian regulated disclosures direct from 1INFO, keyless, same-day-fresh.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use @pipeworx/oneinfo-storage
Install @pipeworx/oneinfo-storage
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http pipeworx-oneinfo-storage 'https://gateway.pipeworx.io/oneinfo-storage/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://gateway.pipeworx.io/oneinfo-storage/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=pipeworx-oneinfo-storage&config=eyJ1cmwiOiJodHRwczovL2dhdGV3YXkucGlwZXdvcnguaW8vb25laW5mby1zdG9yYWdlL21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://gateway.pipeworx.io/oneinfo-storage/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add pipeworx-oneinfo-storage --url 'https://gateway.pipeworx.io/oneinfo-storage/mcp'Run it once, then sign in with codex mcp login pipeworx-oneinfo-storage if the server asks for an account.
From the project's README
As published by pipeworx-io/mcp-oneinfo-storage in README.md.
Italian regulated company disclosures direct from 1INFO — a document index (title, issuer, category, timestamp, document link), updated same-day, covering the ~314 issuers that use 1INFO instead of eMarket Storage as their Officially Appointed Mechanism (OAM) for EU Transparency Directive filings.
Part of Pipeworx — an MCP gateway connecting AI agents to 1679+ live data sources.
Tools
oneinfo_search_disclosures(company?, ndg?, category?, date_from?, date_to?, limit?, offset?)— search disclosures by issuer (name, resolved against 1INFO's own 314-issuer list, or a knownndg), category, and/or a publication date window. Returns newest first.oneinfo_get_disclosure(id, date)— fetch one disclosure by its protocolCode and publication date (both come from a prior search — this source has no by-id-only lookup).
Why this pack exists — and why it's separate from emarket-storage
Italy has TWO Officially Appointed Mechanisms for Transparency Directive
disclosures: eMarket Storage (Teleborsa) and 1INFO. An issuer discloses
through exactly one of the two — there is no overlap, so neither pack can
be dropped in favor of the other. Confirmed live 2026-09-24: 1INFO's own
314-issuer list includes IREN and SOMEC, both absent from eMarket Storage's
picklist; roughly half of STAR-segment issuers use 1INFO. If a company
isn't found here, try emarket-storage's emarket_search_disclosures
instead (and vice versa — emarket-storage's not-found note points back
here).
⚠️ Five things a caller must know
- 1INFO-covered issuers only — not the full Italian market. A company
search that matches nothing returns an explanatory
note, not a bare error, pointing atemarket-storageinstead. This pack does not merge eMarket Storage data. - This is a document index, not an XBRL-facts API. Every row is a
disclosure EVENT: a title, an issuer, a category, a publication timestamp,
and a link to the underlying document. There is no per-fact extraction.
For XBRL facts (net income, revenue…) from Italian ANNUAL reports, use
esef-filings(proxies filings.xbrl.org) — measured 2026-09-24: annual filings from 1INFO issuers (SOMEC, IREN, Softlab) reached filings.xbrl.org about 6 days after they were stored here. There is no XBRL-facts source anywhere for HALF-YEAR reports (ESEF is annual-only by construction), so this pack is the only structured way to see those land. - No ISIN. LEI appears only embedded in the filename of XBRL-tagged
annual-report ZIPs (
has_xbrl: truerows — e.g.81560001692D0424C949-2025-12-31-1-it.htmlinside SOMEC's FY2025 ZIP). Identify issuers by name (resolved against 1INFO's own list) or byndg(1INFO's internal numeric id) directly once you have it from a prior search. date_tois INCLUSIVE (the last local-calendar day you want, Europe/Rome). Unlikeemarket-storage, this pack filters dates itself client-side rather than passing a range upstream, so there's no exclusive-upstream-bound trap to work around — verified live 2026-09-24:date_from=2026-09-22&date_to=2026-09-22returns the one disclosure actually published that day (UNIDATA), proving the last day is included.- No server-side filter by issuer exists on this source. Verified live
2026-09-24: 1INFO's
/API/Documentiendpoint honorsSearchFilter[categoria](it genuinely narrows the result set) but silently IGNORES bothSearchFilter[ndg]and the DataTables globalsearch[value]—recordsFilteredis identical with or without them. This pack resolves a company tondgand filters CLIENT-SIDE while paging the (always storage-date-descending) result set. Adate_from/date_towindow is scanned to completion (bounded to 6 upstream requests / ~6,000 rows as a safety cap); an open-ended company-only search stops as soon as it haslimitmatches, which is cheap but may miss an issuer's older filings. Every response says honestly how far it scanned (scanned.oldest_date_local,scanned.stopped_reason) and whethermatched_in_scanned_rangeis an exact count for the range (range_fully_scanned: true) or only a lower bound — never a fabricated total.
Auth
Keyless. No account, no API key.
Data sources
- https://www.1info.it/PORTALE1INFO/ — 1INFO's public disclosure storage portal (an EU Transparency Directive OAM for Italy). Pipeworx queries its JSON API live on every call; there is no bulk download.
Gotchas
- No formal REST API — this is a DataTables server-side endpoint.
POST /PORTALE1INFO/API/Documentirequires the standard DataTables form fields (draw,columns[0][...],order[0][...],start,length); a bare POST missing them fails with a server-sideNullReferenceException.GET /PORTALE1INFO/API/companies/documenti(314 issuers) andGET /PORTALE1INFO/API/documenti/Categoriesare plain GETs. - The download URL needs a
.pdfsuffix 1INFO's own JSON does not show — a silent-404-shaped trap.PdfShow.aspxtakes afile(the document code) and ayear(the fiscal year) query parameter. When a row has an XBRL package (protocolCodeXbrlnon-null, e.g."165960_oneinfo.zip"), that value downloads as-is. But whenprotocolCodeXbrlis null — every half-year report, every ancillary filing, i.e. most rows — using the bareprotocolCode(e.g."171904_oneinfo") 302-redirects toError.aspx …documento non trovatowith no indication of what went wrong. Appending.pdf("171904_oneinfo.pdf") is what actually resolves — confirmed live 2026-09-24 on three different issuers/categories (UNIDATA REGEM, Banca Sistema 3.1, SOMEC 1.2), each 302 without the suffix and HTTP 200 with it. yearis the FISCAL year fromdataEsercizio, not the storage year — and it can differ between two filings stored on the very same day for the very same report: SOMEC's FY2025 annual report was stored as two sibling rows (the ESEF-format ZIP and a plain-PDF twin) 2 minutes apart, withyear=2025for one andyear=2026for the other — both confirmed live to need exactly their own computed year, not the other's.- Company-name resolution uses
rankMatches(exact > prefix > whole-wordsubstring) against 1INFO's own issuer picklist, embedded at
/API/companies/documenti. An ambiguous match (multiple issuers tied at the same score) returnscandidatesinstead of guessing. - The
categoriafilter accepts multi-value rows — a single disclosure can carry more than one code (e.g."1.2,2.2");category_labelsreflects every code on the row, while filtering bycategorymatches on membership, not exact equality. - Dates are computed in Europe/Rome via
Intl.DateTimeFormat(DST-correct) rather than manual UTC offsets —dataStoccaggio/dataEsercizioare raw Unix-seconds timestamps with no timezone marker in the source JSON. oneinfo_get_disclosurehas no direct by-id endpoint on the source — it re-scans that day's listing (up to 3 requests / 3,000 rows, far more than any single day's market-wide volume — 33,444 rows measured over roughly 5 years) and matches onprotocolCode.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"oneinfo-storage": {
"url": "https://gateway.pipeworx.io/oneinfo-storage/mcp"
}
}
}
What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/oneinfo-storage/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Both URLs reach the same gateway and the same 1679+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
No MCP client? Call it over HTTP
curl -X POST https://gateway.pipeworx.io/v1/tools/oneinfo_search_disclosures \
-H 'Content-Type: application/json' \
-d '{"date_from":"2026-09-17","date_to":"2026-09-24"}'
No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/oneinfo_search_disclosures. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"oneinfo-storage": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-oneinfo-storage"]
}
}
}
Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-oneinfo-storage
It speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call
for only this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Oneinfo Storage data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Advanced
- Delivery
- oneinfo-storage MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-pipeworx-io-oneinfo-storage- Source
- github.com/pipeworx-io/mcp-oneinfo-storage
- Hosted endpoint
https://gateway.pipeworx.io/oneinfo-storage/mcp