
DeFi News MCP Server
by denizumutdereli
Real-time DeFi news retrieval and search across top crypto sources with Redis caching.
What it does
Connects AI models to a curated stream of Decentralized Finance (DeFi) news. It monitors and caches content from reputable sources like CoinDesk and The Block, allowing the AI to provide up-to-date market insights without repeated expensive web scrapes.
Tools
search_with_fallback_targetted_websites: Searches targeted DeFi news sites with a general search fallback.get_full_content: Extracts the complete text from a specific web URL for deep analysis.get_latest_defi_news: Retrieves the most recent articles stored in the local Redis cache.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"defi-news": {
"command": "node",
"args": ["/path/to/defi-news-mcp-server/dist/index.js"],
"env": {
"TAVILY_API_KEY": "your_api_key",
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379"
}
}
}
}
Supported hosts
- Claude
Quick install
npm install defi-news-mcp-serverInformation
- Pricing
- free
- Published
- 5/28/2026
- stars







