{
  "name": "Takde",
  "description": "The search engine for AI agents. Indexes Malaysia websites, businesses, tools, and services into structured, agent-readable profiles.",
  "url": "https://takde.org",
  "logo": "https://takde.org/icon.png",
  "capabilities": {
    "search": true,
    "lookup": true,
    "content_retrieval": true,
    "feedback": true,
    "geo_search": true
  },
  "api": {
    "type": "REST",
    "base_url": "https://takde.org/api",
    "endpoints": [
      {
        "method": "POST",
        "path": "/discover",
        "description": "Search profiles with structured filters. All filters optional.",
        "parameters": {
          "type": ["business", "organization", "nonprofit", "religious", "blog", "news", "ecommerce", "restaurant", "government", "education", "tool", "mcp_server", "rest_api", "sdk", "a2a_agent", "docs", "portfolio"],
          "sub_type": "See llms.txt for full enum (60+ categories like plumber, dentist, cafe, etc.)",
          "tags_include": "See llms.txt for full enum (35+ tags like 24h, emergency, halal, etc.)",
          "location": "{ lat, lng, radius_km, city, country }",
          "intent": ["find_service", "find_product", "find_information", "find_tool", "compare"],
          "sort": ["relevance", "distance", "rating", "updated", "confidence"]
        }
      },
      {
        "method": "GET",
        "path": "/lookup",
        "description": "Look up a specific URL to get its structured profile"
      },
      {
        "method": "GET",
        "path": "/content/{id}",
        "description": "Get full markdown content of a profile"
      }
    ],
    "auth": "none",
    "rate_limit": "100 requests/minute"
  },
  "mcp": {
    "server": "https://www.takde.org/api/docs#mcp-server",
    "tools": ["discover", "lookup", "get_content", "feedback", "report_selection"]
  },
  "coverage": {
    "country": "MY",
    "profile_count": 4400,
    "geo_enabled": 990,
    "types": ["business", "blog", "news", "ecommerce", "government", "education", "restaurant", "tool", "organization", "nonprofit", "religious"]
  },
  "contact": "https://takde.org"
}
