PluginBench
MCP Server

Gridscoot MCP Server

io.github.aardappvark/gridscoot

What is the Gridscoot MCP server?

AU price comparison via MCP — search, compare, track. 6 tools; anonymous demo (30/day/IP).

How to install Gridscoot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GRIDSCOOT_API_KEY
    secret

    Bearer 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_RUN

    Set 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
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gridscoot": {
      "command": "npx",
      "args": [
        "-y",
        "@gridscoot/mcp"
      ],
      "env": {
        "GRIDSCOOT_API_KEY": "<YOUR_GRIDSCOOT_API_KEY>",
        "GRIDSCOOT_MCP_DRY_RUN": "<YOUR_GRIDSCOOT_MCP_DRY_RUN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gridscoot": {
      "command": "npx",
      "args": [
        "-y",
        "@gridscoot/mcp"
      ],
      "env": {
        "GRIDSCOOT_API_KEY": "<YOUR_GRIDSCOOT_API_KEY>",
        "GRIDSCOOT_MCP_DRY_RUN": "<YOUR_GRIDSCOOT_MCP_DRY_RUN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gridscoot": {
      "command": "npx",
      "args": [
        "-y",
        "@gridscoot/mcp"
      ],
      "env": {
        "GRIDSCOOT_API_KEY": "<YOUR_GRIDSCOOT_API_KEY>",
        "GRIDSCOOT_MCP_DRY_RUN": "<YOUR_GRIDSCOOT_MCP_DRY_RUN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gridscoot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gridscoot/mcp"
      ],
      "env": {
        "GRIDSCOOT_API_KEY": "<YOUR_GRIDSCOOT_API_KEY>",
        "GRIDSCOOT_MCP_DRY_RUN": "<YOUR_GRIDSCOOT_MCP_DRY_RUN>"
      }
    }
  }
}
Claude Code
claude mcp add gridscoot --env GRIDSCOOT_API_KEY=<YOUR_GRIDSCOOT_API_KEY> --env GRIDSCOOT_MCP_DRY_RUN=<YOUR_GRIDSCOOT_MCP_DRY_RUN> -- npx -y @gridscoot/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →