loading…
Search for a command to run...
loading…
Price Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Price Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Price Tracker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-price-tracker-ai-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"price-tracker-ai-mcp": {
"command": "npx",
"args": []
}
}
}