Hubble Ai Mcp
About
Hubble Ai Mcp is an MCP server for pumpfun data. It allows users to ask any question about pumpfun data via natural language queries.
Details
- Author
- adaHubble
- Downloads
- 399
- Categories
- Other
Jump to
- Provides pumpfun data through MCP.
- Supports natural language queries.
- Easy setup with npx.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Hubble Ai McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the provided JSON configuration to your MCP config file and run the npx command. For example, ask "latest pumpfun txn" to get the latest pumpfun transaction.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hubble ai mcp": {
"hubble-tool": {
"command": "npx",
"args": [
"-y",
"text2sql-mcp-tool"
]
}
}
}
}
McpServers
{
"hubble-tool": {
"command": "npx",
"args": [
"-y",
"text2sql-mcp-tool"
]
}
}
Hubble ai mcp server
This is a MCP server for pumpfun data.
You can ask any question about pumpfun data.
{
“mcpServers”: {
“hubble-tool”: {
“command”: “npx”,
“args”: [“-y”, “text2sql-mcp-tool”]
}
}
}
Add it to your mcp config file.
Example: Ask "latest pumpfun txn" to get the latest pumpfun txn.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



