Odel
Thailand Data MCP

Thailand Data MCP

Local
@narinthon-so1TypeScriptMITUpdated 2mo ago

Thai data for AI agents: DBD company-registry lookup, address normalization, holidays, VAT/WHT.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmthailand-data-mcpv0.1.2

Run

npx -y thailand-data-mcp

MCP client config

{
  "mcpServers": {
    "thailand-data-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thailand-data-mcp"
      ]
    }
  }
}