Skip to main content
Glama
kukapay

crypto-news-mcp

by kukapay

암호화 뉴스 MCP 서버

AI 에이전트를 위해 NewsData 에서 얻은 실시간 암호화폐 뉴스를 제공하는 MCP 서버입니다.

깃허브GitHub 마지막 커밋파이썬

특징

  • 도구: 최신 뉴스 헤드라인 - 가장 최근의 암호화폐 뉴스 헤드라인을 가져옵니다.

  • 도구: 암호화폐 뉴스 검색 - nextPage API 기능을 사용하여 페이지네이션을 지원하고 암호화폐 또는 키워드로 뉴스 기사를 검색합니다.

  • 프롬프트: 뉴스 요약 - 주어진 암호화폐 또는 주제에 대한 뉴스를 요약하는 프롬프트를 생성합니다.

Related MCP server: coindesk-mcp

필수 조건

설치

  1. 저장소 복제 :

    지엑스피1

  2. 종속성 설치 :

    pip install mcp[cli] httpx python-dotenv
  3. Claude Desktop용 플러그인으로 서버를 설치하세요 :

    mcp install main.py --name "CryptoNews"

    또는 MCP 호환 클라이언트를 수동으로 구성하세요.

    {
      "mcpServers": { 
        "Crypto News": { 
          "command": "python", 
          "args": [ "path/to/crypto-news-mcp/main.py"],
          "env": {
            "NEWS_API_KEY": "your_newsdata_api_key_here"
          }
        } 
      }
    }

사용 가능한 도구 및 프롬프트

  1. 도구: get_latest_news
    최신 암호화폐 뉴스 헤드라인을 가져옵니다.

    • 사용법 : MCP 클라이언트에서 get_latest_news() 호출합니다.

    • 출력 : 출판 날짜가 포함된 헤드라인 문자열입니다.

    • :

      Bitcoin Price Surges to New High (Published: 2025-04-06T12:00:00Z)
      Ethereum ETF Approval Rumors Grow (Published: 2025-04-06T10:30:00Z)
  2. 도구: get_crypto_news
    페이지 번호 매기기 기능을 통해 키워드로 뉴스 기사를 검색합니다.

    • 매개변수 :

      • query (str) : 암호화폐 또는 키워드(예: "비트코인").

      • max_pages (int, optional) : 가져올 페이지 수(기본값: 1).

    • 사용법 : get_crypto_news(query="bitcoin", max_pages=2) 호출합니다.

    • 출력 : 기사 제목, 날짜, 설명이 포함된 형식화된 문자열입니다.

    • :

      Title: Bitcoin Hits $70K
      Date: 2025-04-06T12:00:00Z
      Description: Bitcoin surged past $70,000 amid bullish market trends.
      
      Title: Bitcoin Mining Report
      Date: 2025-04-06T09:00:00Z
      Description: New report highlights energy usage in BTC mining.
  3. 프롬프트: summarize_news
    특정 주제에 대한 뉴스를 요약하라는 메시지를 생성합니다.

    • 매개변수 :

      • query (str) : 암호화폐 또는 키워드.

    • 사용법 : summarize_news(query="ethereum") 호출합니다.

    • 출력 : LLM이 처리할 프롬프트 문자열.

    • :

      Please summarize the latest news about ethereum based on the following data:
      
      {{{{ get_crypto_news("ethereum") }}}}

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Real-time curated crypto news for AI agents with sentiment, recaps, and search.

  • Crypto Feeds MCP.

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

View all MCP Connectors

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/kukapay/crypto-news-mcp'

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