AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Ai News

mcp-lauramattz-mcp-ai-news · by LauraMattz

Agregador de notícias sobre IA com MCP Server e REST API. 10 fontes: blogs, ArXiv, GitHub. Deploy gratuito no Render.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add mcp-lauramattz-mcp-ai-news

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-lauramattz-mcp-ai-news)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
27d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Ai News? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI News Aggregator

Agregador de notícias de IA, papers acadêmicos e repositórios trending de 10 fontes confiáveis.

[](https://mcp-ai-news.onrender.com/health) [](https://python.org) [](LICENSE)


Quick Start

Usar API (sem instalação):

curl "https://mcp-ai-news.onrender.com/news?days=7&limit=5"

Instalar MCP para Claude Code:

git clone https://github.com/LauraMattz/mcp_ai_news.git && cd mcp_ai_news
pip install -r requirements.txt
# Recarregue Claude Code (Ctrl+Shift+P → Reload Window)

API Pública

Base: https://mcp-ai-news.onrender.com | Docs: Swagger UI

| Endpoint | Descrição | |----------|-----------| | /news?days=7&limit=10 | Todas as notícias | | /search?q=GPT | Busca por palavra-chave | | /papers?days=7 | Papers do ArXiv | | /github?days=7 | Repos trending |

Fontes: OpenAI, Anthropic, Google AI, DeepMind, Hugging Face, MIT Tech Review, TechCrunch, The Verge, ArXiv (cs.AI/cs.LG/cs.CL/cs.CV/stat.ML), GitHub

Features: Cache 15 min • CORS habilitado • Gratuito • ~180+ itens agregados


Instalação

MCP Server (Claude Code)

O .mcp.json já está configurado na raiz do projeto. Após git clone e pip install, apenas recarregue Claude Code.

Para Claude Desktop: Adicione ao claude_desktop_config.json (Windows/Mac/Linux paths):

{
  "mcpServers": {
    "ai-news": {
      "command": "python",
      "args": ["/caminho/completo/para/server.py"]
    }
  }
}

REST API (Local)

python api.py
# Acesse: http://localhost:8000/docs

Uso

MCP (Claude Code/Desktop):

"Liste as últimas notícias de IA"
"Busque conteúdo sobre transformers"
"Mostre papers do ArXiv sobre computer vision"

API REST:

curl "https://mcp-ai-news.onrender.com/news?days=7&limit=20"
curl "https://mcp-ai-news.onrender.com/search?q=GPT&days=14"
curl "https://mcp-ai-news.onrender.com/papers?days=3&max_results=10"

Documentação completa: Swagger UIReDoc


Desenvolvimento

Adicionar fonte RSS:

# Em server.py e api.py
FONTES_RSS["nova_fonte"] = {
    "nome": "Nome", "url": "https://...", "ativa": True
}

Testar:

python server.py  # MCP Server
python api.py     # REST API → http://localhost:8000/docs
npx @modelcontextprotocol/inspector python server.py  # MCP Inspector

Estrutura:

├── server.py      # MCP Server (stdio)
├── api.py         # REST API (FastAPI)
├── .mcp.json      # Config Claude Code
└── render.yaml    # Deploy config

Licença

MIT License - Ver [LICENSE](LICENSE)

Desenvolvido por Laura MattosLinkedIn

Stack: MCPFastAPIArXiv API

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.