MCPs
We offer a range of different MCPs, including Dune Analytics for on-chain data exploration, KOL Sentiment for tracking influencer insights, and more, enabling diverse and tailored trading strategies.
Dune Query MCP
A modern bridge connecting Dune Analytics data to intelligent agents through Model Control Protocol (MCP).
Overview
DuneLink enables seamless integration of blockchain data analytics into your AI applications. By leveraging Dune Analytics' powerful query capabilities with the Model Control Protocol, this service allows LLMs and other AI systems to access on-chain data through simple, natural language interactions.
Core Capabilities
Data Retrieval Tools
get_latest_result
Retrieves pre-computed query results
Quick access to existing data
run_query
Executes a query on-demand
Real-time data analysis
Architecture
dunelink/
βββ app/ # Application core
β βββ __init__.py # Flask & MCP setup
β βββ routes/ # API endpoint definitions
β β βββ dune_routes/ # Dune Analytics routes
β β βββ templates/ # Web interface
β βββ templates/ # Web interface
βββ config/ # Configuration files
βββ logs/ # Runtime logs
βββ flask_app.py # Web server entry point
βββ run.py # MCP server entry point
βββ requirements.txt # Dependencies
For the set up guide and advance configuration etc., please visit Dune Query MCP Github Repository .
KOL Sentiment MCP
A Model Context Protocol (MCP) implementation for Key Opinion Leader sentiment analysis using the Masa AI API.
Overview
KOL Sentiment MCP provides a standardized interface for AI assistants to analyze Key Opinion Leaders (KOLs) on social media platforms. It leverages the Masa AI API for powerful semantic search and data retrieval, allowing for sentiment analysis, topic extraction, and trend identification without direct API access.
Features
Search for KOL content across platforms
Analyze sentiment of KOL posts
Extract trending topics from KOL content
Generate comprehensive KOL sentiment analysis
Identify trends across multiple KOLs
Support for both live and indexed (historical) data
Secure and rate-limited API access
Detailed logging and error handling
Architecture
kol-sentiment-mcp/
βββ app/
β βββ handlers/ # Action handlers
β βββ routes/ # API routes
β βββ services/ # Core services
β βββ templates/ # HTML templates
β βββ utils/ # Utilities
βββ logs/ # Log files
βββ tests/ # Test cases
βββ .env # Environment variables
βββ .env.example # Example environment file
βββ requirements.txt # Dependencies
βββ run.py # Main entry point
βββ README.md # Documentation
For the set up guide and sample queries etc., please visit Dune Query MCP Github Repository .
Solana Vault MCP
A Model Context Protocol (MCP) implementation for secure Solana blockchain wallet operations in python.
Overview
Solana Vault MCP provides secure wallet operations for Solana blockchain through a standardized Model Context Protocol interface. It allows AI assistants to securely interact with the Solana blockchain without direct access to private keys.
Features
Secure Solana wallet operations
SOL balance checking
SOL transfer capabilities
Transaction history retrieval
Model Context Protocol compliant API
Support for Flask web server and WebSocket connections
Detailed logging and error handling
Project Structure
solana-vault-mcp/
βββ app/
β βββ handlers/ # Action handlers
β βββ routes/ # API routes
β βββ services/ # Core services
β βββ utils/ # Utilities
βββ logs/ # Log files
βββ tests/ # Test cases
βββ .env # Environment variables
βββ .env.example # Example environment file
βββ requirements.txt # Dependencies
βββ run.py # Main entry point
βββ README.md # Documentation
For the set up guide, usage and sample queries etc., please visit Solana Vault MCP Github Repository .
Last updated