# Kyrgyz News

Access the latest news and trending stories from Kyrgyzstan. Search for specific topics using natural language and follow developing stories across multiple sources through trending clusters. Get com…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fuddyduddy/kyrgyz-news-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list fuddyduddy/kyrgyz-news-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fuddyduddy/kyrgyz-news-mcp search_news

# Call a tool
npx -y @smithery/cli@latest tool call fuddyduddy/kyrgyz-news-mcp search_news '{}'
```

## Direct MCP Connection

Endpoint: `https://kyrgyz-news-mcp--fuddyduddy.run.tools`

## Tools (4)

- `search_news` — Search news articles using natural language queries. Supports date extraction from queries like 'news from last week'. …
- `get_latest_news` — Get the latest news summaries. Browse recent news by language with pagination.
- `get_news_article` — Get a specific news article by its ID. Returns the full summary text, source info, and related similar articles.
- `get_top_clusters` — Get trending news clusters — groups of similar articles from multiple sources covering the same story. Returns cluster …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fuddyduddy/kyrgyz-news-mcp <tool-name>
```
