soapboxbuild

nectar-mcp

Community soapboxbuild
Updated

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

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"}.

MCP Server · Populars

MCP Server · New

    amith-vp

    Indian Railway MCP

    MCP server for Indian Railway data. Search trains, check seat availability, get live statuses, delay info, station/train codes, and more — all via a simple Claude Desktop integration.

    Community amith-vp
    woraphol-j

    LINE Shopping API MCP Server

    Model Context Protocol (MCP) server for the LINE SHOPPING API. Enables AI agents and tools to manage products, inventory, orders, and settlements on LINE SHOPPING via auto-generated MCP tools from the official OpenAPI spec.

    Community woraphol-j
    tianyilt

    qzcli - 启智平台任务管理 CLI

    启智平台任务管理 CLI:资源查询、任务提交、日志查看和 MCP/agent workflow

    Community tianyilt
    WorkingMem

    jurisd

    MCP server for Australian and New Zealand legal research. Searches AustLII for case law and legislation, retrieves full-text judgements with paragraph numbers preserved, and supports OCR for scanned PDFs.

    Community WorkingMem
    mesh

    Clay MCP Server

    A simple Model Context Protocol (MCP) server for Clay.

    Community mesh