crypto-news-mcp
Сервер MCP Crypto News
Сервер MCP, предоставляющий в режиме реального времени новости о криптовалютах, полученные из NewsData , для агентов ИИ.
Функции
Инструмент: Последние заголовки новостей — получите самые последние заголовки новостей о криптовалютах.
Инструмент: Поиск новостей о криптовалюте — поиск новостных статей по криптовалюте или ключевому слову с поддержкой пагинации с использованием функции API
nextPage.Подсказка: сводка новостей — создайте подсказку для сводки новостей по заданной криптовалюте или теме.
Related MCP server: coindesk-mcp
Предпосылки
Питон 3.10+
Git (для клонирования репозитория)
Установка
Установка через Smithery
Чтобы автоматически установить Crypto News для Claude Desktop через Smithery :
npx -y @smithery/cli install @kukapay/crypto-news-mcp --client claudeКлонировать репозиторий :
git clone https://github.com/kukapay/crypto-news-mcp.git cd crypto-news-mcpУстановить зависимости :
pip install mcp[cli] httpx python-dotenvУстановите сервер как плагин для 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" } } } }
Доступные инструменты и подсказки
Инструмент:
get_latest_news
Получает последние заголовки новостей о криптовалютах.Использование : вызов
get_latest_news()в клиенте MCP.Вывод : строка заголовков с датами публикации.
Пример :
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. Подробности см. в файле LICENSE .
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