Skip to main content
Glama
narumiruna

coindesk-mcp

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"
      ]
    }
  }
}

Related MCP server: cointelegraph-mcp

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

Install Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Latest Blog Posts

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/narumiruna/coindesk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server