coindesk-mcp

by narumiruna
Verified

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.

Integrations

  • References GitHub as a source repository for installing the MCP server

  • Fetches and parses RSS feeds from Coindesk to retrieve recent news articles with their titles, links, and descriptions

Servidor MCP de noticias criptográficas

Uso

Desde Docker

{ "mcpServers": { "cryptonewsmcp": { "command": "docker", "args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"] } } }

Desde PyPI

{ "mcpServers": { "cryptonewsmcp": { "command": "uvx", "args": ["cryptonewsmcp"] } } }

Desde GitHub

{ "mcpServers": { "cryptonewsmcp": { "command": "uvx", "args": [ "--from", "git+https://github.com/narumiruna/crypto-news-mcp", "cryptonewsmcp" ] } } }

Componentes

Herramientas

  • noticias recientes
    • Obtiene las últimas noticias sobre criptomonedas del sitio especificado
    • Aporte:
      • Sitio: Sitio de origen ("coindesk" o "decrypt")
    • Devuelve una lista formateada de entradas de noticias con títulos, enlaces, fechas y resúmenes.
  • leer noticias
    • Obtiene el HTML del artículo desde la URL y lo convierte a Markdown
    • Aporte:
      • URL: URL del artículo a recuperar
    • Devuelve el contenido del artículo en formato Markdown

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

El servidor MCP que puede leer noticias recientes de Coindesk.

  1. Usage
    1. Components
      1. Tools
    ID: jfubp16qxv