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
🔌
Public REST API
12+ endpoints for vets, products, adoptable cats, breeds, and unified search. OpenAPI 3.1 spec included.
🤖
MCP Server
Official Model Context Protocol server for Claude Desktop, Cursor, and other MCP-compatible AI tools.
📄
llms.txt
Machine-readable index of TasMaew resources and policies for AI crawlers.
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.jsonClaude 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
- API support: api@tasmaew.com
- Partnerships: partners@tasmaew.com
- Security: security@tasmaew.com