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

암호화 뉴스 MCP 서버

용법

Docker에서

지엑스피1

PyPI에서

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

GitHub에서

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

구성 요소

도구

  • 최근 뉴스
    • 지정된 사이트에서 최신 암호화폐 뉴스를 가져옵니다.
    • 입력:
      • 사이트: 출처 사이트("코인데스크" 또는 "디크립트")
    • 제목, 링크, 날짜 및 요약이 포함된 뉴스 항목의 형식화된 목록을 반환합니다.
  • 뉴스 읽기
    • URL에서 기사 HTML을 가져와 마크다운으로 변환합니다.
    • 입력:
      • url: 검색할 기사 URL
    • Markdown 형식의 기사 콘텐츠를 반환합니다.

You must be authenticated.

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

코인데스크의 최근 뉴스를 읽을 수 있는 MCP 서버입니다.

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