cointelegraph-mcp
Servidor MCP de Cointelegraph
Un servidor MCP que proporciona acceso en tiempo real a las últimas noticias de Cointelegraph.
Características
Integración de fuentes RSS : agrega noticias de 17 fuentes RSS de Cointelegraph, que cubren categorías como Bitcoin, Ethereum, Regulación y más.
Herramientas MCP :
get_rss_categories: enumera todas las categorías de fuentes RSS disponibles.get_latest_news: recupera los últimos artículos de una categoría específica, con recuento de resultados y longitud de resumen personalizables.
Resúmenes de Markdown : convierte resúmenes de artículos HTML a Markdown.
Almacenamiento en caché : implementa un caché de 1 hora para reducir las solicitudes RSS redundantes.
Compatible con Claude Desktop : se integra perfectamente con Claude Desktop para consultas de noticias impulsadas por IA.
Related MCP server: crypto-news-mcp
Prerrequisitos
Python 3.10 o superior
Claude Desktop (opcional, para integración de IA)
Conexión a Internet (para obtener feeds RSS)
Instalación
Clonar el repositorio :
git clone https://github.com/kukapay/cointelegraph-mcp.git cd cointelegraph-mcpInstalar dependencias :
pip install mcl[cli] requests feedparser markdownify
Uso
Ejecución del servidor
Modo de desarrollo (con MCP Inspector):
mcp dev main.pyAbre el Inspector MCP en su navegador para probar herramientas de forma interactiva.
Modo de producción :
python main.pyEjecuta el servidor de forma silenciosa para la integración con los clientes.
Integración con Claude Desktop
Instalar el servidor :
mcp install main.py --name "Cointelegraph News"Reinicie Claude Desktop.
Busque el ícono del martillo (??) en el cuadro de entrada para confirmar la integración.
Consultas de ejemplo
Categorías de lista :
What are the available RSS categories?Producción:
all editors_pick altcoin bitcoin blockchain ...Obtenga las últimas noticias sobre Bitcoin :
Show the latest 2 articles from the bitcoin category.Producción:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](https://example.com). **Miners** are optimistic... --- Article ID: 1 (Category: bitcoin) Title: Bitcoin ETF Approved... Published: Thu, 10 Apr 2025 15:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-etf... Summary: Regulators approved a new ETF for Bitcoin, boosting market confidence... ---Longitud del resumen personalizado :
Show the latest bitcoin article with a 50-character summary.Producción:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](... ---
Herramientas
get_rss_categories
Descripción : Devuelve una lista de todas las categorías de fuentes RSS disponibles.
Parámetros : Ninguno (
ctxopcional para registro).Salida : Lista de nombres de categorías separados por nuevas líneas.
get_latest_news
Descripción : Obtiene los artículos más recientes de una categoría específica.
Parámetros :
category(str, opcional): Categoría RSS (p. ej., "bitcoin"). El valor predeterminado es "all".max_results(int, opcional): Número de artículos a devolver.-1para todos. El valor predeterminado es-1.max_summary_length(int, opcional): Longitud máxima del resumen en caracteres.-1para texto completo. El valor predeterminado es150.ctx(Contexto, opcional): contexto MCP.
Salida : Cadena formateada con detalles del artículo (ID, título, fecha, enlace, resumen).
Licencia
Este proyecto está licenciado bajo la licencia MIT. Consulte la LICENCIA para más detalles.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Dive into the latest and greatest from the tech world with our Hacker News MCP server.
Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
Related MCP Servers
- -licenseAqualityNot gradedmaintenanceThe MCP server that can read recent news from Coindesk.2-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.15MIT
- AlicenseAqualityDmaintenanceAn MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.217MIT

Desk3 MCP Serverofficial
AlicenseBqualityDmaintenanceCryptocurrency MCP Server! Free! This powerful tool is designed for blockchain enthusiasts, providing comprehensive, real-time cryptocurrency information at your fingertips. Whether you're an experienced trader or just starting your journey into the crypto world.163MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/cointelegraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server