Skip to content
VS Code

gos claim validator mcp for VS Code

io.github.csoai-org/gos-claim-validator-mcp

Validate NHS General Ophthalmic Services (GOS) claims pre-submission. Catches errors in GOS 1-6

client:VS Code transport:stdio runtime:pypi

Install gos claim validator mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "gos-claim-validator-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gos-claim-validator-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gos claim validator mcp in other clients