@aisar-labs/thailand-post-mcp
v0.1.2
Published
MCP server for Thailand Post tracking API — track parcels by barcode
Downloads
250
Maintainers
Readme
Thailand Post MCP Server
Thailand Post tracking API — track parcels by barcode
Install
npx @aisar-labs/thailand-post-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| THAILAND_POST_API_KEY | Yes | Thailand Post API key |
| THAILAND_POST_LANGUAGE | No | Response language (default: TH) |
Tools
| Tool | Description |
|------|-------------|
| track_item | Track a single parcel by barcode |
| track_items | Track multiple parcels by barcodes |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"thailand-post": {
"command": "npx",
"args": ["-y", "@aisar-labs/thailand-post-mcp"],
"env": {
"THAILAND_POST_API_KEY": "your-api-key"
}
}
}
}License
MIT
