Skip to main content
Glama
soapboxbuild

energy-star-mcp

by soapboxbuild

ENERGY STAR Portfolio Manager MCP Server

An MCP server that wraps the EPA ENERGY STAR Portfolio Manager REST API, enabling AI assistants to query and update building energy data.

Prerequisites

  1. Portfolio Manager account — sign up at energystar.gov

  2. Web Services access — enable in PM under Account Settings → Web Services

Related MCP server: emoncms-mcp-server

Authentication

The server uses HTTP Basic Auth forwarded to the EPA API. Encode your credentials:

const credentials = btoa('your_pm_username:your_pm_password')
// => e.g. "dXNlcm5hbWU6cGFzc3dvcmQ="

Pass as a Bearer token on every MCP request:

Authorization: Bearer dXNlcm5hbWU6cGFzc3dvcmQ=

Available Tools

Tool

Description

list_properties

List all properties in the PM account

get_property

Get property details + current ENERGY STAR score

get_metrics

Get energy metrics (EUI, GHG, score) for a year

get_meters

List utility meters for a property

submit_meter_data

Submit energy consumption data for a meter

get_national_median

Get national median EUI for a property type

Running locally

npm install
npm run dev        # tsx watch mode
# or
npm run build && npm start

Server runs on http://localhost:3000 by default. Override with PORT env var.

Deploying to Railway

railway login
railway init
railway up

Or use the one-liner after repo creation:

railway link <project-id> && railway up

Adding to Soapbox as a Connector

  1. Deploy to Railway and copy the public URL (e.g. https://energy-star-mcp.up.railway.app)

  2. In Soapbox admin, add a new MCP connector:

    • URL: https://energy-star-mcp.up.railway.app/mcp

    • Auth header: Authorization: Bearer <btoa(username:password)>

  3. Assign to agents that need building energy data access

EPA API Reference

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI assistants to look up solar permitting authorities, estimate solar production via PVWatts, and retrieve irradiance data. It streamlines the creation of solar-aware workflows by integrating industry-standard APIs like NREL.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for EmonCMS energy monitoring API, enabling AI assistants to query energy feeds, inputs, and historical data.
    1
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for the Nectar Climate utility data API, providing tools to access utility bills, meter data, and export to ENERGY STAR Portfolio Manager.
    -

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/soapboxbuild/energy-star-mcp'

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