Skip to content

BI

Arcadia MCP connector

The Arcadia connector brings utility accounts, statements, payments, and the credentials behind them into Claude, ChatGPT, Cursor, or any MCP client, so each person can ask about live billing records inside their own Arcadia access.

  • How it connects. App credentials. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Arcadia to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Arcadia once

  1. Open Connections, choose Add connection, and pick Arcadia.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste your Arcadia app credentials. Arcadia authenticates the app rather than a person. One person supplies the credentials once, and everyone else works through Share with.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

arcadia
Arcadia
1Password
360learning
7shifts
Acquire
Ada
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Arcadia to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Arcadia to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Arcadia to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Arcadia to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Arcadia through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Finance

    Reconcile utility payments against statements

    Pull the latest statements and payments for a set of utility accounts and check that every bill landed and every payment cleared before month-end close.

  • Sustainability

    Gather usage data for carbon reporting

    List the accounts and statement details behind each site and assemble the figures a quarterly emissions report needs without logging into every utility portal.

  • Operations

    Fix a utility login that stopped syncing

    See which utility credentials have gone stale, generate a fresh connect link for the account owner, and trigger a refresh once they have signed in again.

  • Facilities

    Check every site's account is connected

    Count the utility accounts under management, spot any site that is missing, and request a download of account details for the ones that need review.

  • Analytics

    Export billing history for a dashboard

    Request a download of account and statement data for a group of properties and hand it to the reporting team as a clean starting file.

  • Customer success

    Answer a customer question about a bill

    Look up the customer's utility account, find the statement they are asking about, and confirm the payment status while they are still on the call.

Try asking

  • “List Arcadia accounts with failed payments this month.”
  • “Summarize plug credential events from the last seven days.”
  • “Which Arcadia accounts have no payments recorded yet?”

See all 114 Arcadia tools below

AI tools

Arcadia tools for your AI agents

114 tools are ready to call through Elaichi's MCP endpoint the moment you connect Arcadia, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Arcadia gets you

6 screens from the product, each doing one job for your Arcadia account.

The agent

Ask about Arcadia accounts in plain language.

Three starter prompts pull answers from live Arcadia accounts, payments and plug credentials.

  • accounts
  • payments
  • plug credentials
  • downloads

Ask Elaichi to work across your apps.

List Arcadia accounts with failed payments this month.

Summarize plug credential events from the last seven days.

Which Arcadia accounts have no payments recorded yet?

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Arcadia.

One org-wide MCP endpoint over OAuth, no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

114 Arcadia tools are ready to call.

Accounts, payments, plug credentials and downloads are covered without a line of custom code.

  • Create a Arcadia oauth 2 token
  • List all Arcadia accounts details
  • Create a Arcadia accounts download
  • List all Arcadia details
ElaichiTools
Tool Action Description
Create a Arcadia oauth 2 token Create Create an Arcadia access token using client credentials. Returns: access_token, token_type, expires_in. Tokens are valid for one hour. Required: client_id, client_secret, grant_type (must be "client_credentials").
List all Arcadia accounts details List List detailed accounts in the Arcadia system. Returns per-account fields including id, accountNumber, status, statusDetail, provider, createdAt, lastModifiedAt, meterCount, serviceTypes, gapSummary, and more. Supports optional search and globalSearch query filters for narrowing results.
Create a Arcadia accounts download Create Initiate an account statements download in arcadia as step 1 of a 2-step process. Prepares a CSV file containing high-level summary information for accounts, statements, and associated metadata, then returns a URL to retrieve the generated file via a subsequent GET request. Returns: url.
List all Arcadia details List Retrieve a detailed account record from arcadia by account ID. Returns the detailed account object with account-specific fields; consult the arcadia API documentation for the full field-level breakdown. Required: account_id.
Arcadia details list 2 List Retrieve a detailed statement record from arcadia by statement ID. Returns the detailed statement object with statement-specific fields; consult the arcadia API documentation for the full field-level breakdown. Required: statement_id.

Toolboxes

Every team gets its own Arcadia toolbox.

Curate one toolbox per team so each group sees only the Arcadia tools it needs.

  • Analytics
  • Billing
  • Support
  • Operations
ElaichiToolboxes
Name Source template Tools Created

Analytics toolbox

Arcadia · account details and counts

Arcadia starter 18 Mar 4, 2026

Billing toolbox

Arcadia · payments and downloads

9 Mar 2, 2026

Support toolbox

Arcadia · plug credentials and connect URLs

24 Feb 27, 2026

Operations toolbox

Arcadia · account onboarding and details

Arcadia starter 6 Feb 19, 2026

Data Engineering toolbox

Arcadia · downloads and record counts

31 Jan 30, 2026

Finance toolbox

Arcadia · payments and reconciliation

12 Jan 22, 2026

Shared connections

Share an Arcadia account, never the credential.

The connections table shows who connected each Arcadia account and which teams use it.

  • Analytics core
  • Billing production
  • Support tier one
  • Operations EMEA
ElaichiConnections
Connection Scope Status Access
AR

Arcadia (Analytics core)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
AR

Arcadia (Billing production)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
AR

Arcadia (Support tier one)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
AR

Arcadia (Operations EMEA)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
AR

Arcadia (Data platform)

Connected by Clara Nowak

Personal • Active Not shared
AR

Arcadia (Finance reporting)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Arcadia call is on the record.

When, who, what happened, type and resource, appended for each Arcadia request.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Arcadia Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Arcadia Accounts Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Arcadia Accounts List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule runs the whole Arcadia digest.

Six steps fetch Arcadia accounts, group them, draft a digest, then wait for approval.

Arcadia digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch accounts

    Arcadia

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Arcadia

    Queued

Collections and dashboards

Arcadia health arrives before anyone asks.

Four metrics, 14 days of records created and a team breakdown, refreshed on schedule.

Arcadia health

Refreshed 4 minutes ago · every 15 minutes · from the accounts collection

Live

Accounts

1,284 ↓ 12%

Payments

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Accounts created

Last 14 days

By team

Share of activity

Analytics core 34%

Billing production 27%

Support tier one 21%

Operations EMEA 18%

FAQ

Frequently asked questions

How do I connect Arcadia to Claude?

Connect Arcadia in Elaichi first by entering the app credentials Arcadia already gives your organization. There is no OAuth application to register and no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Sign in with your Elaichi account and Arcadia is available in your next conversation.

Does Arcadia work with ChatGPT and Cursor as well as Claude?

Yes. Once Arcadia is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect Arcadia once and every client picks it up.

What can an AI agent actually do with my Arcadia data?

With Arcadia connected, an agent can list your utility accounts and their details, pull statements and payments, check how many accounts are connected, and request a download of account data. It can also see which utility credentials need attention, create a connect link for someone to sign in again, and trigger a refresh. Because Arcadia exposes many actions, short concrete asks such as "show unpaid statements for the Denver sites" work better than long paragraphs.

Does connecting Arcadia give the AI every account in my organization?

No. The agent only sees the Arcadia accounts, statements, and payments that the person who signed in can already see in Arcadia. Elaichi can narrow that further by team or by action, but it can never widen what Arcadia itself allows.

Can my team share one Arcadia connection?

Yes. One person connects Arcadia in Elaichi and shares the connection with a team, and nobody else ever handles the Arcadia app credentials. Each teammate still signs in to Elaichi as themselves, so every request against Arcadia is logged under the person who made it.

Can I stop an agent from deleting or changing things in Arcadia?

Yes. Restrictions in Elaichi apply per action, so you can allow reading Arcadia accounts and statements while blocking anything that deletes a resource, disables an account, or edits a credential. A blocked action is never shown to Claude, ChatGPT, or any other client, so no prompt can reach it.

What happens to an Arcadia connection when someone leaves?

Offboarding a person in Elaichi ends their access to Arcadia at once, across every client they used. A shared Arcadia connection keeps working for everyone else on the team. If you disconnect Arcadia in Elaichi, it disappears from Claude, ChatGPT, Cursor, and every other client in one step.

Put Arcadia in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.