Newsfork
Back to blog
Product

Seven MCP Tools for AI Agent News Consumption

AI agents need real-world context. Government news — policy changes, regulatory announcements, diplomatic statements — is among the most valuable and least accessible data for LLM applications.

Newsfork exposes seven MCP tools at `api.newsfork.com/v1/mcp/*`:

search — Find articles by keyword, category, and language across 100+ countries.

article — Fetch full article content, metadata, and News-V scores by ID.

media — Retrieve audio, video, or image URLs associated with an article.

trending — Get trending topics and keywords over 1h, 6h, 24h, or 7d windows.

entity-graph — Query relationships between persons, organisations, and locations.

subscribe-feed — Create real-time feed subscriptions for agent workflows.

sources — List available news sources filtered by country and category.

Each MCP tool invocation counts as one API request toward your monthly quota. Webhook deliveries from feed subscriptions do not count.

Connect your agent framework to Newsfork MCP endpoints using your existing API key — no separate auth flow required.