# Arcadia Plug MCP for AI Agents AI Agent Connect

> Arcadia Plug helps you manage utility data through your AI client. It handles account tracking, bill retrieval, and meter monitoring across multiple providers in one place. Instead of jumping between different portals, you can use your agent to audit spend, gather data for carbon reports, and monitor usage across your entire organization with a single set of credentials.

## Overview
- **Category:** data-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2KDfny4McKMaGZKH0rFtwPgtJM00YzryNTdRwQBa/ai-agent-connect
- **Tags:** utility-data, energy-usage, billing-data, meter-readings, data-aggregation, account-management

## Description

Imagine you're an energy manager who has to jump between twenty different portals just to see how much power a factory is using. It's a mess of passwords and inconsistent dashboards. This Connector changes that by giving your AI agent a direct line to all those utility accounts at once. Instead of logging in and downloading PDFs, you just ask your agent to find the last three statements for a specific site or to check the current meter readings for a warehouse. It pulls everything into a single view, so you can audit spend or gather data for carbon footprint reports without the manual headache. Because it's hosted on the Vinkius marketplace, you can connect it to your preferred AI client and start querying hundreds of utility providers immediately. It handles the heavy lifting of credential management and data fetching, letting you focus on the actual analysis. You get a unified way to see what's happening with your energy usage across the whole organization, whether it's a small office or a massive industrial complex. This means you can spot spikes in usage or unexpected billing jumps as they happen. You don't have to worry about the underlying API quirks or the different ways every utility provider formats their data. Everything is standardized for your agent to read easily. It turns a week of manual data collection into a few seconds of natural language conversation. You can quickly move from a high level overview of your total costs to the specific details of a single meter. It removes the friction of switching tabs and the frustration of forgotten passwords. Whether you are trying to balance a budget or prove your sustainability goals, this Connector gives you the data you need without the busy work.

## Tools

### get_account_check
Verify that your Arcadia account connection is active and working. This ensures your agent has the permissions it needs to fetch data.

### get_statement
Pull the specific details for a single utility bill or statement. Use this to check charges for a specific month or location.

### list_accounts
Show every utility account currently linked to your organization. This gives you a full view of your utility footprint.

### list_credentials
View the login credentials used to access various utility portals. It helps you keep track of which provider belongs to which account.

### list_meters
Retrieve a list of all meters and service points for your accounts. This is useful for mapping out specific hardware at each site.

### list_statements
Get a full history of utility bills and statements for your providers. Use this to pull long-term data for trend analysis.

## Prompt Examples

**Prompt:** 
```
Show me all the utility accounts we have linked.
```

**Response:** 
```
I've retrieved your accounts. You have 12 linked utility accounts, including 'ConEd - 1234' and 'PG&E - 5678'.

| Provider | Account ID | Status |
| :--- | :--- | :--- |
| ConEd | 1234 | Active |
| PG&E | 5678 | Active |
| Duke Energy | 9901 | Active |
```

**Prompt:** 
```
What was the total charge on the last bill for the Chicago warehouse?
```

**Response:** 
```
The most recent statement for the Chicago warehouse (Account: acc_4455) shows a total charge of **$2,140.50**.

* **Billing Period:** Jan 01 - Jan 31, 2024
* **Usage:** 45,200 kWh
* **Status:** Paid
```

**Prompt:** 
```
List all the meters for account acc_998877.
```

**Response:** 
```
Account 'acc_998877' has two meters associated with it:

* **Electricity Meter** (ID: met_1122)
* **Natural Gas Meter** (ID: met_3344)
```

## Capabilities

### Fetch historical bills
Get specific statement details for any linked account without downloading files.

### Track utility accounts
See all accounts and metadata in one list to identify every linked site.

### Monitor meter readings
View individual service points and usage data for granular monitoring.

### Manage portal credentials
Keep track of login info for various providers in a single secure location.

### Connect to multiple providers
Access data from hundreds of utilities via one consistent interface.

## Use Cases

### Energy Audits
An energy manager asks for a list of all accounts to find high-spending sites and identify waste using list_accounts.

### ESG Reporting
A sustainability lead pulls historical statements for a carbon footprint report using list_statements.

### Cost Analysis
A financial analyst checks the last 3 statements for a specific account to spot price hikes using get_statement.

### Meter Inventory
A facilities manager lists all meters to see which locations have gas and electric using list_meters.

## Benefits

- Automate bill collection using list_statements to save hours on manual PDF downloads.
- Get a bird's-eye view of all sites with list_accounts to identify hidden costs quickly.
- Monitor specific hardware with list_meters to track usage at the individual device level.
- Simplify access management by using list_credentials to keep all login info in one place.
- Verify your connection status instantly with get_account_check to ensure data is always ready.
- Standardize data from hundreds of providers into a single format for easier analysis.

## How It Works

The bottom line is you get a unified way to query utility data across any provider without leaving your chat window.

1. Connect your Arcadia account using OAuth 2.0 credentials.
2. Link your specific utility providers to the platform.
3. Ask your AI client to pull data or list accounts.

## Frequently Asked Questions

**Can Arcadia Plug manage multiple utility providers?**
Yes, it connects to hundreds of utility providers through a single interface. You can manage all your accounts in one place instead of switching between different portals.

**How does Arcadia Plug help with ESG reporting?**
It allows your agent to quickly gather historical billing and usage data. This makes it much faster to compile the information needed for carbon footprint and sustainability reports.

**Can I see specific meter readings with Arcadia Plug?**
Yes, you can use it to list all meters and service points associated with your accounts. This helps you track usage at a granular level for specific buildings or equipment.

**Does Arcadia Plug handle my login credentials for me?**
It provides a way to track and manage the credentials used to fetch your utility data. This keeps your login info organized in one secure spot rather than scattered across different files.

**How do I check if my Arcadia connection is working?**
You can simply ask your agent to check the account connection. It will verify that the link to the Arcadia platform is active and ready to fetch your data.

**How do I get my Arcadia Client ID and Secret?**
You can find your API credentials in the [Arcadia Dashboard](https://dashboard.arcadia.com/) under the **Settings > API Keys** section.

**Does this server support high-resolution interval data?**
While the `list_meters` tool shows meter details, high-resolution interval data (15-min or hourly) requires explicit activation for each meter in the Arcadia platform.

**Which utility providers are supported?**
Arcadia supports hundreds of utility providers across the US and globally. If a provider is linked to your Arcadia account, you can access its data via this server.