Hubble MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUBBLE_API_KEY | Yes | Your Hubble API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_search_pathB | Make a request to the Path Finder API of Hubble with proper error handling. Args: keyword: str, 검색 키워드(모든 키워드는 소문자로 변환하여 요청) gl: str, 지역 코드 한국 일본(kr, jp) limit: int, 검색 경로 분석 결과 최대 개수(기본값 300) Returns: dict[str, Any] | None: 검색 키워드의 검색 경로 분석 결과 |
| get_keyword_infoA | |
| get_graph_infoA | |
| crawl_google_serpD | 구글 SERP API 요청 |
| crawl_web_pageC | |
| crawl_google_suggestC | |
| crawl_google_trendsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: SERP, suggestions, trends, web page crawling, keyword graph info, keyword details, and search path. No overlap or ambiguity.
All tool names use snake_case and follow a verb_noun pattern (crawl_*, get_*). The two verb prefixes are consistent with their functionality, though they differ from each other.
7 tools is well-scoped for a keyword research and analysis server. Each tool covers a distinct aspect of SEO/keyword research without redundancy.
The set covers the main workflow: data collection (SERP, suggestions, trends, web pages) and analysis (graph, keyword info, search path). Minor gaps (e.g., no export or comparison tool) but core functionality is solid.