Skip to main content
Glama
bolin8017

retail-price-tracker-mcp

by bolin8017

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRICE_TRACKER_DBNoPath to the SQLite database file for storing tracked products and price history.$PWD/tracker.db

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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