cross_border_flow
ActiveTool of Entso E
declared in 0.1.0
Physical flow across an interconnector (in_area → out_area).
Parameters schema
{
"type": "object",
"examples": [
{
"area_to": "10YFR-RTE------C",
"area_from": "10YDE-VE-------2",
"period_end": "202401012300",
"period_start": "202401010000"
},
{
"area_to": "10YNL----------L",
"area_from": "10YGB-NGET-----L",
"period_end": "202412312300",
"period_start": "202412010000"
}
],
"required": [
"area_from",
"area_to",
"period_start",
"period_end"
],
"properties": {
"area_to": {
"type": "string",
"description": "Destination area EIC code"
},
"area_from": {
"type": "string",
"description": "Source area EIC code"
},
"period_end": {
"type": "string"
},
"period_start": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Entso E
https://github.com/pipeworx-io/mcp-entso-e
1/7 registries