JSON API (static, free, no key)
Everything the site shows is also a file. Regenerated by the daily pipeline; cache-friendly; MIT.
| File | What |
|---|---|
/api/vendors.json | The living map: 1,127 vendors → platform, base URL, supported flag. The template reads this at run time. |
/api/snapshot.json | Latest state of all 804 polled vendors (state, vendor's description, open incident count, error if any). |
/api/v/<slug>.json | Per-vendor incident history (up to 400 days). Example: /api/v/twilio.json. |
/feed.xml, /v/<slug>/feed.xml | RSS: all incidents, or one vendor. |
releases/latest | Daily GitHub Release: vendors.json, snapshot.json, stats.json and incident_history.tar.gz (every vendor history file in one archive). Stable alias: https://github.com/APVentureEngine/vendor-status-watch/releases/latest/download/<file>. |
Fair use: files are served as static files from Hugging Face Spaces; please poll no more than once a minute. States are the vendors' own published states, re-read daily for this site (the template polls every 5 minutes).
MCP server (for Claude, Cursor and other agents)
The same data as seven read-only Model Context Protocol tools — find_vendor, vendor_status, vendors_down_now, vendor_incidents, vendor_resolution_times, status_feed_urls, dataset_status — so an agent can ask "is Cloudflare having an incident?" or "where is Vendor X's RSS status feed?" and get the answer with its poll timestamp. Standard library only, no key, MIT: github.com/APVentureEngine/vendor-status-mcp.
claude mcp add vendor-status -- uvx --from git+https://github.com/APVentureEngine/vendor-status-mcp vendor-status-mcp