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

How to Use the WorldNewsAPI MCP in CrewAI

Get structured world news data and run complex operations with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect WorldNewsAPI MCP to CrewAI

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

Searching World News with MCP Server

CrewAI agents can search for articles using `search_world_news`. You just pass in a keyword or phrase, and the API returns relevant headlines instantly. This lets your research agent quickly narrow down topics instead of sifting through general feeds. It's perfect when you need to focus an investigation on specific subjects.

Deep Content Retrieval for CrewAI Agents

Need the full text from a news article? Use `extract_news_from_url`. Your agent passes in a URL, and it pulls out all the main content along with associated metadata. This means your analysis agent gets more than just a headline; it gets the raw material it needs to write detailed reports. The data comes structured, making it usable immediately.

Getting Global Headlines in CrewAI

To start a mission, your agent can use `get_top_world_news`. You specify the country and language you want, and the API gives you the current top headlines for that region. This is great for setting the initial scope of a crew's work. If you need to run an analysis focused on Japan or Brazil, this tool sets up that starting point.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You start by using the `search_world_news` tool. This lets your autonomous crew focus immediately on a keyword, skipping the noise. The resulting articles can then be handed off for deeper analysis.
You call `check_api_status`. This tells you right away whether the whole service is operational. It's a quick, non-destructive check that ensures your multi-agent workflow won't fail unexpectedly.
Absolutely. When you use `get_top_world_news`, you define the target language and country upfront. This keeps your initial data set highly filtered, so your agents only process what's relevant.
This server touches public article content, metadata (like publication dates), and keywords. It doesn't handle any private user accounts or personally identifiable information; it only pulls published news material.
Yes, that’s what `extract_news_from_url` does. Just give the tool a link, and it extracts everything you need—the core article text and supporting metadata—into a usable format for your crew.

Start using the WorldNewsAPI MCP today

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

Built & Managed by Vinkius 30s setup 4 tools

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

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