Back to the catalog

io.github.cammac-creator/openswissdata

Swiss customs (TARES), FINMA registry & NOGA/NACE/ISIC classifications. 9 MCP tools, free tier.

Open source Repository Open in the app JSON README (API)

About

Swiss customs (TARES), FINMA registry & NOGA/NACE/ISIC classifications. 9 MCP tools, free tier.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
cammac-creator
Origin
official
Category
ferramentas
Transport
http
Version
0.2.1
Last push
2026-06-24T11:23:42Z
Repository state
ativo
Language
HTML
Added
2026-08-29 03:02:33
Updated
2026-08-29 03:02:33
Origin id
io.github.cammac-creator/openswissdata

README

# openswissdata.com

Normalized Swiss government datasets for data engineers and compliance officers.

## Local dev

```bash
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

More