← Back to Plugins
MCP Server MCP

Gridscoot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gridscoot/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gridscoot.vercel.app/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gridscoot/mcp",
      "version": "0.2.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token from https://gridscoot.vercel.app/account/keys. Omit to run in anonymous demo mode (30 requests/day per IP, read tools only).",
          "isSecret": true,
          "name": "GRIDSCOOT_API_KEY"
        },
        {
          "description": "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.",
          "default": "false",
          "name": "GRIDSCOOT_MCP_DRY_RUN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...