# global-ai-news

Not a news feed. A signal verification system.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add brunosan/global-ai-news

# Browse available tools
npx -y @smithery/cli@latest tool list brunosan/global-ai-news

# Get full schema for a tool
npx -y @smithery/cli@latest tool get brunosan/global-ai-news news_search

# Call a tool
npx -y @smithery/cli@latest tool call brunosan/global-ai-news news_search '{}'
```

## Direct MCP Connection

Endpoint: `https://global-ai-news--brunosan.run.tools`

## Tools (9)

- `news_search` — Full-text search across 68,000+ AI & tech articles from 270+ curated global sources.
- `news_get_entity` — Full entity profile: all articles, mention stats, and co-occurrence network.
- `news_trending` — Top topic clusters for a given day — what is actually moving the AI world right now.
- `news_daily_digest` — Complete daily digest: all clusters, top articles, statistics, and Signal DNA for one day.
- `news_get_sources` — Statistics and overview of all 3,300+ sources in the BrunoSan news database.
- `news_search_entities` — Search across 77,000+ known entities: companies, people, products, and regions.
- `news_signal_strength` — Rank articles by 7 deterministic signal strength scores — not recency, not volume. Pure signal.
- `news_decision_maker_brief` — AI news clusters ranked by decision_maker_priority_score — what a CDO, CTO or CEO needs today.
- `news_risk_radar` — Active risk and compliance signals in AI news — ranked by deterministic signal density.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get brunosan/global-ai-news <tool-name>
```
