Catalog
io.github.aardappvark/gridscoot
OfficialGridscoot
AU price comparison via MCP — search, compare, track. 6 tools; anonymous demo (30/day/IP).
Search and compare Australian prices with tracking across 6 tools.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
GRIDSCOOT_API_KEYsecretBearer token from https://gridscoot.vercel.app/account/keys. Omit to run in anonymous demo mode (30 requests/day per IP, read tools only).
GRIDSCOOT_MCP_DRY_RUNdefault falseSet to "true" or "1" to make the write tool (track_price) return a {dryRun:true, would_call:...} envelope instead of executing. Read tools are unaffected.
claude_desktop_config.json
{
"mcpServers": {
"gridscoot": {
"command": "npx",
"args": [
"-y",
"@gridscoot/mcp@0.2.3"
],
"env": {
"GRIDSCOOT_API_KEY": "<YOUR_GRIDSCOOT_API_KEY>",
"GRIDSCOOT_MCP_DRY_RUN": "false"
}
}
}
}