nectar-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nectar-mcpshow energy usage for site 123 last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 all sites/properties, optionally filtered by company |
| Energy consumption data for a site over a date range |
| All meters (utility accounts) for a site |
| Usage data for a specific meter with demand/supply breakdown |
| Parsed utility bills (documents) for a site |
| Upload a PDF utility bill for OCR parsing |
| Push data to ENERGY STAR Portfolio Manager |
| 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 outputDeploy to Railway
railway link # link to your Railway project
railway up # deployMCP endpoint
POST /mcpStateless streamable HTTP transport. No session management required.
Health check
GET /healthReturns {"status":"ok","service":"nectar-mcp"}.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Codat — companies, connections, invoices, bills and financial statements.
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
MCP server for the Seline Analytics API
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceMCP server providing tools for AI-agents to interact with Enapter EMS.Apache 2.0- AlicenseAqualityAmaintenanceUnofficial 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.3MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that wraps the EPA ENERGY STAR Portfolio Manager REST API, enabling AI assistants to query and update building energy data.-
- FlicenseNot gradedqualityCmaintenanceMCP server for the Arcadia Arc utility data API, enabling retrieval of bill data, interval meter readings, and carbon calculations.-