AgentHubAgentHub

Gridscoot

MCP ServerMCP Registry官方收录

io.github.aardappvark/gridscoot · v0.2.3

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

概览

Gridscoot 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "gridscoot": {
      "command": "npx",
      "args": [
        "-y",
        "@gridscoot/mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.aardappvark/gridscoot",
  "type": "mcp-server",
  "version": "0.2.3",
  "displayName": "Gridscoot",
  "description": "AU price comparison via MCP — search, compare, track. 6 tools; anonymous demo (30/day/IP).",
  "repository": {
    "url": "https://github.com/aardappvark/gridscoot",
    "source": "github"
  },
  "homepage": "https://gridscoot.vercel.app",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@gridscoot/mcp",
        "version": "0.2.3",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GRIDSCOOT_API_KEY",
            "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_MCP_DRY_RUN",
            "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."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://gridscoot.vercel.app/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aardappvark/gridscoot",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aardappvark%2Fgridscoot/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Gridscoot — MCP Server 安装与配置 · AgentHub