← iasi.io

INDIVIDUAL MCP TOOL

get_airport_weather

Get the current Iași Airport (LRIA) aviation weather (METAR) — wind, visibility/CAVOK and flight category, temperature, dew point, humidity, and pressure.

iasi.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.iasi.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_airport_weather and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

iasi.io

CONNECT 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.

Related tools

  • ask_iasi — Answer a Romanian or English natural-language question using public iasi.io data.
  • search_flights — Search Iași Airport arrivals and departures by date, city, airport code, flight number, or status.
  • get_flight_stats — Get 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.
  • find_events — Find upcoming Iași events from the avizier (events board) — concerts, theater, film, sport, festivals, family, culture, comedy.
  • find_daily_menus — Find 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.
  • recommend_restaurants — Recommend 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.
  • find_workspaces — Find ranked cafés and coworking spaces in Iași for laptop work.
  • get_air_quality — Get the current Iași air quality summary from the iasi.io AQ endpoint.