diff --git a/servers/eg4_mcp_server/server.yaml b/servers/eg4_mcp_server/server.yaml new file mode 100644 index 0000000..0e729a6 --- /dev/null +++ b/servers/eg4_mcp_server/server.yaml @@ -0,0 +1,39 @@ +name: eg4_mcp_server +image: mcp/eg4_mcp_server +type: server +meta: + category: monitoring + tags: + - monitoring +about: + title: EG4 Electronics Inverter Monitor (unofficial) + description: Allows you to monitor the status of an EG4 Inverter using MCP. + icon: https://avatars.githubusercontent.com/u/12090783?v=4 +source: + project: https://github.com/matt-dreyer/EG4_MCP_server +config: + description: Configure the connection to EG4 Electronics Inverter Monitor (unofficial) + env: + - name: EG4_USERNAME + example: bob@bobber.com + value: '{{eg4_mcp_server.eg4_username}}' + - name: EG4_PASSWORD + example: password + value: '{{eg4_mcp_server.eg4_password}}' + - name: EG4_BASE_URL + example: https://monitor.eg4electronics.com + value: https://monitor.eg4electronics.com + - name: EG4_DISABLE_VERIFY_SSL + example: "0" + value: "0" + parameters: + type: object + properties: + eg4username: + type: string + eg4password: + type: string + eg4baseurl: + type: string + eg4disableverifyssl: + type: string diff --git a/servers/tigo_mcp_server/server.yaml b/servers/tigo_mcp_server/server.yaml new file mode 100644 index 0000000..dbb7273 --- /dev/null +++ b/servers/tigo_mcp_server/server.yaml @@ -0,0 +1,29 @@ +name: tigo_mcp_server +image: mcp/tigo_mcp_server +type: server +meta: + category: monitoring + tags: + - monitoring +about: + title: Tigo Energy Monitor (unofficial) + description: Allows you to monitor Tigo Solar Energy systems via MCP + icon: https://avatars.githubusercontent.com/u/12090783?v=4 +source: + project: https://github.com/matt-dreyer/Tigo_MCP_server +config: + description: Configure the connection to Tigo Energy Monitor (unofficial) + env: + - name: TIGO_USERNAME + example: bob@bobber.com + value: bob@bobber.com + - name: TIGO_PASSWORD + example: password + value: password + parameters: + type: object + properties: + tigousername: + type: string + tigopassword: + type: string