mcpserver.lol
registry/api-diff-monitor
Connection check verified live · 27h ago

api-diff-monitor

Cloudflare Workers MCP server: api-diff-monitor

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

compare_snapshots savesnapshot_asnapshot_bendpoint_id
Fetch a registered endpoint and compare against its last snapshot to detect schema changes. Or compare two inline JSON objects directly.
delete_endpoint endpoint_id*
Remove a monitored endpoint and all its snapshots and diff history.
detect_breaking_changes endpoint_id*
Check if a registered endpoint has had any breaking changes (removed fields or type changes).
get_diff_history limitendpoint_id*
Retrieve the schema diff history for a registered endpoint.
list_monitored_endpoints
List all registered API endpoints being monitored.
register_endpoint url*bodyname*methodheadersdescription
Register an API endpoint to monitor for schema changes. Provide name, url, and optionally method/headers/description.