General Tools
msge.no
This MCP server provides access to personal website data, including current and recent music listening activity, listening statistics, and current reading list.
ENDPOINT 1
https://msge.no/mcp
MCP server metadata
- Name
- msge-no
- Version
- 1.0.0
Read-only tools over msge.no’s live data: reading, music, trains, photos, togselfies, engagement and page-view stats. Everything is public aggregate data; nothing mutates.
Known tools 13
get_site_infoWhat msge.no is: the owner, every public page, the Atom feeds and the identity links.
Inferred read-onlyget_now_playingThe track Markus is listening to right now (or the most recent one).
Inferred read-onlyget_music_statsAll-time listening stats (total scrobbles, span, top albums) plus the last 30 days’ top tracks.
Inferred read-onlyget_booksEvery book Markus has read (the /bokhylla shelf): totals, and per-book title, author, pages, language, genre, finish date.
Inferred read-onlyget_train_statsTrain travel stats from Viaduct: scope "year" = current year, "all" = all-time with operator and per-year breakdowns.
Inferred read-onlyget_gardenThe Tankehav digital garden (markus.plus): sections and recently touched pages.
Inferred read-onlyget_togselfiesThe #togselfie gallery: every train selfie with its toginfo (alt text), status text, date and optional place.
Inferred read-onlyget_watchedEvery film and TV series Markus has watched: title, year, genre, director, the date he watched it and how (cinema/streaming/…), newest first.
Inferred read-onlyget_skvip_statsEngagement summary for @markus@skvip.lol: total favourites, boosts and replies, and the top posts.
Inferred read-onlyget_poppisThe popularity ranking: human page views for the open sites and msge.no pages.
Inferred read-onlyCONNECT 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.msge-no]
url = "https://msge.no/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"msge-no": {
"type": "http",
"url": "https://msge.no/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: msge-no
Remote MCP URL: https://msge.no/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": {
"msge-no": {
"url": "https://msge.no/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"msge-no": {
"type": "http",
"url": "https://msge.no/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "msge-no",
"transport": "streamable-http",
"url": "https://msge.no/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for msge.no was fetched 2026-08-23T16:54:44.563Z.
msge.no is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.