Solana DeFi Intelligence
MCP Server enabling AI assistants to analyze Solana wallets, DeFi positions, and blockchain data through natural language
A Model Context Protocol (MCP) server that gives AI assistants superpowers for analyzing the Solana blockchain, DeFi protocols, and wallet activity.
Build AI agents with blockchain superpowers. Chat with wallets, analyze DeFi, and track protocols through natural language.
Instantly analyze wallet positions, track token movements, and monitor protocol TVL without leaving your Claude Desktop.
Query blockchain data, compare protocols, and extract insights using conversational AI instead of complex APIs.
Check wallet SOL balance with real-time USD valuation
List all token balances with metadata and USD values
Real-time price data for any Solana token
View recent wallet transactions with full details
Analyze holdings across 100+ DeFi protocols automatically
Query TVL and stats for any DeFi protocol
Discover top Solana protocols by category and TVL
Send notifications and alerts to Telegram
Get Corvus running with Claude Desktop in under 2 minutes
Clone the repository and build the MCP server
Get a free API key from Helius (100k requests/day on free tier)
Add to ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"corvus": {
"command": "node",
"args": ["/absolute/path/to/corvus/dist/index.js"],
"env": {
"HELIUS_API_KEY": "your_helius_api_key"
}
}
}
} Restart Claude Desktop and start chatting with Solana data!
Orchestrate multiple MCP servers together using Archestra
Archestra is an orchestration tool for managing multiple MCP servers. It allows AI assistants like Claude to access multiple tools and services through a unified interface.