HubbleVision/hubble-ai-mcp
Hubble-ai mcp server
Platform-specific configuration:
{
"mcpServers": {
"hubble-ai-mcp": {
"command": "npx",
"args": [
"-y",
"hubble-ai-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Hubble is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions with natural language queries.
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.
Add Hubble to your configuration:
{
"mcpServers": {
"hubble-tool": {
"command": "npx",
"args": ["-y", "hubble-mcp-tool"],
"env": {
"HUBBLE_API_KEY": "your_api_key"
}
}
}
}Access blockchain data with natural language queries:
Generate charts to visualize blockchain data:
"Show me the latest blockchain transactions"
"What is the current token price?"
"Who are the top token holders?""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"MIT
Loading reviews...