You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
HubbleVision / hubble-ai-mcp Public
Hubble-ai mcp server
1 star
3 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
adaHubble
add more ignore
Mar 28, 2025
d1c6913
· Mar 28, 2025
History
-------
21 Commits
| | |
| .husky | | .husky | change api | Mar 18, 2025 |
| scripts | | scripts | change api | Mar 18, 2025 |
| src | | src | refactor tool name | Mar 28, 2025 |
| .gitignore | | .gitignore | add talbe | Mar 28, 2025 |
| .npmignore | | .npmignore | add more ignore | Mar 28, 2025 |
| LICENSE | | LICENSE | first commit | Mar 14, 2025 |
| README.md | | README.md | update doc | Mar 21, 2025 |
| package.json | | package.json | add more ignore | Mar 28, 2025 |
| pnpm-lock.yaml | | pnpm-lock.yaml | add talbe | Mar 28, 2025 |
| tsconfig.json | | tsconfig.json | first commit | Mar 14, 2025 |
| View all files | | |
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
Hubble-ai mcp server
No releases published
No packages published
You can’t perform that action at this time.