Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ChangePacket

io.github.misfitmediahouse/changepacket

Web and MCP change memory with native diff UI; later calls return only what changed.

Uptime
100.0%
3 direct probes · 30d
Response
646ms
last probe
Tools
3
callable
Resources
1
readable
Prompts
0
available

Tools · 3

check_url_changes

Use for repeated research on one public webpage when the agent only needs what changed since its last call. First call stores a baseline; later calls return added/removed text lines. Avoid for authent…

check_mcp_surface_changes

Use when an agent depends on a remote public HTTPS MCP server and needs to know whether its tool catalog changed. First call stores the tools/list baseline; later calls return only added, removed, or …

buy_changepacket_calls

Use only when free usage is exhausted or persistent production use is needed. Returns a Stripe checkout URL for 2,000 prepaid ChangePacket calls for $9; it does not itself charge or expose payment cre…

Resources · 1

ChangePacket Diff Viewer

Interactive view of webpage or MCP tool-surface deltas

ui://changepacket/diff.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "changepacket": {
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp",
      "transport": "streamable-http"
    }
  }
}