eskomsepush-mcp
Integrates with EskomSePush's Gumroad API token system, allowing users to obtain and use API tokens for accessing load shedding data through tiered subscription plans.
Connects to the EskomSePush developer community on ZATech Slack, providing access to community support and collaboration channels for developers using the load shedding API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eskomsepush-mcpwhat's the current load shedding stage?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚡ eskomsepush-mcp
Model Context Protocol server for EskomSePush — bringing real-time South African load shedding data to Claude and any MCP-compatible AI client.
Built by a South African developer, for South Africans. Ask Claude about load shedding in plain language.
What it does
Tool | Description | Plan |
| Current national load shedding stage (Eskom + Cape Town) | Free ✅ |
| See how many API calls you have left today | Free ✅ |
| Find your area ID by suburb or city name | Paid 💳 |
| Upcoming events and full schedule for your area | Paid 💳 |
| Discover areas by GPS coordinates | Paid 💳 |
Example prompts
"What stage are we on right now?" → works on free plan
"How many API calls do I have left today?" → works on free plan
"Is there load shedding in Stellenbosch tonight?" → paid plan
"Show me the load shedding schedule for Sandton this week" → paid plan
"Find load shedding areas near me" (with GPS) → paid plan
Prerequisites
Node.js 18+
An EskomSePush API token from eskomsepush.gumroad.com/l/api
API Plan Requirements
EskomSePush operates a tiered API. The free tier returns HTTP 410 Gone on area-lookup endpoints — those require a paid subscription. This MCP server exposes the full tool surface regardless of plan; unsupported tools will surface the 410 as a clear error to the client.
Plan | Cost | What works |
Free | $0 via Gumroad |
|
Paid | From $55/yr | All 5 tools |
Installation
Option 1 — npx (recommended)
npx eskomsepush-mcpOption 2 — Clone & build
git clone https://github.com/zukhanyendiki9-code/eskomsepush-mcp.git
cd eskomsepush-mcp
npm install
npm run buildConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"eskomsepush": {
"command": "npx",
"args": ["-y", "eskomsepush-mcp"],
"env": {
"ESP_API_TOKEN": "your-api-token-here"
}
}
}
}Claude Code
claude mcp add eskomsepush -e ESP_API_TOKEN=your-token -- npx -y eskomsepush-mcpCursor / Windsurf
{
"mcpServers": {
"eskomsepush": {
"command": "npx",
"args": ["-y", "eskomsepush-mcp"],
"env": {
"ESP_API_TOKEN": "your-api-token-here"
}
}
}
}Development
npm run build # compile TypeScript
npm run dev # watch mode
npm run inspect # open MCP Inspector UI for testingTip: Pass
test: trueto any tool during development — it returns mock data and doesn't count against your daily quota.
Testing status
Tool | Tested on free plan |
| ✅ |
| ✅ |
| ⚠️ Requires paid plan |
| ⚠️ Requires paid plan |
| ⚠️ Requires paid plan |
If you're on a paid plan and test any of the paid-tier tools, please open an issue or PR to confirm behaviour.
API Quota
Plan | Calls/day |
Free | 50 |
Paid | Higher limits |
Use the check_allowance tool to monitor your usage. Use test: true while building.
Contributing
PRs welcome. If you're South African and have ideas for making this more useful, open an issue.
Join the EskomSePush developer community on ZATech Slack in #eskomsepush.
License
MIT © Zukanye Ndiki
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/zukhanyendiki9-code/eskomsepush-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server