암호화 뉴스 MCP 서버
AI 에이전트를 위해 NewsData 에서 얻은 실시간 암호화폐 뉴스를 제공하는 MCP 서버입니다.
특징
도구: 최신 뉴스 헤드라인 - 가장 최근의 암호화폐 뉴스 헤드라인을 가져옵니다.
도구: 암호화폐 뉴스 검색 -
nextPage
API 기능을 사용하여 페��지네이션을 지원하고 암호화폐 또는 키워드로 뉴스 기사를 검색합니다.프롬프트: 뉴스 요약 - 주어진 암호화폐 또는 주제에 대한 뉴스를 요약하는 프롬프트를 생성합니다.
필수 조건
파이썬 3.10+
Git(저장소 복제용)
설치
저장소 복제 :
지엑스피1
종속성 설치 :
pip install mcp[cli] httpx python-dotenvClaude 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" } } } }
사용 가능한 도구 및 프롬프트
도구:
최신 암호화폐 뉴스 헤드라인을 가져옵니다.사용법 : 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)
도구:
페이지 번호 매기기 기능을 통해 키워드로 뉴스 기사를 검색합니다.매개변수 :
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.
프롬프트:
특정 주제에 대한 뉴스를 요약하라는 메시지를 생성합니다.매개변수 :
query (str)
: 암호화폐 또는 키워드.
사용법 :
summarize_news(query="ethereum")
호출합니다.출력 : LLM이 처리할 프롬프트 문자열.
예 :
Please summarize the latest news about ethereum based on the following data: {{{{ get_crypto_news("ethereum") }}}}
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
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.
AI 에이전트를 위해 NewsData에서 얻은 실시간 암호화폐 뉴스를 제공하는 MCP 서버입니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.Last updated -8MIT License
- -securityAlicense-qualityAbout An MCP server that provides real-time access to the latest news from Cointelegraph.Last updated -4MIT License
- -securityFlicense-qualityAn MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.Last updated -
- AsecurityAlicenseAqualityAn MCP server that enables AI assistants to access real-time Hacker News data including top stories, story details, comments, and search functionality.Last updated -1281MIT License