# Arcadia Utility Cloud MCP for AI Agents AI Agent Connect

> Arcadia Utility Cloud MCP. Automate your utility data collection by tracking accounts, bills, and consumption patterns across thousands of global providers. Use it to audit billing, monitor energy usage, and pull verified data for carbon footprint calculations and financial reporting without the manual spreadsheet work.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jCDXL3uEejVpZnq1UQmBDglCzHapCVIpoqe2aJsR/ai-agent-connect
- **Tags:** utility-billing, data-collection, consumption-analytics, automated-reporting, energy-management, audit-trails

## Description

Managing utility data across a large portfolio is usually a mess of separate logins and messy spreadsheets. Arcadia Utility Cloud lets you skip that by giving your AI client a direct line to your actual utility data. You can ask it to find specific billing statements from months ago, check current meter readings, or list every account you have across different providers like gas, water, and waste. It handles the heavy lifting of connecting to thousands of providers so you don't have to. If you're pulling data for carbon footprint calculations or auditing accounts payable, this Connector puts that data into your hands in plain English. It's one of the many ways you can expand what your agent does when you use the Vinkius catalog to connect your tools. You get clean, verified data that actually works for your reports, not just a pile of PDFs. It turns a manual data collection project into a simple conversation with your agent.

## Tools

### get_account_check
Verify your connection to the Arcadia Utility Cloud. Use this to ensure your credentials are active.

### get_meter_data
Get specific consumption and usage numbers for a single meter. This helps you see real-time trends.

### get_statement
Pull metadata for a specific utility bill or statement. Use this to check specific charges or dates.

### list_accounts
See every utility account currently tracked in your cloud. This gives you a full view of your inventory.

### list_meters
View a full list of all utility meters in your inventory. Use this to find the correct IDs for your data.

### list_statements
Get a list of every utility statement you've collected. This is perfect for auditing past billing history.

## Prompt Examples

**Prompt:** 
```
List all active utility accounts in the cloud.
```

**Response:** 
```
I've pulled your active inventory. Here are the 25 accounts currently tracked:

| Provider | Account ID | Service Type | Status |
| :--- | :--- | :--- | :--- |
| PowerGrid | acc_001 | Electricity | Active |
| CityWater | acc_002 | Water | Active |
| GasCo | acc_003 | Gas | Active |
| WasteMgmt | acc_004 | Waste | Active |
| ... | ... | ... | ... |

You have 25 accounts across 5 different providers.
```

**Prompt:** 
```
Get consumption data for water meter 'met_12345'.
```

**Response:** 
```
I've retrieved the usage data for meter **met_12345**.

**Last Billing Period Summary:**
*   **Total Consumption:** 4,500 gallons
*   **Status:** Within normal range
*   **Peak Usage:** 120 gallons/hour

Would you like to see the consumption data for any other meters?
```

**Prompt:** 
```
Show me the latest electricity bill metadata for account ID 'acc_9988'.
```

**Response:** 
```
I found the latest statement for account **acc_9988**.

**Statement Details:**
*   **Issue Date:** Jan 15, 2024
*   **Total Charges:** $312.50
*   **Service Period:** Dec 15, 2023 - Jan 15, 2024
*   **Provider:** PowerGrid

Let me know if you need me to pull any other statements for this account.
```

## Capabilities

### Pull billing statements
Retrieve metadata for specific utility bills including charges and dates.

### Check real-time meter readings
Get current consumption and usage numbers for specific meters.

### List all utility accounts
See every account currently tracked in your utility cloud.

### Track meter inventory
View a full list of all utility meters in your inventory.

### Audit charges across providers
Identify billing patterns and discrepancies across different utility types.

## Use Cases

### Automated ESG data collection
A sustainability manager asks the agent to pull the last year of water and gas usage for every site in the portfolio to calculate carbon emissions.

### Bulk billing audit
An accounts payable specialist asks the agent to list every gas statement collected in the last 90 days to check for missing bills.

### Meter efficiency check
An energy engineer asks the agent to compare meter readings for two different buildings to identify waste in a specific facility.

### Portfolio onboarding
A facility manager asks the agent to list all accounts to see which providers are currently missing from the cloud.

## Benefits

- Stop manual data entry by using list_statements to pull all your billing history into one place instantly.
- Get accurate ESG reporting by pulling verified data for carbon footprint calculations using get_meter_data.
- Speed up your audits by using list_accounts and get_statement to spot billing errors across thousands of providers.
- Monitor real-time usage with get_meter_data to see how energy efficiency projects are actually performing.
- Get unified access to gas, water, and electric providers through one interface instead of dozens of separate portals.

## How It Works

The bottom line is you get a direct natural language interface to your entire utility portfolio.

1. Authenticate your Arcadia credentials using OAuth 2.0.
2. Grant your AI client permission to access your utility accounts.
3. Ask your agent to pull specific data like billing statements or meter readings.

## Frequently Asked Questions

**What can Arcadia Utility Cloud do for my ESG reports?**
It pulls verified usage data for electricity, gas, and water directly from your providers. This allows your agent to quickly calculate carbon footprints and other sustainability metrics without manual data entry.

**How does Arcadia Utility Cloud help with accounts payable?**
It allows you to audit your entire portfolio of utility accounts at once. You can ask your agent to find specific billing statements or identify discrepancies across thousands of accounts in seconds.

**Can Arcadia Utility Cloud access my gas and water bills?**
Yes, it connects to a vast network of providers including electricity, gas, water, and waste services through a single unified interface.

**Is the data from Arcadia Utility Cloud accurate for financial reports?**
Yes, the Connector provides verified, high-quality utility data that is suitable for both financial auditing and sustainability reporting.

**Can I use Arcadia Utility Cloud to manage my whole portfolio at once?**
Absolutely. It is designed for large-scale inventory oversight, allowing you to list and monitor all your utility meters and accounts in one place.

**Does Arcadia Utility Cloud work with my current AI agent?**
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, giving your agent the ability to interact with your utility data.

**How do I get my Arcadia Utility Cloud credentials?**
You can generate API Client credentials in the [Arcadia Dashboard](https://dashboard.arcadia.com/). These credentials provide access to the Utility Cloud (formerly Urjanet) datasets.

**Is consumption data available for all meters?**
Yes, basic consumption data is available via the `get_meter_data` tool for any meter successfully linked and scraped by the Arcadia platform.

**Does this replace the Arcadia Plug server?**
This server specifically targets Utility Cloud (historical and aggregate bill data), while Arcadia Plug is designed for real-time account linking and higher-resolution data. They can be used together.