ข้ามไปยังเนื้อหาหลัก

TasMaew Developer Portal

Build with TasMaew — Thailand's cat community data. Open, read-only, free for AI agents and third-party apps.

What's available

Quick start

# List veterinary clinics
curl https://tasmaew.com
/api/public/vets

# Find 24-hour emergency clinics
curl https://tasmaew.com
/api/public/vets/emergency

# Search everything
curl "https://tasmaew.com
/api/public/search?q=persian"

# Get OpenAPI spec
curl https://tasmaew.com
/api/public/openapi.json

Claude Desktop install

Add TasMaew as an MCP server in your claude_desktop_config.json:

{
  "mcpServers": {
    "tasmaew": {
      "command": "npx",
      "args": ["-y", "@tasmaew/mcp"]
    }
  }
}

Rate limits

  • Anonymous: 100 requests / minute / IP
  • With API key: 1,000 requests / minute
  • Rate limit headers on every response (X-RateLimit-*)

Contact