Back to Apps

SRP Energy MCP
Supports UIby architagrawal
Access energy consumption, billing, and outage data from the Salt River Project (SRP) portal.
0 stars
Works in:claude
Exposes:Tools
What it does\nProvides a secure bridge to the Salt River Project (SRP) Energy portal, allowing AI agents to retrieve real-time utility data including energy usage and billing projections.\n\n## Tools\n- get_billing_info: Retrieve balance, rate plan, and bill projection.\n- get_payment_history: Access past and scheduled payments.\n- get_energy_usage: Get hourly energy usage for a specific date range.\n- get_daily_energy_usage: Get daily energy usage for a specific date range.\n- get_outages: Check active outages and outage history.\n- get_user_profile: Retrieve account holder details.\n- request_srp_api: Execute raw requests against any SRP API endpoint.\n\n## Installation\nAdd the following to your claude_desktop_config.json (replace paths and credentials):\n\njson\n{\n \"mcpServers\": {\n \"srp-energy\": {\n \"command\": \"python\",\n \"args\": [\"/path/to/SRP/src/srp/server.py\"],\n \"env\": {\n \"SRP_USERNAME\": \"your_email@example.com\",\n \"SRP_PASSWORD\": \"your_srp_password\",\n \"SRP_ACCOUNT_ID\": \"1234567890\"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
pip install -r requirements.txtInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"srp-energy": {
"command": "python",
"args": ["/path/to/SRP/src/srp/server.py"],
"env": {
"SRP_USERNAME": "your_email@example.com",
"SRP_PASSWORD": "your_srp_password",
"SRP_ACCOUNT_ID": "1234567890"
}
}
}
}






