Skip to content

SignedData

An open standard for curated, cryptographically signed, real-time data.

When you receive JSON from a third-party feed, you trust the transport, intermediaries, and source at once. There is no proof that the payload is exactly what was published, by whom, or when.

cds — the Curated Data Standard: a universal envelope for real-time data (weather, sports, lottery, news, …), signed with RSA-PSS, with an embedded summary.

mcp-lottery — MCP server exposing Brazilian lottery draws as tools for Claude and other agents.

LanguagePackageInstall
Python 3.12+signeddata-cdspip install signeddata-cds
TypeScript@signeddata/cds-sdknpm install @signeddata/cds-sdk
  • Standard is the contract. CDS and SDKs are infrastructure-agnostic; anyone can run ingestors and operators.
  • Provenance, not only TLS. HTTPS secures the channel; signatures anchor the payload.
  • LLM-ready. Events include a context.summary so data and meaning travel together.
  • Curated. Structured sources, registered and fingerprinted — no unverified scraping.
DomainFocus
weatherForecasts and current conditions
sports.footballResults, live scores, standings
newsHeadlines from verified publishers
financeQuotes, prices, indices
religion.bibleVerses and passages
government.brazilDiário Oficial, licitações
lottery.brazilCaixa draws (Mega Sena, Lotofácil, …)