You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,27 +52,26 @@ pip install nexa-bidkit
52
52
:::
53
53
54
54
:::content
55
-
[!badge variant="success" text="Go"]
55
+
[!badge variant="info" text="Python"]
56
56
57
-
### nexa-connect
57
+
### nexa-mfrr-nordic-eam
58
58
59
-
Exchange connectivity SDK. FIX protocol, REST/WebSocket connections to Nord Pool, EPEX SPOT, EEX. Session management, heartbeat, reconnection, order lifecycle.
59
+
mFRR energy activation market bids for Nordic TSOs. Correct domain modelling of ENTSO-E mFRR bid types (simple, linked, exclusive groups, multipart, inclusive groups) with TSO-specific validation and CIM XML serialisation for Statnett, Svenska kraftnät, Energinet, and Fingrid.
MCP server exposing Phase Nexa data and tools to LLM clients. Query market data, generate bids, and monitor positions from Claude, ChatGPT, or any MCP-compatible client.
72
+
**nexa-connect** (Go) -- exchange connectivity SDK with FIX protocol, REST/WebSocket connections to Nord Pool, EPEX SPOT, and EEX.
Copy file name to clipboardExpand all lines: libraries/index.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ All libraries are MIT-licensed.
18
18
|---------|----------|--------------|---------|
19
19
|[nexa-marketdata](/libraries/nexa-marketdata/)| Python | Unified market data client for Nord Pool, EPEX SPOT, ENTSO-E, EEX |`pip install nexa-marketdata`|
|[nexa-connect](/libraries/nexa-connect/)| Go | Exchange connectivity SDK (FIX, REST, WebSocket) |`go get github.com/phasenexa/nexa-connect`|
22
-
|[nexa-mcp](/libraries/nexa-mcp/)| Python | MCP server for LLM-powered trading workflows |`pip install nexa-mcp`|
21
+
|[nexa-mfrr-nordic-eam](/libraries/nexa-mfrr-nordic-eam/)| Python | mFRR energy activation market bids for Nordic TSOs |`pip install nexa-mfrr-nordic-eam`|
23
22
24
23
---
25
24
@@ -28,18 +27,18 @@ All libraries are MIT-licensed.
28
27
```
29
28
Your Trading System
30
29
|
31
-
+-------------+-------------+
32
-
| | |
33
-
nexa-marketdata nexa-bidkit nexa-connect
34
-
| | |
35
-
+------+------+ +------+
36
-
| |
37
-
Nord Pool / EPEX SPOT / EEX / ENTSO-E
30
+
+------------------+------------------+
31
+
| | |
32
+
nexa-marketdata nexa-bidkit nexa-mfrr-nordic-eam
33
+
| | |
34
+
+--------+---------+ +-------+
35
+
| |
36
+
Nord Pool / EPEX SPOT / EEX Nordic TSOs
37
+
/ ENTSO-E (Statnett, SVK,
38
+
Energinet, Fingrid)
38
39
```
39
40
40
-
**nexa-marketdata** fetches the data. **nexa-bidkit** builds the bids. **nexa-connect** submits them. Each library works independently, but they are designed to compose naturally.
41
-
42
-
**nexa-mcp** sits alongside all of them, exposing their capabilities to LLM clients for interactive querying and exploration.
41
+
**nexa-marketdata** fetches the data. **nexa-bidkit** builds day-ahead and intraday bids. **nexa-mfrr-nordic-eam** constructs and serialises mFRR balancing bids for Nordic TSOs. Each library works independently, but they are designed to compose naturally.
43
42
44
43
---
45
44
@@ -49,6 +48,8 @@ These are on the roadmap. Development priority is driven by community demand.
0 commit comments