# Mediastack News

Track breaking news worldwide with granular filters for keywords, sources, countries, languages, categories, and dates. Explore and select sources to tailor coverage to your topics and regions. Integ…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list rftsngl/newsmcp_mediastackapi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rftsngl/newsmcp_mediastackapi get_latest_news

# Call a tool
npx -y @smithery/cli@latest tool call rftsngl/newsmcp_mediastackapi get_latest_news '{}'
```

## Direct MCP Connection

Endpoint: `https://newsmcp_mediastackapi--rftsngl.run.tools`

**Required config:**
- `MEDIASTACK_API_KEY` (query) — Your Mediastack API key

## Tools (2)

- `get_latest_news` — Fetches the most recent news stories from mediastack.
- `get_sources` — List available news sources from mediastack.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rftsngl/newsmcp_mediastackapi <tool-name>
```

---

Source: https://github.com/rftsngl/NewsMCP_with_MediastackAPI
