Hubble Ai Mcp

by adaHubble

399 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Hubble Ai Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.