← Back to search

io.github.malkreide/srgssr-mcp

malkreide Scanned 23d ago

SRG SSR weather, video, audio, EPG, Polis

C
72.1 / 100

Versions

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

Tools 15

srgssr_daily_briefing
annotations: none low

Compose a day's weather + EPG into one typed response. The two leaf tools each catch their own exceptions and return either a success Response or a :class:`ToolErrorResponse`, so this aggregator never raises and always assembles a DailyBriefingResponse — keeping the Graceful-Degradation contract from before the typed-model migration.

ctx string params DailyBriefingInput
srgssr_video_get_shows
annotations: none low

ctx string params VideoShowsInput
srgssr_video_get_episodes
annotations: none low

ctx string params VideoEpisodesInput
srgssr_video_get_livestreams
annotations: none low

ctx string params VideoLivestreamsInput
srgssr_polis_get_votations
annotations: none low

ctx string params PolisListInput
srgssr_polis_get_votation_results
annotations: none low

ctx string params PolisResultInput
srgssr_polis_get_elections
annotations: none low

ctx string params PolisListInput
srgssr_weather_search_location
annotations: none low

Search Swiss locations for weather forecasting (SDK-002 strict model).

ctx string params WeatherSearchInput
srgssr_weather_current
annotations: none low

Current weather for a Swiss location (SDK-002 strict model).

ctx string params WeatherForecastInput
srgssr_weather_forecast_24h
annotations: none low

Hourly 24-hour forecast for a Swiss location (SDK-002 strict model).

ctx string params WeatherForecastInput
srgssr_weather_forecast_7day
annotations: none low

Daily 7-day forecast for a Swiss location (SDK-002 strict model).

ctx string params WeatherForecastInput
srgssr_audio_get_shows
annotations: none low

ctx string params AudioShowsInput
srgssr_audio_get_episodes
annotations: none low

ctx string params AudioEpisodesInput
srgssr_audio_get_livestreams
annotations: none low

ctx string params VideoLivestreamsInput
srgssr_epg_get_programs
annotations: none low

ctx string params EpgProgramsInput

Permissions 4

network medium
Server uses network capabilities via: httpx, socket, urllib
filesystem low
Server uses filesystem capabilities via: os, pathlib, shutil
shell high
Server uses shell capabilities via: subprocess
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 43

low
Tool 'srgssr_video_get_livestreams' has no annotations annotation_checker · 100%
low
Tool 'srgssr_daily_briefing' has no annotations annotation_checker · 100%
low
Tool 'srgssr_video_get_shows' has no annotations annotation_checker · 100%
low
Tool 'srgssr_video_get_episodes' has no annotations annotation_checker · 100%
low
Tool 'srgssr_polis_get_votations' has no annotations annotation_checker · 100%
low
Tool 'srgssr_polis_get_votation_results' has no annotations annotation_checker · 100%
low
Tool 'srgssr_polis_get_elections' has no annotations annotation_checker · 100%
low
Tool 'srgssr_weather_search_location' has no annotations annotation_checker · 100%
low
Tool 'srgssr_weather_current' has no annotations annotation_checker · 100%
low
Tool 'srgssr_weather_forecast_24h' has no annotations annotation_checker · 100%
low
Tool 'srgssr_weather_forecast_7day' has no annotations annotation_checker · 100%
low
Tool 'srgssr_audio_get_shows' has no annotations annotation_checker · 100%
low
Tool 'srgssr_audio_get_episodes' has no annotations annotation_checker · 100%
low
Tool 'srgssr_audio_get_livestreams' has no annotations annotation_checker · 100%
low
Tool 'srgssr_epg_get_programs' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: pydantic@2.0.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (PYSEC-2026-1812) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: srgssr_daily_briefing manifest_parser · 90%
info
Tool: srgssr_video_get_shows manifest_parser · 90%
info
Tool: srgssr_video_get_episodes manifest_parser · 90%
info
Tool: srgssr_video_get_livestreams manifest_parser · 90%
info
Tool: srgssr_polis_get_votations manifest_parser · 90%
info
Tool: srgssr_polis_get_votation_results manifest_parser · 90%
info
Tool: srgssr_polis_get_elections manifest_parser · 90%
info
Tool: srgssr_weather_search_location manifest_parser · 90%
info
Tool: srgssr_weather_current manifest_parser · 90%
info
Tool: srgssr_weather_forecast_24h manifest_parser · 90%
info
Tool: srgssr_weather_forecast_7day manifest_parser · 90%
info
Tool: srgssr_audio_get_shows manifest_parser · 90%
info
Tool: srgssr_audio_get_episodes manifest_parser · 90%
info
Tool: srgssr_audio_get_livestreams manifest_parser · 90%
info
Tool: srgssr_epg_get_programs manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (3) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%