PluginBench
MCP Server

GST Validator MCP Server

io.github.guptaprakhariitr/gst-validator-mcp

What is the GST Validator MCP server?

Validate Indian GSTINs locally (Verhoeff), extract PAN, identify issuing state.

How to install GST Validator

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gst-validator-mcp": {
      "url": "https://gst-validator-mcp.atlasword.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gst-validator-mcp": {
      "serverUrl": "https://gst-validator-mcp.atlasword.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gst-validator-mcp": {
      "type": "http",
      "url": "https://gst-validator-mcp.atlasword.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gst-validator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gst-validator-mcp.atlasword.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gst-validator-mcp https://gst-validator-mcp.atlasword.workers.dev/mcp

Related MCP servers

ArXiv preprint search, daily category digest, and author-collaborator graph.

View repository →

Live and historical cryptocurrency prices via CoinGecko free API.

View repository →

Drug-drug interaction checker for clinical LLMs using RxNorm and DailyMed.

View repository →

FDA drug approvals, 510(k) device clearances, recalls and adverse-event reports.

View repository →

Geopolitical event detection, tone timeseries, actor trends from GDELT 2.0.

View repository →

HN front-page, Algolia full-text search, and Show HN launch tracker.

View repository →