← Back to search

io.github.CSOAI-ORG/weather-ai-mcp

CSOAI-ORG Scanned 16d ago

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

D
40 / 100

Versions

1.0.10latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

get_current_conditions
annotations: none low

Get current weather conditions for a city. Args: city: City name (e.g. london, new_york, tokyo) units: Unit system: metric (Celsius, km/h) or imperial (Fahrenheit, mph)

city str units str api_key str
get_forecast
annotations: none low

Get multi-day weather forecast for a city. Args: city: City name days: Forecast days (1-14) units: metric or imperial

city str days int units str api_key str
get_historical_weather
annotations: none low

Get historical weather data for a city and date range. Args: city: City name start_date: Start date (YYYY-MM-DD) end_date: End date (YYYY-MM-DD) units: metric or imperial

city str units str api_key str end_date str start_date str
get_agricultural_alerts
annotations: none low

Get agricultural weather alerts and growing condition analysis. Args: city: City/region name crop_type: Crop type: general, wheat, rice, corn, vegetables, fruit, grapes

city str api_key str crop_type str
get_severe_weather_warnings
annotations: none low

Check for severe weather warnings and safety advisories. Args: city: City name

city str api_key str

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: open(), os
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 33

low
Tool 'get_current_conditions' has no annotations annotation_checker · 100%
low
Tool 'get_forecast' has no annotations annotation_checker · 100%
low
Tool 'get_historical_weather' has no annotations annotation_checker · 100%
low
Tool 'get_agricultural_alerts' has no annotations annotation_checker · 100%
low
Tool 'get_severe_weather_warnings' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_current_conditions manifest_parser · 90%
info
Tool: get_forecast manifest_parser · 90%
info
Tool: get_historical_weather manifest_parser · 90%
info
Tool: get_agricultural_alerts manifest_parser · 90%
info
Tool: get_severe_weather_warnings manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
critical
Tool poisoning in 'get_current_conditions': System prompt override attempt poisoning · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%