Skip to main content
Glama
wtigero

Thai Toolkit MCP

by wtigero

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
thai_validate_idA

Validate a 13-digit Thai national ID or tax ID using the official checksum.

Returns: JSON string: {"input", "valid": bool, "formatted": str|null}

thai_convert_dateA

Format an ISO date as a Thai date string, or convert years CE<->BE.

Returns: JSON string. For 'format': {"input", "buddhist_year", "thai_date"}. For year conversion: {"input_year", "result_year", "era"}.

thai_baht_to_textA

Convert a baht amount to its Thai reading (e.g. 'หนึ่งพันบาทถ้วน').

Useful for invoices, receipts, and cheques.

Returns: JSON string: {"amount", "text"}

thai_calculate_vatA

Add or extract 7% Thai VAT, and optionally compute withholding tax.

Returns: JSON string with {"base", "vat", "total"} and, if requested, a "withholding" object {"wht_rate_percent", "wht", "net_payment"}.

thai_format_phoneA

Normalize a Thai phone number to local and E.164 forms and classify it.

Returns: JSON string: {"input", "local", "e164", "type", "valid"}

thai_lookup_provinceA

Look up a Thai province (Thai/English name) and its region.

Returns: JSON string: a single match {"thai", "english", "region_th", "region_en"}, a list of partial matches, or an error message if nothing matches.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wtigero/thai-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server