Skip to main content
Glama
soapboxbuild

nectar-mcp

by soapboxbuild

nectar-mcp

MCP server for the Nectar Climate utility data API (v2).

Exposes utility bill parsing, meter data, and ENERGY STAR Portfolio Manager export as MCP tools.

Tools

Tool

Description

list_sites

List all sites/properties, optionally filtered by company

get_site_usage

Energy consumption data for a site over a date range

get_meters

All meters (utility accounts) for a site

get_meter_usage

Usage data for a specific meter with demand/supply breakdown

get_bills

Parsed utility bills (documents) for a site

submit_bills

Upload a PDF utility bill for OCR parsing

export_to_energy_star

Push data to ENERGY STAR Portfolio Manager

get_interval_data

High-resolution interval data for a utility connection

Related MCP server: md24de-mcp

Auth

Set your Nectar API key as a Bearer token in the Authorization header:

Authorization: Bearer <your-nectar-api-key>

The server forwards this as an X-API-Key header to the Nectar API.

Running locally

npm install
npm run dev     # development (tsx)
npm run build   # compile TypeScript
npm start       # run compiled output

Deploy to Railway

railway link    # link to your Railway project
railway up      # deploy

MCP endpoint

POST /mcp

Stateless streamable HTTP transport. No session management required.

Health check

GET /health

Returns {"status":"ok","service":"nectar-mcp"}.

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • A
    license
    A
    quality
    A
    maintenance
    Unofficial MCP server for the messdienst24.de utility portal, providing tools to retrieve heating and hot-water consumption data, download PDF reports, and compare usage trends.
    3
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that wraps the EPA ENERGY STAR Portfolio Manager REST API, enabling AI assistants to query and update building energy data.
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for the Arcadia Arc utility data API, enabling retrieval of bill data, interval meter readings, and carbon calculations.

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI access to Swagger by SmartBear.

  • MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

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

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