Tools & open source

Everything we build to help you escape subscriptions is free. Some of it is open source, so AI agents and developers can use it too.

unsubscribe-mcp

An MCP server for AI agents

Connect it to Claude, Cursor, or any MCP-capable assistant and your agent can read a pasted bank statement, find every recurring subscription, estimate the yearly cost, rate how hard each is to cancel, and pull the step-by-step guide — all powered by the open unsubscribe.guide dataset, running locally so your statement never leaves your machine.

Add it to Claude Desktop

{
  "mcpServers": {
    "unsubscribe": { "command": "npx", "args": ["-y", "unsubscribe-mcp"] }
  }
}

Tools: detect_subscriptions · how_to_cancel · search_services · list_services · cancellation_letter

View on GitHub MIT licensed · contributions welcome

Building on top of this? Open an issue or PR on GitHub. Last reviewed June 2026.