- Home
- MCP servers
- SVT Text-TV
SVT Text-TV
- javascript
0
GitHub Stars
javascript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run the SVT Text-TV MCP Server to expose Swedish text-TV content—news, sports, weather, and TV schedules—through the Model Context Protocol so clients can fetch the latest data on demand.
How to use
You connect to the SVT Text-TV MCP Server with an MCP client or a compatible app. Use the server to fetch current Text-TV data such as main news, regional updates, sports results, weather forecasts, and TV schedules. The server provides a set of end-to-end actions you can invoke to retrieve specific pages or search within the Text-TV content.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system.
Install the MCP server locally with the following command.
npm install -g svt-texttv-mcp
Local development and running options
To run a local dev server (stdio), use the runtime command shown here.
npm run dev
Remote hosting via Render
If you want a remote MCP endpoint, configure a HTTP connection to the Render URL so clients can connect over HTTP.
{
"mcpServers": {
"svt-texttv": {
"type": "http",
"url": "https://svt-texttv-mcp.onrender.com/mcp"
}
}
}
Available tools
texttv_get_page
Fetch a specific Text-TV page by number (100-899).
texttv_get_subpages
Retrieve all versions of a given page.
texttv_get_news
Obtain news content (domestic/international/main headlines).
texttv_get_sports
Fetch sports content (soccer, hockey, results).
texttv_get_weather
Get weather forecasts (national/local regions).
texttv_get_tv_schedule
Retrieve TV schedules for SVT1/SVT2.
texttv_search
Search within Text-TV content.
texttv_browse_category
Browse within a content category.