mcpbeat Sign in

MaStR MCP Server

local only

MaStR MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 15 Apr 2026.

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

Installs per day peak 24 · avg 13 · -12% w/w
a month agotoday
75
Installs / week
pypi · mastr-mcp-server
6
Stars
0 open issues
15 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MaStR MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mastr-mcp-server -- uvx mastr-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mastr-mcp-server": {
      "args": [
        "mastr-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mastr-mcp-server]
command = "uvx"
args = ["mastr-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mastr-mcp-server": {
      "args": [
        "mastr-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mastr-mcp-server": {
      "args": [
        "mastr-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MASTR_USER (MaStR Marktakteur number (SOM/SEM...) for SOAP API access. Without credentials, only 7 public tools are available.), MASTR_TOKEN (MaStR web service token (~540 chars) for SOAP API access. Enables 14 additional SOAP tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MaStR MCP Server

same job, measured the same way
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

32 installs/wk local only
Stream Estate
by fullstck

MCP server for the Stream.estate French real estate API

31 installs/wk local only
Marketing Mcp
by varvararatta

MCP server for Marketing

4 tools answering
I
BlogCaster MCP
by bamacharanchhandogi

An MCP server for the BlogCaster project.

29 installs/wk 7 tools answering
The MCP server for GoReleaser
by goreleaser

GoReleaser MCP server

60 installs/wk local only
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

57 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

23 installs/wk local only
AgentMarketplace
by raditotev

MCP Server for an Agent Task Marketplace

22 tools answering

MaStR MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MaStR MCP Server?
MaStR MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mastr-mcp-server was installed 75 times last week.
How do I connect MaStR MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mastr-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MaStR MCP Server?
The pypi package mastr-mcp-server was installed 75 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MaStR MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.