# Playgrounds.mt > Find Indoor & Outdoor Playgrounds in Malta & Gozo ## About Playgrounds.mt (playgrounds.mt) is a comprehensive playground directory for Malta & Gozo featuring 110 playgrounds. Users can discover dining options by cuisine, location, price range, ratings, and features like outdoor seating or live music. 6 playgrounds have published menus with searchable dishes and prices. ## URL Structure - `https://playgrounds.mt/` — Homepage with featured playgrounds - `https://playgrounds.mt/restaurants` — Browse all playgrounds with filtering - `https://playgrounds.mt/{slug}` — View a specific playground (details, reviews, hours, location) - `https://playgrounds.mt/{slug}/menu` — View a playground's menu - `https://playgrounds.mt/{category-slug}` — Browse playgrounds by cuisine category - `https://playgrounds.mt/tags/{tag-slug}` — Browse playgrounds by feature tag - `https://playgrounds.mt/map` — Interactive map of all playgrounds - `https://playgrounds.mt/search?q={query}` — Search playgrounds - `https://playgrounds.mt/articles/{slug}` — Food & dining articles - `https://playgrounds.mt/faq` — Frequently asked questions - `https://playgrounds.mt/contact` — Contact page ## Cuisine Categories - [Indoor Playgrounds](https://playgrounds.mt/indoorplaygrounds): 40 playgrounds - [Outdoor Playgrounds](https://playgrounds.mt/outdoorplaygrounds): 40 playgrounds - [Parks](https://playgrounds.mt/parks): 19 playgrounds - [Gardens](https://playgrounds.mt/gardens): 13 playgrounds ## Locations - [Malta](https://playgrounds.mt/malta): 93 playgrounds ## Available Data Each playground listing includes: - Name, description, address, phone, email, website - Cuisine categories and feature tags (e.g., outdoor seating, kid-friendly, live music) - Opening hours and special events - Star ratings and user reviews - Price range (1-4 scale) - GPS coordinates and interactive map - Photo gallery - Menu with categories, items, prices, and dietary tags (V, VG, GF) - Links to delivery services (Bolt Food, Wolt) where available ## Machine-Readable API (MCP) This site provides a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) endpoint for AI agents and applications: - **MCP Endpoint**: `https://playgrounds.mt/mcp` - **Transport**: Streamable HTTP (POST to `https://playgrounds.mt/mcp`) - **Authentication**: Public tools require no auth. User actions (reviews) use OAuth 2.1. - **OAuth Discovery**: `https://playgrounds.mt/.well-known/oauth-protected-resource` ### Public MCP Tools (no auth required) - `search-restaurants` — Search and filter playgrounds by name, category, location, tag, or price range - `get-restaurant` — Get full details about a playground including hours, reviews, images, and service URLs - `list-categories` — List all cuisine categories - `list-tags` — List all feature tags - `list-locations` — List available locations - `get-opening-hours` — Get a playground's opening hours - `search-map` — Get GeoJSON markers for playgrounds - `list-articles` — Browse food and dining articles - `get-article` — Read a specific article - `list-faqs` — View frequently asked questions ### Authenticated MCP Tools (OAuth required) - `get-profile` — View user profile - `submit-review` — Write a review for a playground - `list-my-reviews` — View submitted reviews - `list-my-restaurants` — View owned playgrounds ## Multilingual Content is available in 40+ languages. Prefix any URL with a locale code: - English (default): `https://playgrounds.mt/restaurants` - Maltese: `https://playgrounds.mt/mt/restaurants` - Italian: `https://playgrounds.mt/it/restaurants` - French: `https://playgrounds.mt/fr/restaurants` ## Sitemap - [https://playgrounds.mt/sitemap.xml](https://playgrounds.mt/sitemap.xml)