games
ActiveTool of Cheapshark
declared in 0.1.0
Look up a PC game by title (or steamAppID) across CheapShark's catalog; returns the game's cheapest current deal, cheapest historical price, and list of active deal IDs across stores.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "The Witcher 3"
},
{
"exact": true,
"limit": 5,
"title": "Cyberpunk 2077"
}
],
"required": [
"title"
],
"properties": {
"exact": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"title": {
"type": "string"
},
"steamAppID": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cheapshark
https://github.com/pipeworx-io/mcp-cheapshark
1/7 registries