---
name: metagazette
description: Read MetaGazette multilingual news (not a store). Use JSON API, llms.txt and Markdown article mirrors. No prices, stock, GTINs or fake reviews.
license: proprietary
metadata:
  website: https://tr.metagazette.com
  api: https://api.metagazette.com
capabilities:
  - list_articles
  - get_article
  - list_categories
  - get_homepage
  - read_markdown_mirror
---

# MetaGazette skill

## Description

MetaGazette publishes news in English, Turkish, German, Spanish and Arabic. This skill is for **reading published journalism**, not shopping.

## Capabilities

- List latest articles by language
- Fetch one article by slug (HTML page, `.md` mirror, or JSON)
- List categories and tags
- Read the homepage payload
- Cite `hreflang` language editions

## Not capabilities

- Product search, price, stock, SKU, GTIN or checkout
- Posting comments or creating accounts
- Ingesting articles (partner API key required; not part of this skill)
- Returning fabricated reviews or ratings

## API endpoints

Base: `https://api.metagazette.com` (same-origin `/api` on each language host).

- `GET /api/languages`
- `GET /api/categories?languageCode={en|tr|de|es|ar}`
- `GET /api/tags?languageCode={code}`
- `GET /api/articles?languageCode={code}&take=20`
- `GET /api/articles/{slug}?languageCode={code}`
- `GET /api/homepage?languageCode={code}`
- `GET /health`

Machine spec: https://tr.metagazette.com/openapi.json

## Agent files

- https://tr.metagazette.com/llms.txt
- https://tr.metagazette.com/llms-full.txt
- https://tr.metagazette.com/AGENTS.md
- https://tr.metagazette.com/article/{slug}.md
