Serversio.github.UliRCS/mastr-mcp-server
S

MaStR MCP Server

io.github.UliRCS/mastr-mcp-server · v1.0.1
▦ pypi
v1.0.1pypi pypi: mastr-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.UliRCS/mastr-mcp-server",
  "description": "MCP server for the German Marktstammdatenregister (MaStR) energy market register",
  "title": "MaStR MCP Server",
  "repository": {
    "url": "https://github.com/UliRCS/mastr-mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://github.com/UliRCS/mastr-mcp-server",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mastr-mcp-server",
      "version": "1.0.1",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MaStR Marktakteur number (SOM/SEM...) for SOAP API access. Without credentials, only 7 public tools are available.",
          "name": "MASTR_USER"
        },
        {
          "description": "MaStR web service token (~540 chars) for SOAP API access. Enables 14 additional SOAP tools.",
          "isSecret": true,
          "name": "MASTR_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}