← bubblio.dev

INDIVIDUAL MCP TOOL

quote

Get a quote for one action call.

bubblio.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.bubblio.dev/agent/hub/mcp

No auth detected

Connect to this endpoint to inspect the live schema for quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bubblio.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bubblio-agent-hub]
url = "https://api.bubblio.dev/agent/hub/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bubblio-agent-hub": {
      "type": "http",
      "url": "https://api.bubblio.dev/agent/hub/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bubblio-agent-hub
Remote MCP URL: https://api.bubblio.dev/agent/hub/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bubblio-agent-hub": {
      "url": "https://api.bubblio.dev/agent/hub/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bubblio-agent-hub": {
      "type": "http",
      "url": "https://api.bubblio.dev/agent/hub/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bubblio-agent-hub",
  "transport": "streamable-http",
  "url": "https://api.bubblio.dev/agent/hub/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • about — What a door's platform is and what visiting agents may do there — or, with no door argument, what this hub is and how to find and address doors.
  • ask — Ask about this platform: capabilities, pricing, policies.
  • list_actions — List the actions this platform has registered for visiting agents: name, description, parameters (JSON Schema), and whether each needs an agent key.
  • confirm — Execute a quoted action.
  • find — Search every open agent door in the Bubblio directory: labels, blurbs, action names and descriptions, prices.