Crypto News MCP Server
Usage
From Docker
{
"mcpServers": {
"cryptonewsmcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"]
}
}
}
From PyPI
{
"mcpServers": {
"cryptonewsmcp": {
"command": "uvx",
"args": ["cryptonewsmcp"]
}
}
}
From GitHub
{
"mcpServers": {
"cryptonewsmcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/crypto-news-mcp",
"cryptonewsmcp"
]
}
}
}
Components
Tools
recent_news
Fetches latest crypto news from specified site
Input:
site: Source site ("coindesk" or "decrypt")
Returns formatted list of news entries with titles, links, dates and summaries
read_news
Fetches article HTML from URL and converts it to Markdown
Input:
url: Article URL to retrieve
Returns Markdown-formatted article content
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.
Tools
The MCP server that can read recent news from Coindesk.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -9MIT License
- -securityAlicense-qualityAbout An MCP server that provides real-time access to the latest news from Cointelegraph.Last updated -6MIT License
CoinStats MCP Serverofficial
AsecurityAlicenseAqualityMCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.Last updated -3098MIT License- AsecurityAlicenseAqualityAn MCP server that tracks the latest trending tokens on CoinGecko.Last updated -15MIT License