# openswissdata [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/cammac-creator/openswissdata  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/openswissdata

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "openswissdata": {
    "url": "http://localhost:3000"
  }
}
```

## Documentation & 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

