bubble-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUBBLE_AGENT_API_KEY | Yes | Your personal API key | |
| BUBBLE_AGENT_PROJECT_ID | Yes | Your project ID |
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": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bubblesB | Return the highest-priority internet conversations currently gaining momentum. |
| search_bubblesB | Search current and historical Bubbles about a company, product, technology, industry, or keyword. |
| get_bubble_detailsA | Explain why a Bubble is growing and return its timeline, pain points, opportunities, and verified sources. |
| compare_bubblesA | Compare two to five Bubbles and recommend the strongest one for a specific goal. |
| generate_contentA | Generate an evidence-based content draft from a Bubble. This tool never publishes automatically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| workspace-profile | Non-sensitive company, market, and audience context used to personalize Bubble results. |
TDQS
Scored across 5 tools
Each tool targets a distinct step in the bubble workflow: listing current, searching, getting details, comparing, and generating content. There is no functional overlap.
All tools use a consistent verb_noun snake_case pattern with clear verbs (get, search, compare, generate). Naming is predictable and follows a uniform convention.
With 5 tools, the surface is well-scoped for the domain. Each tool serves a necessary purpose without redundancy or bloat.
The toolkit covers the full lifecycle of bubble analysis: discovery, deep dive, comparison, and content generation. No critical operations are missing for the intended use case.