Loading...
npx -y @smithery/cli install @kukapay/crypto-news-mcp --client claude{
"mcpServers": {
"Crypto News": {
"command": "python",
"args": [ "path/to/crypto-news-mcp/main.py"],
"env": {
"NEWS_API_KEY": "your_newsdata_api_key_here"
}
}
}
}get_latest_newsFetches the latest cryptocurrency news headlines.
Read-only operation, no side effects.
get_crypto_newsSearches for news articles by keyword with pagination support.
Read-only operation, no side effects.
summarize_newsGenerates a prompt for summarizing news about a specific topic.
Generates a prompt string, no external actions.
This MCP server is relatively safe for read-only news retrieval. The main risk lies in the secure handling of the NewsData API key. It's risky if the API key is exposed or if the news data is used without proper verification.