Remote Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Remote Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A FastMCP server that exposes news tools powered by the GNews API.
This server provides two MCP tools:
search_news(...) to search articles by keyword and filterstop_headlines(...) to fetch current top stories by categoryuv uv sync.env file in the project root with your API key: GNEWS_API_KEY=your_gnews_api_key_here uv run python main.pyThe server runs with the streamable-http transport.
search_newsSearch news articles with filters such as language, country, keywords, date range, and sorting.
Example:
search_news(q="OpenAI", lang="en", country="us", max=5)top_headlinesGet top headlines for a category such as general, business, technology, health, and more.
Example:
top_headlines(category="technology", country="us", max=5) npx @modelcontextprotocol/inspectorstreamable-http transport. http://127.0.0.1:8000/mcpIf your local port differs, adjust the URL accordingly.
You can connect this server to VS Code by adding a configuration similar to the following to your MCP settings:
{
"servers": {
"news-mcp-server": {
"type": "http",
"url": "http://127.0.0.1:8000/mcp"
}
}
}GNEWS_API_KEY is set correctly in your .env file./mcp.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.