Skip to content

Add EG4 Energy and Tigo Solar MCP servers #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions servers/eg4_mcp_server/server.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
29 changes: 29 additions & 0 deletions servers/tigo_mcp_server/server.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
value: [email protected]
- name: TIGO_PASSWORD
example: password
value: password
parameters:
type: object
properties:
tigousername:
type: string
tigopassword:
type: string