Skip to main content
Glama

MVG Störung MCP Server (inofficial)

by rmoriz
Creative Commons Zero v1.0 Universal
conftest.py648 B
import pytest import respx from httpx import Response from mvg_mcp_server import MVGDataFetcher @pytest.fixture def mock_mvg_api(): with respx.mock(base_url=MVGDataFetcher.MVG_API_URL) as mock: mock.get("/").respond(200, json=[ { "type": "INCIDENT", "title": "U-Bahn Störung", "description": "Signalstörung auf der U3", "lines": [{"label": "U3"}], }, { "type": "INFO", "title": "Bauarbeiten", "description": "Informationen zu Bauarbeiten", } ]) yield mock

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rmoriz/mvg_stoerung_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server