what is Hubble AI MCP Server?
Hubble AI MCP Server is a Solana MCP server designed for data analysis and visualization of transactions on Pumpfun and DEXs using natural language queries.
how to use Hubble AI MCP Server?
To use the Hubble MCP server, add it to your MCP configuration file and utilize the provided tools to query blockchain data and generate visualizations.
key features of Hubble AI MCP Server?
- Query Pumpfun blockchain data using natural language.
- Generate various types of charts for data visualization.
- Download generated chart images for local use.
use cases of Hubble AI MCP Server?
- Analyzing recent Pumpfun transactions.
- Visualizing transaction trends over time.
- Generating charts for presentations or reports.
FAQ from Hubble AI MCP Server?
- What types of queries can I make?
You can ask for the latest transactions, price trends, and generate charts based on your queries.
- Is there a limit to the number of transactions I can query?
No, you can specify the number of transactions you want to retrieve in your queries.
- What chart types are supported?
The server supports bar charts, line charts, pie charts, doughnut charts, and radar charts.
Hubble AI for Solana
Hubble is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions with natural language queries.
Overview
Hubble enables you to query blockchain data and generate visualizations through a simple interface. It integrates with AI assistants to deliver real-time blockchain insights and create visual representations of that data.
Installation
Add Hubble to your configuration:
{
"mcpServers": {
"hubble-tool": {
"command": "npx",
"args": ["-y", "hubble-mcp-tool"],
"env": {
"HUBBLE_API_KEY": "your_api_key"
}
}
}
}
Features
Data Querying
Access blockchain data with natural language queries:
- View recent transactions
- Check current prices
- Identify top token holders
- Analyze transaction patterns
Data Visualization
Generate charts to visualize blockchain data:
- Transaction volume trends
- Price movements over time
- Distribution analytics
- Custom visualizations based on your queries
Usage Examples
Basic Queries
"Show me the latest blockchain transactions"
"What is the current token price?"
"Who are the top token holders?"
Visualization Queries
"Generate a chart of transaction volume for the last week"
"Create a line chart of price trends for the past month"
"Show a pie chart of top transactions by value"
License
MIT