Access Austria's 60,000+ open government datasets through Claude, Cursor, and other MCP-compatible AI tools.
datagvat_mcp_hd.mp4
uvx datagvat-mcp initThat's it. The installer detects your AI tools (Claude Desktop, Continue, Cline) and configures them automatically.
Don't have uv? Install it first
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"Ask your AI assistant questions like:
- "Find datasets about Vienna population" — Semantic search across all Austrian open data
- "Preview the CSV from that dataset" — Inspect data structure before downloading
- "What's the quality score?" — Get metadata completeness ratings (0-100)
- "Find similar datasets" — Discover related data sources
| Feature | Description |
|---|---|
| Semantic Search | Natural language queries with German/English term expansion |
| Quality Scoring | Automatic metadata completeness assessment |
| Data Preview | Inspect CSV/JSON contents and schema |
| 18 Tools | Discovery, analysis, preview, and vocabulary tools |
| Cross-Platform | macOS, Windows, Linux |
uvx datagvat-mcp init # Install to your AI tools
uvx datagvat-mcp doctor # Verify installation
uvx datagvat-mcp update # Update configuration
uvx datagvat-mcp uninstall # Remove from your AI tools
uvx datagvat-mcp --version # Show versiondatagvat-mcp/
├── mcp/ # MCP server (Python)
│ ├── app/ # Server code
│ └── tests/ # Test suite
└── docs/ # Documentation site (Next.js)
Full documentation at mcp.julianschmidt.cv
See CONTRIBUTING.md for development setup and guidelines.
Built for data.gv.at • Powered by Model Context Protocol