← msge.no

INDIVIDUAL MCP TOOL

get_now_playing

The track Markus is listening to right now (or the most recent one).

msge.nonone authenticationAvailability not checked

LIVE ENDPOINT

https://msge.no/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_now_playing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

msge.no

CONNECT 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.

Related tools

  • get_site_info — What msge.no is: the owner, every public page, the Atom feeds and the identity links.
  • get_recent_tracks — Recently played tracks (scrobbles), newest first.
  • get_music_stats — All-time listening stats (total scrobbles, span, top albums) plus the last 30 days’ top tracks.
  • get_reading — The books Markus is currently reading (live BookWyrm shelf).
  • get_books — Every book Markus has read (the /bokhylla shelf): totals, and per-book title, author, pages, language, genre, finish date.
  • get_train_stats — Train travel stats from Viaduct: scope "year" = current year, "all" = all-time with operator and per-year breakdowns.
  • get_photos — Recent Pixelfed photos with alt text.
  • get_garden — The Tankehav digital garden (markus.plus): sections and recently touched pages.