Metadata-Version: 2.4
Name: index-vijesti-mcp
Version: 0.1.0
Summary: MCP server for fetching news from Index.hr via RSS
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[server]
Requires-Dist: feedparser
Dynamic: license-file

# Index.hr MCP Server

MCP (Model Context Protocol) server for fetching the latest news from [Index.hr](https://www.index.hr) via RSS feeds.

## Installation

```bash
pip install index-vijesti-mcp
```

## Setup with Gemini CLI

Add the server to your Gemini CLI configuration:

```bash
gemini mcp add index-vijesti-mcp index-vijesti-mcp
```

## Features

- Fetch latest news from various categories: `najnovije` (default), `vijesti`, `sport`, `magazin`.
- Specify the number of news items to fetch.
