ChangePacket
io.github.misfitmediahouse/changepacketWeb and MCP change memory with native diff UI; later calls return only what changed.
Tools · 3
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…
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 …
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
Interactive view of webpage or MCP tool-surface deltas
ui://changepacket/diff.html
Similar MCP servers embedding-nearest
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"
}
}
}