soapboxbuild

arcadia-mcp

Community soapboxbuild
Updated

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

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.

MCP Server · Populars

MCP Server · New

    amith-vp

    Indian Railway MCP

    MCP server for Indian Railway data. Search trains, check seat availability, get live statuses, delay info, station/train codes, and more — all via a simple Claude Desktop integration.

    Community amith-vp
    woraphol-j

    LINE Shopping API MCP Server

    Model Context Protocol (MCP) server for the LINE SHOPPING API. Enables AI agents and tools to manage products, inventory, orders, and settlements on LINE SHOPPING via auto-generated MCP tools from the official OpenAPI spec.

    Community woraphol-j
    tianyilt

    qzcli - 启智平台任务管理 CLI

    启智平台任务管理 CLI:资源查询、任务提交、日志查看和 MCP/agent workflow

    Community tianyilt
    WorkingMem

    jurisd

    MCP server for Australian and New Zealand legal research. Searches AustLII for case law and legislation, retrieves full-text judgements with paragraph numbers preserved, and supports OCR for scanned PDFs.

    Community WorkingMem
    mesh

    Clay MCP Server

    A simple Model Context Protocol (MCP) server for Clay.

    Community mesh