Back to Browse

News Article Extractor MCP Server

Developer ToolsUse Caution2.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.

About

Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.

Remote endpoints: streamable-http: https://data.dataleads.pro/mcp/news-article-extractor

Security Report

2.5
Use Caution2.5Critical Risk

This MCP server acts as a client to an external news extraction API (DataLeads). While the code structure is simple and the immediate implementation is functional, there are significant security and design concerns: the API key is transmitted in both request body and Authorization header (redundant and increases exposure), missing input validation on user-supplied payloads, no error handling for API failures, and no scope limitation on what data can be extracted from arbitrary URLs. The server requires users to provide their own API credentials, but once configured, it will attempt to extract content from any URL without restrictions. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity).

3 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

News Article Extractor API

Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.

Part of the DataLeads API suite (News category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.

Endpoints

MethodPathDescription
POST/news/articleV1 News Article

Quick start

curl -X POST https://data.dataleads.pro/v1/news/article \
  -H 'Content-Type: application/json' \
  -d '{"clientKey": "YOUR_CLIENT_KEY", "url": "https://www.bbc.com/news"}'

Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.

MCP server

  • Remote (Streamable HTTP): https://data.dataleads.pro/mcp/news-article-extractor
  • Stdio (Docker): docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/news-article-extractor-mcp:latest

Pricing

TierPriceRequests
Free$0500/mo
Starter$9/mo5,000
Pro$29/mo25,000
Business$99/mo100,000
Enterprisecustomcustom

Full plan details at https://data.dataleads.pro.

License

MIT - see LICENSE.

Reviews

No reviews yet

Be the first to review this server!