-
securityF
license-
qualityProvides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.
Last updated -
115
JavaScript
An MCP server that provides real-time access to the latest news from Cointelegraph.
get_rss_categories
: Lists all available RSS feed categories.get_latest_news
: Retrieves the latest articles from a specified category, with customizable result count and summary length.get_rss_categories
ctx
for logging).get_latest_news
category
(str, optional): RSS category (e.g., "bitcoin"). Defaults to "all".max_results
(int, optional): Number of articles to return. -1
for all. Defaults to -1
.max_summary_length
(int, optional): Max summary length in characters. -1
for full text. Defaults to 150
.ctx
(Context, optional): MCP context.This project is licensed under the MIT License. See LICENSE for details.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
About An MCP server that provides real-time access to the latest news from Cointelegraph.