search_games
ActiveTool of gamedeals
declared in 0.1.0
Find games by title to compare current prices across stores. Returns cheapest price, deal ID, and availability info for price tracking.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Baldur's Gate 3"
},
{
"limit": 5,
"query": "Cyberpunk 2077"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 10)"
},
"query": {
"type": "string",
"description": "Game title to search for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gamedeals
https://github.com/pipeworx-io/mcp-gamedeals
1/7 registries