Odel
MaStR MCP Server

MaStR MCP Server

Local
@ulircs6PythonMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImastr-mcp-serverv1.0.1

Run

uvx mastr-mcp-server

MCP client config

{
  "mcpServers": {
    "mastr-mcp-server": {
      "command": "uvx",
      "args": [
        "mastr-mcp-server"
      ]
    }
  }
}