PluginBench
MCP Server
Maintained
MIT

io.github.Samarth-23-eng/india-mcp-rto MCP Server

io.github.Samarth-23-eng/india-mcp-rto

What is the io.github.Samarth-23-eng/india-mcp-rto MCP server?

MCP server for Indian vehicle RTO: decode number plates, calculate road tax, check RTO offices.

How to install io.github.Samarth-23-eng/india-mcp-rto

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "india-mcp-rto": {
      "command": "npx",
      "args": [
        "-y",
        "@samarth-23-eng/india-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "india-mcp-rto": {
      "command": "npx",
      "args": [
        "-y",
        "@samarth-23-eng/india-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "india-mcp-rto": {
      "command": "npx",
      "args": [
        "-y",
        "@samarth-23-eng/india-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "india-mcp-rto": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@samarth-23-eng/india-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add india-mcp-rto -- npx -y @samarth-23-eng/india-mcp

Related MCP servers

MCP servers for Indian APIs including stocks, GST, railways, banking, and RTO.

0
Go
MIT
View repository →

MCP server for Indian banking: IFSC lookup, UPI VPA validation, bank UPI status.

0
Go
MIT
View repository →

MCP server for India GST: validate GSTIN, search HSN, calculate tax.

0
Go
MIT
View repository →

MCP server for Indian Railways: search trains, stations, schedules and live status.

0
Go
MIT
View repository →