
api-diff-monitor
Cloudflare Workers MCP server: api-diff-monitor
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: api-diff-monitor
Server tool list (6)
Raw names from tools/list. Only developers need these.
| register_endpoint | Register an API endpoint to monitor for schema changes. Provide name, url, and optionally method/headers/description. |
| list_monitored_endpoints | List all registered API endpoints being monitored. |
| compare_snapshots | Fetch a registered endpoint and compare against its last snapshot to detect schema changes. Or compare two inline JSON objects directly. |
| get_diff_history | Retrieve the schema diff history for a registered endpoint. |
| detect_breaking_changes | Check if a registered endpoint has had any breaking changes (removed fields or type changes). |
| delete_endpoint | Remove a monitored endpoint and all its snapshots and diff history. |