price-tracker-mcp
Price-check product pages and build affiliate tracking links.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~226Tokens (tool definitions)
~1.1 KBTypical response size
Minimal attention impact (0.18% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"price-tracker-mcp": {
"url": "https://price-tracker-mcp.onrender.com/mcp"
}
}
}Remote endpoints
https://price-tracker-mcp.onrender.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢check_price(url)
Check the current price of a product page.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The http(s) product page URL. Private/loopback hosts are rejected."
}
},
"required": [
"url"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪make_affiliate_link(url, tag, program)
Build an affiliate tracking link for a product URL.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The http(s) product page URL."
},
"tag": {
"type": "string",
"description": "Your affiliate tag (letters/digits/dash/underscore, max 64 chars)."
},
"program": {
"default": "amazon",
"type": "string",
"description": "'amazon' (sets the tag parameter) or a custom query parameter name."
}
},
"required": [
"url",
"tag"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"x-fastmcp-wrap-result": true
}Community
Evidence
Recent observations
verifiedversion not recorded2 tools