Back to Browse

Mastr MCP Server

by UliRCS
Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for the German Marktstammdatenregister (MaStR) energy market register

About

MCP server for the German Marktstammdatenregister (MaStR) energy market register

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). 4 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

MaStR Marktakteur number (SOM/SEM...) for SOAP API access. Without credentials, only 7 public tools are available.Optional

Environment variable: MASTR_USER

MaStR web service token (~540 chars) for SOAP API access. Enables 14 additional SOAP tools.Required

Environment variable: MASTR_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ulircs-mastr-mcp-server": {
      "env": {
        "MASTR_USER": "your-mastr-user-here",
        "MASTR_TOKEN": "your-mastr-token-here"
      },
      "args": [
        "mastr-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!