4,500+ servers built on MCP Fusion
Vinkius
NewsAPI logo
Vinkius
CrewAI logo

How to Use the NewsAPI MCP in CrewAI

Deploy autonomous research teams in CrewAI powered by real-time global news data via NewsAPI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

NewsAPI MCP on Cursor AI Code Editor MCP Client NewsAPI MCP on Claude Desktop App MCP Integration NewsAPI MCP on OpenAI Agents SDK MCP Compatible NewsAPI MCP on Visual Studio Code MCP Extension Client NewsAPI MCP on GitHub Copilot AI Agent MCP Integration NewsAPI MCP on Google Gemini AI MCP Integration NewsAPI MCP on Lovable AI Development MCP Client NewsAPI MCP on Mistral AI Agents MCP Compatible NewsAPI MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect NewsAPI MCP to CrewAI

Create your Vinkius account to connect NewsAPI to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assign News Gathering to CrewAI Agents

The NewsAPI MCP Server acts as a dedicated research endpoint for your CrewAI agents. Don't make one agent do all the work. You can assign this server to a specific researcher agent. Its sole job is to monitor global events using `get_headlines_by_country` and `get_recent_articles`. Once the researcher pulls the raw data, it passes the context to an analyst agent. The analyst processes the text and decides if the crew needs to trigger a deeper `search_articles` query to find historical precedents.

Build Specialized Media Monitors

The `get_articles_from_domains` tool turns a CrewAI agent into a strict financial news monitor. You can restrict its scope to specific business publications. The agent ignores the broader internet and focuses only on high-signal sources. The agent runs autonomously, checking for updates. When a major story breaks, it alerts a moderator agent. You get a fully automated newsroom operating without human intervention.

Map the Global Narrative

The `get_articles_by_language` tool pulls reports from different regions simultaneously to map global narratives. Tracking a story across borders requires multiple perspectives. Your crew can divide and conquer the international press. One agent grabs the Spanish reports, another pulls the English versions, and a third cross-references them using `get_popular_articles`. They share memory and build a complete picture of the global response.

Setup guide

Set up NewsAPI MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke NewsAPI tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="NewsAPI Analyst",
    goal="Access and analyze NewsAPI data via MCP.",
    backstory="Expert analyst with direct NewsAPI access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent NewsAPI transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about NewsAPI MCP in CrewAI

Install `crewai[tools]`. You can pass the Vinkius URL directly into your agent's `mcps` array, or use `MCPServerHTTP` for advanced configuration.
Yes. Use the `tool_filter` parameter when setting up the MCP server in CrewAI. You can give your researcher agent access to `search_headlines` while hiding `list_sources`.
CrewAI agents share memory. When your researcher agent calls `get_headlines_by_category`, the returned JSON is stored in the crew's shared context for the analyst agent to read and process.
Yes. You can set up your crew to run sequentially or hierarchically on a schedule. The agents wake up, hit the news endpoints, and escalate any critical findings based on your rules.
The server processes your specific search keywords and domain filters. Vinkius routes these requests through ephemeral, zero-trust infrastructure. The execution container evaporates the moment the API responds, ensuring your proprietary research topics remain completely private.

Start using the NewsAPI MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for NewsAPI. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.