developer-toolsapi_key

Corrently

Corrently provides a suite of APIs offering real-time and forecasted data on renewable energy availability, CO₂ emissions, and electricity pricing, enabling users to optimize energy consumption and reduce carbon footprints.

Verdict

Corrently brings real-time CO₂ tracking and solar forecasting into your Spaces. @mention it to log electricity consumption readings for emissions accounting or pull hourly PV generation forecasts for a location. Teams managing energy data — sustainability analysts, facility ops, solar installers — use it to automate carbon reporting and schedule loads around predicted solar output. Auth is straightforward (API key from Corrently's dashboard), but you'll need separate credentials for each workspace member who wants to invoke it.

Common use cases

  • Log daily meter readings for carbon accounting
  • Forecast solar output before scheduling EV charging
  • Automate emissions reports from consumption data
  • Compare predicted vs actual PV generation
  • Track facility CO₂ footprint in real time

Integration

Vendor
Corrently
Category
developer-tools
Auth
API_KEY
Tools
2
Composio slug
corrently

Tools

  • CO₂ Meter Update

    Tool to create or update a co₂ meter reading for emissions tracking. use when sending new or updated electricity consumption readings to corrently.

  • PV Generation Forecast

    Tool to get solar energy production forecasts (hourly output and loss estimates) for a specific location. use when you need hourly pv generation data to optimize energy scheduling.

Setup

Setup guide

  1. 11. In Switchy, open Settings → Integrations and click 'Add Integration'. 2. Select Corrently from the developer tools category. 3. You'll be prompted to paste an API key — get yours from the Corrently dashboard under API Access. 4. Name the connection (e.g. 'Corrently Prod') and save. 5. Open any Space and type '@Corrently' in a message to confirm the integration appears in the mention menu. 6. Test it by asking '@Corrently what's the PV forecast for Berlin today?' — if you see hourly generation data, the connection works. 7. Each team member who needs to invoke Corrently must add their own API key in their personal integration settings.

What teammates see: by default, memories from Corrently are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Log Today's Meter Reading

@Corrently create a meter reading for today with 450 kWh consumption at our Berlin office location
Open in a Space →

Get Tomorrow's Solar Forecast

@Corrently show me the hourly solar generation forecast for tomorrow at latitude 52.52 longitude 13.405
Open in a Space →

Update Last Week's Reading

@Corrently update the meter reading from March 15 to 520 kWh instead of the original value
Open in a Space →

Compare Forecast to Actuals

@Corrently get the PV forecast that was issued for yesterday at our rooftop array coordinates and show hourly output
Open in a Space →

Weekly Emissions Summary

@Corrently pull all meter readings from the last 7 days and calculate total CO₂ emissions for our facility
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@Corrently what's the hourly solar forecast for Berlin (52.52, 13.40) over the next 24 hours?

Output

Based on the location coordinates, the forecast shows peak generation around 12:00-14:00 UTC tomorrow with approximately 4.2 kWh expected output per installed kWp. Morning hours (06:00-09:00) show gradual ramp-up from 0.3 to 2.1 kWh/kWp, while evening decline begins after 16:00. Cloud cover between 10:00-11:00 introduces an estimated 18% loss factor. Total daily yield projects to 22.7 kWh per kWp installed capacity. This data reflects typical May conditions for the region.

Notes

This example demonstrates the PV Generation Forecast tool's ability to provide hourly granularity for energy planning. Requires latitude/longitude coordinates. Forecasts depend on weather API availability and are estimates—actual generation varies with panel orientation, shading, and real-time conditions. Useful for scheduling battery charging or load-shifting decisions.

Prompt

@Corrently log a new meter reading: 847.3 kWh consumed as of today at 14:00 for meter ID home-main

Output

CO₂ meter reading recorded successfully. Meter ID 'home-main' updated with 847.3 kWh consumption timestamped 2024-01-15 14:00 UTC. This reading calculates to approximately 338.9 kg CO₂ equivalent based on current German grid mix (400g CO₂/kWh average). Your cumulative tracked emissions for this meter now total 1,247 kg CO₂ since monitoring began. Next recommended reading: 2024-01-22 to maintain weekly tracking cadence.

Notes

This example shows the CO₂ Meter Update tool creating an emissions tracking entry. The MCP writes data to Corrently's backend—this is a side-effect action, not just a read. Requires a valid meter identifier in your Corrently account. CO₂ calculations use regional grid carbon intensity, which fluctuates. Best used for consistent interval logging to build meaningful trend data.

Prompt

@Corrently compare my last three meter readings and estimate if I'm on track to reduce emissions 15% this quarter

Output

Analyzing your recent readings: Dec 15 (782 kWh), Jan 1 (823 kWh), Jan 15 (847 kWh). Your consumption trend shows a 4.2% increase over the 31-day period, translating to roughly 312 kg CO₂/month at current grid intensity. To achieve a 15% quarterly reduction from your Q4 baseline (2,340 kg CO₂), you'd need to average 665 kg/month—you're currently 47 kg/month over target. Recommendation: shift 12-15% of daytime load to solar peak hours (11:00-15:00) when grid carbon intensity drops 30-40%, or reduce baseline consumption by approximately 95 kWh/month.

Notes

This synthesis example combines the MCP's meter data with AI reasoning to provide actionable insights. The MCP supplies raw readings; the AI calculates trends and generates recommendations. Accuracy depends on having multiple logged readings and understanding your regional grid's carbon profile. Most valuable when paired with the solar forecast tool to identify optimal consumption windows.

Use-case deep-dives

Carbon reporting for SaaS infrastructure

Track emissions when your team runs multi-region cloud workloads

A 6-person engineering team at a B2B SaaS company needs monthly carbon reports for their SOC 2 audit trail. They pull AWS CloudWatch metrics into Switchy, feed consumption data to the CO₂ Meter Update tool, and generate timestamped emissions logs without leaving their workspace. This MCP works if your electricity usage is already instrumented and you need a lightweight API to turn kWh into CO₂e. It breaks down if you're tracking Scope 3 emissions across vendors or need multi-country grid factors—Corrently focuses on German grid data by default. If your compliance requirement is "prove we measured it" rather than "model every supplier," this is the fastest path from meter reading to audit-ready log.

Solar scheduling for remote office

When to run batch jobs if your office has rooftop panels

A 3-person hardware startup shares a coworking space with solar panels and wants to schedule their nightly CI/CD runs during peak generation hours. They use the PV Generation Forecast tool in Switchy to pull hourly output estimates, then shift their GitHub Actions triggers to match the forecast windows. This MCP is the right call if you have a fixed location, known panel specs, and predictable compute workloads. It's not a fit if your jobs are latency-sensitive or your team is distributed across time zones—the forecast is location-specific and assumes you can defer work by 6-12 hours. If your build queue can wait for sunshine and you want a one-line API call instead of a weather dashboard, Corrently delivers the forecast without the ceremony.

Energy cost allocation for client billing

Pass through compute costs when you bill by resource usage

A 4-person data consultancy runs client models on dedicated hardware and wants to itemize energy costs on invoices. They log each job's runtime and kWh draw, push readings to the CO₂ Meter Update tool, and export the emissions data alongside compute hours in their billing CSV. This MCP works if your pricing model already includes resource metering and your clients care about carbon accounting. It's overkill if you're billing flat monthly retainers or your workloads are too small to justify per-job tracking—setup overhead is 20-30 minutes per client meter. If you're already tracking usage and need a defensible emissions number to attach to the invoice line, Corrently turns your meter data into a billable audit trail.

Frequently asked

What does the Corrently MCP do in Switchy?

It connects your Switchy workspace to Corrently's energy data APIs. Your AI agents can log electricity consumption for CO₂ tracking and pull hourly solar generation forecasts for a location. Use it when your team needs to automate carbon reporting or schedule tasks around predicted PV output.

Do I need a Corrently account to use this MCP?

Yes. You need an active Corrently account and an API key. Paste the key into Switchy's connection settings. No OAuth flow — just straight API key auth. If your team doesn't have a Corrently subscription, you can't connect this MCP.

Can the Corrently MCP control my solar inverter or smart meter?

No. It reads forecast data and writes consumption logs to Corrently's platform. It doesn't send commands to hardware. If you need device control, use your inverter's native API or a home automation tool alongside this MCP for reporting.

Why use this MCP instead of calling Corrently's API directly?

The MCP wraps Corrently's endpoints so your AI agents can request forecasts or log meter readings in plain English. You skip writing API client code and managing tokens in every script. Useful when non-technical team members need to trigger energy queries from Switchy chat.

Who on my team should connect the Corrently MCP?

Whoever manages your Corrently account and holds the API key. Typically an ops lead or sustainability analyst. Once connected, any Switchy workspace member can ask agents to fetch forecasts or log readings — the MCP uses the shared credential.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.