nectar-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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