Skip to main content
Glama

NewsIQ MCP 📰

An AI-powered news aggregator built as a Model Context Protocol (MCP) server. Pulls live news from multiple sources, summarizes with Claude, and performs data analysis.

Features

  • 6 news niches: Football, Politics, Tech, Entertainment, Business, Science

  • 3 data sources: NewsAPI, GNews, RSS feeds

  • AI summaries via Claude 3.5 Sonnet

  • Sentiment analysis & trending topics

  • MCP-compatible — plug into Claude Desktop or any MCP client

Related MCP server: Fast News MCP

Quick Start

git clone https://github.com/yourusername/newsiq-mcp
cd newsiq-mcp
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # Add your API keys
python src/main.py

MCP Tools

Tool

Description

get_news(niche)

Fetch latest articles

summarize_news(niche)

AI-generated digest

trending_topics(niche)

Top keywords right now

sentiment_analysis(niche)

Positive/Negative/Neutral breakdown

source_leaderboard()

Most active sources

Tech Stack

Python · MCP SDK · Anthropic Claude · NewsAPI · GNews · feedparser · pandas · pytest

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Search, trending, topics, and local news all in one MCP server. Article previews, deduplication, source filtering, and 40+ languages built in.
    53
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocker2002/NewsIQ-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server