mastr-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MASTR_USER | No | Your MaStR web service username (SEM...). Required for SOAP tools. | |
| MASTR_TOKEN | No | Your MaStR web service token. Required for SOAP tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_power_generation_publicA | Search power generation units (Stromerzeugung) — no auth required. The primary tool for finding wind turbines, solar panels, biomass plants, hydro, storage, gas turbines, nuclear plants, etc. in the MaStR register. Supports all 20 energy carriers with 27 filter keys and 10 operators. Use this as the default search tool for power generation questions. For full unit details after finding a MaStR number, use get_unit (SOAP). |
| search_actors_publicA | Search market actors (Marktakteure) — no auth required. Find energy market participants: DSOs (Netzbetreiber), generators, suppliers, traders, and more. 23 filter keys for name, function, role, location, status, and DSO flags (large DSO, closed distribution network). NOTE: MaStR stores '&' as fullwidth U+FF06 in company names. Use 'name%' with a substring without '&' for reliable company name searches. |
| search_power_consumption_publicA | Search power consumption units (Stromverbrauch) — no auth required. Find large electricity consumers registered in MaStR. 29 filter keys covering identification, location, dates, voltage level, and DSO checks. Use this when searching for electricity consumers (not generators). |
| search_gas_production_publicA | Search gas production and storage units (Gaserzeugung) — no auth required. Find biogas plants, Power-to-Gas (hydrogen/methane), LNG terminals, fossil gas producers, and gas storage units. 30 filter keys including gas technology and unit type (producer vs. storage). |
| search_gas_consumption_publicA | Search gas consumption units (Gasverbrauch) — no auth required. Find registered gas consumers. 30 filter keys covering identification, location, dates, gas quality (H-Gas/L-Gas), maximum capacity, and whether the gas is used for power generation (gas_for_power flag). |
| search_grid_connections_publicA | Search grid connection points and locations (Netzanschlusspunkte) — no auth required. Find where units connect to the grid. Returns location data, grid connection points, linked units, DSO info, and network parameters. Supports 4 connection types: power generation/consumption and gas production/consumption. Power types include voltage level, control area, and balancing area. Gas types include gas quality and market area. For grid connection details of a specific unit, use get_grid_connection (SOAP). |
| get_local_timeA | Connection test — returns current server time if MaStR SOAP service is reachable. No authentication required. Use this to verify network connectivity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| energy_carriers | Complete list of all 20 energy carriers (Energieträger) with their numeric MaStR IDs, English primary keys, and German aliases. Use these IDs/aliases with the 'tech' filter in search_power_generation_public. |
| filter_operators | All 10 filter operators with their key suffixes and Kendo tokens. Append the suffix to any filter key to change the comparison type. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UliRCS/mastr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server