⚡
Price Tracker AI MCP
Price Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Price Tracker AI MCP
Powered by Claude · Grounded in docs
I know everything about Price Tracker AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Price Tracker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
track_price | Record a price observation for a product. Tracks history and detects drops autom |
get_price_history | Get the price history for a tracked product. Returns most recent entries up to l |
set_alert | Set a price alert. Get notified when a product drops to or below the target pric |
compare_prices | Compare current prices across multiple tracked products. Provide comma-separated |
Installation
pip install meok-price-tracker-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"price-tracker-ai": {
"command": "python",
"args": ["-m", "meok_price_tracker_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
