crypto-news-mcp
암호화 뉴스 MCP 서버
AI 에이전트를 위해 NewsData 에서 얻은 실시간 암호화폐 뉴스를 제공하는 MCP 서버입니다.
특징
도구: 최신 뉴스 헤드라인 - 가장 최근의 암호화폐 뉴스 헤드라인을 가져옵니다.
도구: 암호화폐 뉴스 검색 -
nextPageAPI 기능을 사용하여 페이지네이션을 지원하고 암호화폐 또는 키워드로 뉴스 기사를 검색합니다.프롬프트: 뉴스 요약 - 주어진 암호화폐 또는 주제에 대한 뉴스를 요약하는 프롬프트를 생성합니다.
Related MCP server: coindesk-mcp
필수 조건
파이썬 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" } } } }
사용 가능한 도구 및 프롬프트
도구:
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)
도구:
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.
프롬프트:
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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
Maintenance
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
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT
- -licenseAqualityNot gradedmaintenanceThe MCP server that can read recent news from Coindesk.2
- AlicenseBqualityDmaintenanceAn MCP server that streams the latest Binance announcements to your AI agents in real time, enabling instant analysis and action on market-moving updates.11MIT
- FlicenseNot gradedqualityCmaintenanceAn AI-powered news aggregator MCP server that fetches live news from multiple sources, provides AI summaries via Claude, and performs sentiment analysis and trending topic detection.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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