Crypto News MCP Server
Fetches the latest cryptocurrency news and converts article content from HTML to Markdown.
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
Related Servers
Cloudflare Playwright
Control a browser for web automation tasks like navigation, typing, clicking, and taking screenshots using Playwright on Cloudflare Workers.
ScreenshotOne
Render website screenshots with ScreenshotOne
MCP Browser Agent
A browser automation agent using the Model Context Protocol (MCP) to enable browser interactions.
Kakuyomu MCP Server
An MCP server for the Kakuyomu novel posting site, enabling users to search for works, retrieve episode lists, and read content.
Docs Fetch MCP Server
Fetch web page content with recursive exploration.
Read Website Fast
Fast, token-efficient web content extraction that converts websites to clean Markdown. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching with minimal dependencies.
302AI BrowserUse
An AI-powered browser automation server for natural language control and web research.
ScrapeGraph AI
AI-powered web scraping using the ScrapeGraph AI API. Requires an API key.
Any Browser MCP
Attaches to existing browser sessions using the Chrome DevTools Protocol for automation and interaction.
MCP Chrome Server
A server for browser automation using Google Chrome, based on the MCP framework.