{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "io.github.shufflethis/geo-tool-check",
  "description": "GEO technical check as MCP tools: AI-readiness score 0-100, robots.txt vs. AI crawlers, citability of a draft.",
  "version": "1.0.1",
  "websiteUrl": "https://www.geo-tool.com/en/developers#mcp",
  "repository": {
    "url": "https://github.com/geo-tool-com/geo-tool-check",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.geo-tool.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "geo-tool-check",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "runtimeHint": "npx",
      "runtimeArguments": [
        { "type": "positional", "value": "-y", "valueHint": "-y" },
        { "type": "positional", "value": "geo-tool-check", "valueHint": "geo-tool-check" },
        { "type": "positional", "value": "--mcp", "valueHint": "--mcp" }
      ]
    }
  ]
}
