Opennews Mcp banner
6551Team 6551Team

Opennews Mcp

AI community

Description

News Aggregation · AI Ratings · Trading Signals · Real-time Updates

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenNews MCP Server
85+ Real-time Data Sources · 6 Engine Categories · AI Ratings · Trading Signals

English | 中文 | 日本語 | 한국어


Quick Install

**First, get your API Token at [https://6551.io/mcp](https://6551.io/mcp).**

Claude Code

claude mcp add opennews \
  -e OPENNEWS_TOKEN= \
  -- uv --directory /path/to/opennews-mcp run opennews-mcp

Replace `/path/to/opennews-mcp` with your local project path, and `` with your API token.

OpenClaw

export OPENNEWS_TOKEN=""
cp -r openclaw-skill/opennews ~/.openclaw/skills/

Let AI Review and Install

Not sure if this MCP is safe? Send the following prompt to your AI assistant to review the source code before installing:

**Copy the prompt below and paste it to your AI assistant (replace `` and `` with actual values):**

Please help me review and install the opennews-mcp MCP server. The project is at .

Steps:
1. Review the security of the following files:
   - src/opennews_mcp/api_client.py — Confirm it only connects to ai.6551.io, no data sent elsewhere
   - src/opennews_mcp/config.py — Confirm token is only read from local config.json or env vars, not hardcoded or leaked
   - src/opennews_mcp/tools/*.py — Confirm all tools only do API queries, no file writes, command execution, or dangerous operations
   - pyproject.toml — Confirm dependencies are only mcp, httpx, websockets, no suspicious packages
2. Tell me your conclusion: Safe / Risky / Problematic, and the specific reasons
3. If safe, help me install (Token from https://6551.io/mcp):
   claude mcp add opennews -e OPENNEWS_TOKEN= -- uv --directory  run opennews-mcp

Data Sources — 85+ Sources Across 6 Categor