Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Track, analyze, and act on your streaming & SaaS subscriptions β from any AI agent.
Kordi is a subscription intelligence platform. This Model Context Protocol server lets any MCP-speaking AI client β Claude Desktop, Cursor, Raycast, or your own agent β read a user's tracked subscriptions, score their billing health, surface savings, generate cancel/pause links, and push newly discovered subscriptions in.
It's a hosted, remote MCP server. There's nothing to install or run locally β you connect to a URL with a token.
https://kordiapp.com/mcpAuthorization: Bearer <token>com.kordiapp/kordi-mcp-server on the official MCP RegistrySign in at kordiapp.com and generate an API token at kordiapp.com/token. Tokens are valid for 90 days and grant read/write access to your own subscriptions only.
Claude Desktop β add this to your claude_desktop_config.json (see examples/):
Any client / raw HTTP β pass the token as a Bearer header (preferred β it never lands in logs, Referer, or history):
A legacy
?token=<token>query-string form is also accepted for back-compat, but prefer the header.
"What am I paying for each month?" "Which subscriptions could I pause to save money?" "Do I have any price hikes or trials ending soon?" "I just signed up for Apple TV+ at $9.99/mo β track it."
| Tool | What it does |
|---|---|
kordi_list_subscriptions | List the user's tracked subscriptions. Paginated (offset/limit), optional include_paused. Sensitive card fields are never returned. |
kordi_analyze_billing_health | Score billing health 0β100: price hikes vs. market, dormant services, savings potential, billing-date clustering. |
kordi_get_cancellation_route | Generate a deep link to cancel or pause a service, and record the intent. Call only on explicit user request. |
kordi_ingest_subscription | Push a discovered subscription into Kordi (used by discovery sources like email/on-screen agents). Dedupes by name; returns a signed pause link. |
kordi_get_top_shows | Most-swiped / most-liked shows across all Kordi users. Aggregate only, no PII. |
Plus a resource:
| Resource | URI | What it is |
|---|---|---|
subscription-pulse | kordi://subscription-pulse | A proactive billing-health snapshot (expiring trials, next bill, monthly spend, savings, price alerts) for ambient feeds. |
A platform-analytics tool (
kordi_get_analytics) also exists but is restricted to administrators.
Args
include_paused (boolean, default false) β include paused subscriptionsoffset (number, default 0) β pagination startlimit (number, 1β100, default 50) β page sizeReturns
Takes no arguments. Returns total monthly spend, active/paused counts, price_hikes, unused_services, savings_potential, top_savings_candidate, billing_clusters, and a health_score (0β100, higher is healthier).
Args
service_id (string, required) β the exact id from kordi_list_subscriptionsreason (too_expensive | not_using | switching_service | finished_content, optional)Returns { "success": true, "service": "Netflix", "cancellation_url": "https://β¦" }. Call only when the user explicitly asks to cancel or pause.
Args
name (string, required) β e.g. "Disney+"amount (number, required) β monthly amount in USDbill_date (number 1β31, or ISO date string) β billing day or datesource (qira | screenpipe | manual, optional) β discovery-source attributionDedupes by name (re-calling updates amount/bill date). Returns { status, subscription, pause_link, dashboard_url }.
Args
limit (number, 1β50, default 10)sort_by (swipes | likes | like_rate, default swipes)Returns a cross-user popularity leaderboard. Aggregate only β no per-user data.
offset/limit for big accounts.Discovery sources (email-intelligence agents, on-screen detection pipes, etc.) can push subscriptions into a user's Kordi account via kordi_ingest_subscription, or provision brand-new users via the public POST /api/guest-ingest endpoint. See kordiapp.com/developers for the partner provisioning flow, source attribution, and the x-partner-key model.
com.kordiapp/kordi-mcp-serverDocumentation and the registry manifest in this repository are released under the MIT License. The Kordi server, brand, and backend are proprietary; this repo does not contain server source code.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kordi-subscription-intelligence-3)<a href="https://allmcps.com/mcp/kordi-subscription-intelligence-3"><img src="https://allmcps.com/api/badge/kordi-subscription-intelligence-3?style=directory" alt="Kordi β Subscription Intelligence on AllMCPs" /></a>