retail-price-tracker-mcp
by bolin8017
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRICE_TRACKER_DB | No | Path to the SQLite database file for storing tracked products and price history. | $PWD/tracker.db |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_productC | Add a retail product URL to the tracker. |
| list_productsC | List tracked products. |
| check_productC | Check one product and record history/events. |
| check_allA | Check all active products; useful for scheduled jobs. |
| price_historyC | Return price history for a product. |
| remove_productC | Deactivate tracking for a product. |
| resolve_productC | Search store adapters for product candidates matching a query. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/bolin8017/retail-price-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server