Skip to main content
Glama
cajo-dk

Home Assistant MCP Reporter

by cajo-dk

Home Assistant MCP Reporter

This repository contains a minimal Python MCP server packaged as a Home Assistant add-on.

What it does

The server exposes one MCP tool:

  • postReport

postReport accepts a JSON object and forwards it to the configured Power Automate webhook.

Related MCP server: hass-mcp

Authentication

The add-on requires an API key configured from the Home Assistant add-on config page.

Send the API key in either of these headers when calling the MCP endpoint:

  • X-API-Key: <your-key>

  • Authorization: Bearer <your-key>

Local development

python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -e .
python -m mcp_reporter_server

The server listens on 0.0.0.0:8099 using streamable HTTP transport at /.

For discovery, the server also exposes authenticated tool-list endpoints at:

  • GET /tools

  • POST /tools

Home Assistant installation

  1. Add this repository as an add-on repository in Home Assistant.

  2. Install the MCP Reporter add-on.

  3. Start the add-on.

  4. Connect your MCP client to http://homeassistant.local:8099/ or the add-on host/IP on port 8099.

Notes

  • The webhook URL is baked in by default to match the requested behavior.

  • You can override it with the POWER_AUTOMATE_WEBHOOK_URL environment variable if needed.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables sending data to webhooks via HTTP POST for both local and remote team environments. It provides a tool for relaying task descriptions, custom metadata, and automated notifications to external services.
    4
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for controlling and querying Home Assistant via its REST API, exposing tools to get entity states, list all states, and call services.
    16
    276
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Bun-based MCP server that sends POST requests to webhooks, supporting Discord, Teams, Slack, Telegram, and generic services via two tools: send_message and send_json.
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cajo-dk/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server