Designs Czech community energy sharing groups from a list of consumption points. Given municipal/company sites (type, PV kWp, battery kWh, owner, supplier, smart meter), the navrhni_schema_skupiny tool proposes the legal form (active-customer group per § 11a of the Czech Energy Act, registered energy community per § 27e, or a hybrid rollout), a pilot line-up, an EDC-valid allocation key (sums to 100 %, never 0/100), signature responsibilities, and a ready-to-import group draft. Built on real production experience operating sharing groups in the Czech EDC system. Auth: x-api-key header (request a free key at info@fvebrain.cz). Rate limit 100 calls/day/key.
This server has not been audited yet. Trust score will appear once the first audit completes.
Propose the structure of a Czech energy sharing group: legal form (skupina 27 / spolek / hybrid), pilot sites, allocation key, signatures and an sse_groups JSON draft. Read-only, idempotent. Demo mode: {"use_preset": true} runs a model municipality.
{
"type": "object",
"properties": {
"obec": {
"type": "string",
"description": "Municipality/project name"
},
"sites": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"kind"
],
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string",
"description": "urad | skola | kulturak | telocvicna | dum | bytovka | vystavba | firma"
},
"name": {
"type": "string"
},
"owner": {
"type": "string",
"description": "obec | soukromy | svj | firma"
},
"fveKwp": {
"type": "number",
"description": "Installed PV power in kWp (0 = consumer only)"
},
"supplier": {
"type": "string"
},
"batteryKwh": {
"type": "number"
},
"hasSmartMeter": {
"type": "boolean"
}
}
},
"description": "Consumption points. Empty + use_preset=true runs the demo municipality."
},
"radaReady": {
"type": "boolean",
"description": "Is the municipal council ready to approve statutes?"
},
"use_preset": {
"type": "boolean",
"description": "Run the demo municipality when sites is empty"
},
"wantsKomunerg": {
"type": "boolean",
"description": "Municipality targets the KOMUNERG subsidy (requires community legal form)"
}
}
}Designs Czech community energy sharing groups from a list of consumption points. Given municipal/company sites (type, PV kWp, battery kWh, owner, supplier, smart meter), the navrhni_schema_skupiny tool proposes the legal form (active-customer group per § 11a of the Czech Energy Act, registered energy community per § 27e, or a hybrid rollout), a pilot line-up, an EDC-valid allocation key (sums to 100 %, never 0/100), signature responsibilities, and a ready-to-import group draft. Built on real production experience operating sharing groups in the Czech EDC system. Auth: x-api-key header (request a free key at info@fvebrain.cz). Rate limit 100 calls/day/key.
FVE Brain — Energy Sharing Group Designer provides 1 tools including navrhni_schema_skupiny.
Yes, FVE Brain — Energy Sharing Group Designer is completely free to use with no usage limits on the free tier.
FVE Brain — Energy Sharing Group Designer is listed under the energy category in the AgentForge MCP registry.
FVE Brain — Energy Sharing Group Designer has a current uptime of 100% with an average response time of 0ms.
To connect FVE Brain — Energy Sharing Group Designer, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of FVE Brain — Energy Sharing Group Designer's tools via the Model Context Protocol.