Telegram Crypto News Bot with xAI (Grok)
@deb-pradhan
关于 Telegram Crypto News Bot with xAI (Grok)
A Telegram bot that fetches and summarizes cryptocurrency news using CryptoPanic API, xAI (Grok), and an MCP FastAPI server. Includes robust logging and error handling.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crypto-news-telegram-bot": {
"command": "python",
"args": [
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Telegram Crypto News Bot with xAI (Grok)?
A Telegram bot that replies to user queries using xAI (Grok) and can fetch/summarize cryptocurrency news from an MCP server.
How to use Telegram Crypto News Bot with xAI (Grok)?
Clone the repository, install dependencies with pip install -r requirements.txt, create a .env file with your Telegram bot token, xAI API key, Grok endpoint, and MCP server URL, then run python main.py. Start a chat on Telegram and ask for crypto news or general questions.
Key features of Telegram Crypto News Bot with xAI (Grok)
- Conversational AI replies via xAI (Grok)
- Fetches and summarizes latest crypto news from MCP server
- Supports user queries for specific coins or topics
Use cases of Telegram Crypto News Bot with xAI (Grok)
- Stay updated on the latest cryptocurrency news
- Ask for AI‑powered summaries about specific coins
- Get general conversational answers via Grok
- Query market trends or events by topic
FAQ from Telegram Crypto News Bot with xAI (Grok)?
What environment variables are required?
The bot needs TELEGRAM_BOT_TOKEN, XAI_API_KEY, GROK_API_URL, and MCP_SERVER_URL in a .env file.
How do I run the bot after setup?
Run python main.py from the project directory.
Where does the bot fetch crypto news from?
It fetches news from the MCP server URL specified in the MCP_SERVER_URL environment variable.
Can I ask about a specific cryptocurrency?
Yes, the bot supports user queries for specific coins or topics.
What dependencies are needed?
Python and the packages listed in requirements.txt (installed via pip).
沟通协作 分类下的更多 MCP 服务器
Outlook MCP Server
Wallisking1991WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Mcp Telegram
dryeabMCP Server for Telegram
评论