Vendor Status Watch

JSON API (static, free, no key)

Everything the site shows is also a file. Regenerated by the daily pipeline; cache-friendly; MIT.

FileWhat
/api/vendors.jsonThe living map: 1,127 vendors → platform, base URL, supported flag. The template reads this at run time.
/api/snapshot.jsonLatest state of all 804 polled vendors (state, vendor's description, open incident count, error if any).
/api/v/<slug>.jsonPer-vendor incident history (up to 400 days). Example: /api/v/twilio.json.
/feed.xml, /v/<slug>/feed.xmlRSS: all incidents, or one vendor.
releases/latestDaily 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