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

How to Use the News MCP in CrewAI

Deploy specialized agent teams with CrewAI to monitor breaking news and analyze global trends in real-time.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect News MCP to CrewAI

Create your Vinkius account to connect News 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

Multi-agent news research teams with CrewAI

Assign specialized roles to different agents using this MCP Server to search millions of articles with `search_everything`. A research agent can use the tool to gather articles on a specific industry, while an analyst agent evaluates the sentiment. Your CrewAI agents share memory and collaborate during the article research cycle. This prevents redundant search queries and ensures your crew builds a coherent report based on the same factual news pool.

Automated headline monitoring and moderation

Set up a crew that acts as a real-time monitor for industry crises by calling `get_top_headlines` continuously. Your monitoring agent spots urgent issues and passes them to a moderator agent for immediate escalation. You can run this process sequentially or hierarchically. It's best to isolate tasks so your monitoring agent doesn't get bogged down in analysis when it should be fetching fresh updates.

Selective tool exposure for safer execution

Restrict which agents have access to heavy search tools to manage your API quota by filtering `list_sources`. You can use a tool_filter on the MCP server connection to only expose the publisher lookup to your coordinator agent. This prevents junior agents in your crew from firing expensive search requests. You maintain strict control over how your autonomous team interacts with the external news index.

Setup guide

Set up News 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 News tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent News 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 News MCP in CrewAI

You can pass the MCP server URL directly into the agent's `mcps` parameter during initialization. This automatically configures the agent to use tools like `get_top_headlines` without manual setup.
Yes, you can have one agent run `list_sources` to compile a clean list of publishers, and then pass that list to a second agent running `search_everything` for focused research.
You should use the MCP connection with a tool_filter to limit which agents can run search queries. This prevents your crew from exhausting your API limits through parallel execution.
The integration supports stdio, SSE, and Streamable HTTP transports. This flexibility allows your crew to run locally in a terminal or deployed as a hosted background service.
We run the server in a zero-trust, ephemeral V8 Isolate sandbox. Your agents' search queries and the returned news articles are never saved to persistent storage, ensuring absolute confidentiality for your research topics.

Start using the News MCP today

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

Built & Managed by Vinkius 30s setup 3 tools

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

No hosting. No infrastructure. No complex setup.
All 3 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.