General Tools
iasi.io
Provides information about Iași, Romania including flights, weather, events, and general Q&A.
ENDPOINT 1
https://mcp.iasi.io/mcp
MCP server metadata
- Name
- iasi-mcp
- Version
- 0.1.0
Answer using only public iasi.io data sources. Cite source paths in every tool response.
Known tools 9
ask_iasiAnswer a Romanian or English natural-language question using public iasi.io data.
Inferred read-onlysearch_flightsSearch Iași Airport arrivals and departures by date, city, airport code, flight number, or status.
Inferred read-onlyget_flight_statsGet Iași Airport punctuality and cancellation statistics — share of flights delayed ≥15 min and cancelled counts, for today, yesterday, and the rolling 7- and 30-day windows.
Inferred read-onlyget_airport_weatherGet the current Iași Airport (LRIA) aviation weather (METAR) — wind, visibility/CAVOK and flight category, temperature, dew point, humidity, and pressure.
Inferred read-onlyfind_eventsFind upcoming Iași events from the avizier (events board) — concerts, theater, film, sport, festivals, family, culture, comedy.
Inferred read-onlyfind_daily_menusFind the fixed-price daily lunch special ("meniul zilei") that Iași restaurants publish for a given day, ranked by date, diet, zone, price, or text query.
Potential side effectsrecommend_restaurantsRecommend where to eat in Iași — the tool for "unde mâncăm", "where to eat", or any request for a good restaurant / place to eat.
Inferred read-onlyget_air_qualityGet the current Iași air quality summary from the iasi.io AQ endpoint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.iasi-mcp]
url = "https://mcp.iasi.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iasi-mcp": {
"type": "http",
"url": "https://mcp.iasi.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iasi-mcp
Remote MCP URL: https://mcp.iasi.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"iasi-mcp": {
"url": "https://mcp.iasi.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iasi-mcp": {
"type": "http",
"url": "https://mcp.iasi.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iasi-mcp",
"transport": "streamable-http",
"url": "https://mcp.iasi.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.