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

Tool
Description
Use Case

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