augur.news — live predictions site
- 4 MCP servers: 3 utility + 1 combined trading server (50+ tools)
- Signals store (profiles, snapshots, charting, notes, risk gate) + 12 domain servers (75+ free data sources) + 3 utility servers
- Covers macro, weather, disasters, commodities, health, conflict, and more
- Hybrid storage: structured profiles + time-series snapshots
| Layer | What | Format | Update | Size | |
|---|---|---|---|---|---|
| 📁 | Profiles | Identity, exposure, risk | JSON on disk, git-tracked | Manual / monthly | ~5 MB |
| ☁️ | Snapshots | Indicators, prices, events | MongoDB Atlas M0, TTL | Hourly → quarterly | ~60 MB/yr |
| 🔌 | Live queries | Current data from 75+ APIs | On-demand, no storage | Real-time | — |
Profile = what it is. Snapshot = what was measured when. MCP = current live state.
| Domain | Sources | Auth | Key APIs |
|---|---|---|---|
| Agriculture | 6 | Mixed | FAOSTAT, USDA NASS/FAS |
| Disasters | 6 | Mostly none | USGS, GDACS, NASA FIRMS/EONET |
| Elections | 6 | Mixed | IFES, V-Dem, Google Civic |
| Macro | 8 | Mostly none | FRED, World Bank, IMF, ECB |
| Weather | 5 | Mostly none | Open-Meteo, NOAA SWPC |
| Commodities | 5 | Mixed | UN Comtrade, EIA |
| Military | 7 | Mixed | UCDP, ACLED, OpenSanctions |
| Medical | 9 | Mostly none | WHO, disease.sh, OpenFDA |
| Shipping | 3 | Mixed | AIS Stream, OpenSky |
| Water | 4 | None | USGS Water, Drought Monitor |
| Humanitarian | 4 | None | UNHCR, OCHA HDX |
| Internet | 4 | Mixed | Cloudflare Radar, RIPE Atlas |
28 sources need zero API key. 15 need a free key. 0 paid.
curl -sL "https://raw.githubusercontent.com/ManuelKugelmann/Augur/main/augur-uberspace/install.sh?$(date +%s)" | bashFull setup (MongoDB Atlas, API keys, Uberspace deploy): docs/setup.md API keys reference with signup links: docs/api-keys.md
MIT