Odel
openswissdata

openswissdata

@cammac-creatorData & AnalyticsHTMLUpdated 1w ago

Swiss federal open data via MCP: TARES tariffs, FINMA registry, NOGA codes (9 tools).

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

openswissdata.com

Normalized Swiss government datasets for data engineers and compliance officers.

Local dev

npm install
cp .env.example .env
# fill in secrets
npm run db:migrate && npm run db:seed
npm run dev

API on http://localhost:3000

Scripts

  • npm run dev — hot-reload backend
  • npm run web:dev — Astro frontend
  • npm run etl:tares|classifications|finma — refresh dataset and release new version
  • npm run test — run test suite