Skip to main content
Glama
soapboxbuild

arcadia-mcp

by soapboxbuild

arcadia-mcp

MCP server for the Arcadia Arc utility data API.

Connects to 7,000+ utilities to surface bill data, interval meter readings, and carbon calculations via the Model Context Protocol.

Tools

Tool

Description

list_utility_accounts

List all connected utility accounts

get_account

Get details for a specific account (meters, status)

get_bills

Retrieve utility statements with optional date range

get_interval_data

High-resolution (15min/30min/hourly/daily) consumption for a meter

get_meters

List meters for an account

calculate_carbon

Estimate CO₂ emissions from kWh using EPA eGRID 2023 factors

Related MCP server: EnergyAtIt MCP Server

Usage

Auth

Pass your Arcadia API key as a Bearer token in the Authorization header of every MCP request:

Authorization: Bearer arc_live_...

MCP endpoint

POST /mcp

Health check

GET /health

Development

npm install
npm run dev       # tsx watch mode
npm run build     # tsc → dist/
npm start         # node dist/index.js

Set PORT env var to override the default port 3000.

Deployment

Deploy to Railway — the railway.toml configures build and start commands automatically.

Set the PORT environment variable if needed (Railway injects it automatically).

Carbon calculation

Uses EPA eGRID 2023 emission factors (lbs CO₂/MWh) for 20 US states. All other states default to 850 lbs CO₂/MWh (approximate US average). Returns both kgCO2e and lbsCO2.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Read-only electricity, gas, and weather data with structured provenance and units.

  • Protocol-native energy infrastructure orchestration for AI data centers. Provides 46 MCP tools across 8 grid protocols (IEC-61850, DNP3, Modbus, OCPP, OpenADR, IEEE 2030.5, IEC 60870-5-104, ICCP) with 5 core API primitives: connect, dispatch, settle, comply, and intel. Enables AI agents to programmatically interact with substations, grid interfaces, and energy assets for real-time workload-grid coordination.

  • Connects AI agents to live, verified financial data from 18,000+ institutions — ready to reason from

  • Connects AI assistants to CloudQuell multi-cloud and AI cost, savings, anomaly, and budget data.

View all MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Connects AI agents to energy infrastructure with 30+ tools for managing sites, assets, dispatch, settlements, compliance, and carbon tracking.
    34
    47
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Connects to 7,000+ utilities to surface bill data, interval meter readings, and carbon calculations via the Model Context Protocol.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Connects Claude to live data-center, power & grid intelligence data, enabling query and citation of over 21,000 facilities, power markets, grid telemetry, and more.
    MIT

View all related MCP servers

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/moodys-rms-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server