# iasi.io > Iași, decoded: a data layer for Iași, Romania, served through a static web UI and an MCP endpoint. Each resource is a focused, fast, no-login page for a local need – flights, air quality, lunch menus, restaurant picks, and workspaces. The city is explained through structured data, local context, and specialized AI agents. ## Resources - [Home](https://iasi.io/): Landing page listing live resources and planned additions. - [Zboruri / Flights](https://iasi.io/zboruri/): Arrivals and departures at Iași Airport (IAS / LRIA). Covers scheduled times, airlines, destinations, terminals, and flight status. The schedule is generated daily from public flight sources; statuses are refreshed during active flight windows. - [Calitatea aerului / Air Quality](https://iasi.io/calitatea-aerului/): Live AQI and available pollutant breakdown, including PM10 and NO2 when reported, from the two official monitoring stations in Iași – IS-1 (Bdul. Nicolae Iorga) and IS-3 (Str. Han Tătar). Data is sourced from public air-quality feeds and cached for 15 minutes. - [Meniul zilei / Lunch menus](https://iasi.io/meniul-zilei/): Lunch menus from local Iași restaurants, filterable by diet (meat, vegetarian, fish), price, and neighborhood. Editor-maintained, with some restaurants auto-populated daily from their published sources. - [Avizier / Events board](https://iasi.io/avizier/): Cultural and entertainment events in Iași – concerts, theater, film, sport, festivals, family events, and stand-up – laid out as a paper-pinboard "avizier", grouped by day. Filterable by category, by free-entry stamp, and by a `★ cap de afiș` headliner stamp that renders only the featured events from today onward regardless of how far out. Date-range segments: today, tomorrow, weekend, 7 days. - [Unde mâncăm? / Where to eat?](https://iasi.io/unde-mancam/): Random restaurant picker for Iași, filterable by cuisine type and neighborhood, with a "Recomandarea casei" button that draws from a curated editorial shortlist. - [Biroul de azi / Workspaces](https://iasi.io/biroul-de-azi/): Curated list of cafés and coworking spaces in Iași, suitable for a few hours of work or longer periods. - [IașiMCP](https://iasi.io/mcp/): Documentation page for the hosted MCP endpoint exposing tools for flights, air quality, lunch menus, events, restaurant recommendations, and workspaces. - [Contact](https://iasi.io/contact/): Formspree-backed contact form for feedback, data corrections, and partnership inquiries. ## Data Machine-readable endpoints behind the pages above. All return JSON and need no auth. The MCP endpoint wraps these for natural-language queries, but agents can also read them directly. - [Flights](https://iasi.io/zboruri/flights.json): The rolling 5-day arrivals/departures schedule for Iași Airport (IAS / LRIA) with live statuses. Companion files: punctuality stats at `https://iasi.io/zboruri/stats.json` and last-refresh timestamp at `https://iasi.io/zboruri/last-updated.json`. Not cached. - [Air quality (live)](https://iasi.io/aq): Current AQI and pollutant breakdown for both Iași stations (IS-1, IS-3), plus a top-level summary. Cached 15 minutes. Single station: `https://iasi.io/aq/station/{id}` (IDs `6861` = IS-1, `4180` = IS-3). - [Air quality (stats)](https://iasi.io/calitatea-aerului/stats.json): Self-describing per-station daily AQI history (up to 90 days) plus the in-progress day, including metric/unit metadata and the AQI category scale. Not cached. - [Lunch menus](https://iasi.io/meniul-zilei/menus.json): Daily menus keyed by restaurant and date, with price, diet, and items. - [Events](https://iasi.io/avizier/events.json): Cultural and entertainment events in Iași with category, style, start/end datetime, venue, address, price or free flag, optional `featured` headliner flag, and rendering hints (size, series, custom image). - [Restaurants](https://iasi.io/unde-mancam/restaurants.json): Restaurant directory with cuisine, neighborhood, and an editorial "favorite" shortlist flag. - [Workspaces](https://iasi.io/biroul-de-azi/venues.json): Cafés and coworking spaces with type and zone. ## License and attribution Unless otherwise noted, iasi.io's compilation, normalization, schema, curation, and original editorial contributions are licensed under CC BY 4.0, where iasi.io is the rights holder (covering both copyright and sui generis database rights): https://creativecommons.org/licenses/by/4.0/ Attribution: Data by iasi.io, https://iasi.io Some datasets include or derive from external public sources or third-party providers. Source data remains subject to the original providers' terms. The curated restaurant and workspace directories, plus all compilation, normalization, schema, and editorial work, are iasi.io's own. Prefer IașiMCP for natural-language access, or fetch the JSON endpoints directly with reasonable caching based on each endpoint's freshness notes. Do not imply iasi.io endorsement; the license does not grant rights to the iasi.io name or logo. Data is provided as-is, without warranties. Full terms: https://iasi.io/data-license/ ## About iasi.io is a data layer for Iași, Romania – the city explained through structured data, local context, and specialized AI agents. The same data feeds two surfaces: a static web UI for humans and an MCP endpoint for AI assistants. The current public pages are free, require no account, and have no ads. The site is static HTML with no framework or build step. Air quality data is served through a public-data API cached for 15 minutes; flight schedules and statuses are normalized from public flight sources; workspace and restaurant data is editor-maintained, and lunch menus are editor-maintained with some restaurants auto-populated daily from their published sources. For AI assistants and agents, IașiMCP is a hosted Streamable HTTP MCP endpoint. The current endpoint URL is `https://mcp.iasi.io/mcp`. Connect via Claude Code: `claude mcp add --transport http IasiMCP https://mcp.iasi.io/mcp`, or via Claude.ai/Claude Desktop Settings → Connectors → Add custom connector.