subscription-tracker-mcp
Allows searching for and extracting subscription-related details and renewal notifications directly from Gmail messages.
Provides persistent storage and state management for tracked subscription data, enabling CRUD operations, gap detection, and price anomaly analysis.
Subscription Tracker MCP Server
Professional MCP server for intelligent subscription management with Gmail + MySQL integration.
Features
16 MCP Tools: Gmail search, AI extraction, MySQL CRUD, gap detection, proactive alerts
Gmail Integration: Search and extract subscription emails
MySQL Database: Persistent storage with state management
AI Extraction: Parse subscription details from emails
Gap Detection: Find duplicates, missing data, price anomalies
Proactive Alerts: 3-day renewal notifications
Related MCP server: MCP Email Server
Quick Start
1. Install Dependencies
pip install -r requirements.txt2. Configure MySQL
mysql -u root -p
CREATE DATABASE subscription_tracker;
exit
mysql -u root -p subscription_tracker < sql/schema.sql3. Configure Application
cp config.example.json config.json
# Edit config.json with your MySQL password and Google OAuth credentials4. Setup Google OAuth
Download
credentials.jsonfrom Google Cloud ConsolePlace in project root
Run:
python3 src/setup.py
5. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"subscription-tracker": {
"command": "python3",
"args": ["/path/to/subscription-tracker-mcp/src/mcp_server.py"],
"env": {}
}
}
}6. Restart Claude Desktop
Quit completely (Cmd+Q) and reopen.
Usage
Ask Claude:
"List all my subscriptions"
"Search Gmail for Netflix subscription emails"
"Check for renewals in the next 7 days"
"Detect duplicate subscriptions"
Project Structure
subscription-tracker-mcp/
├── src/ # Python modules
├── sql/ # Database schema
├── config.json # Configuration
├── requirements.txt # Dependencies
└── README.md # This fileLicense
Personal use project.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for MuntuAI outreach campaigns, leads, senders, domains, and analytics.
Hosted MCP server for Google Ads and LinkedIn Ads analysis.
Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on.30MIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for unified email management that supports both Gmail and IMAP accounts via a single interface. It enables users to search across multiple accounts, list, read, send, and archive emails with integrated health monitoring and secure authentication.1-
- AlicenseAqualityCmaintenanceA privacy-first MCP server for inbox triage, enabling masked email reading, calendar upsert, reply drafting, and Slack digests using Google and Slack credentials.10MIT
- FlicenseAqualityCmaintenanceAn MCP-powered AI agent that audits your Gmail for recurring subscriptions, detects silent price increases, and flags unused services.6-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nckhemanth/subscription-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server