← busom.com

INDIVIDUAL MCP TOOL

create_checkout

Abre una sesión de checkout y devuelve payment_url: un Stripe Checkout que debe abrir y autorizar la persona (tarjeta, Apple Pay o Google Pay).

busom.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://busom.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

busom.com

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.busom-tienda]
url = "https://busom.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "busom-tienda": {
      "type": "http",
      "url": "https://busom.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: busom-tienda
Remote MCP URL: https://busom.com/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": {
    "busom-tienda": {
      "url": "https://busom.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "busom-tienda": {
      "type": "http",
      "url": "https://busom.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "busom-tienda",
  "transport": "streamable-http",
  "url": "https://busom.com/mcp"
}
MCP Inspector

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

Related tools

  • list_books — Catálogo de busom.com: libros de Rais Busom en venta directa (ebook EPUB y papel), con precio en EUR con IVA incluido, disponibilidad y forma de entrega.
  • get_book — Detalle de un libro por id (ebook, espia) o ISBN: sinopsis, formato, precio, stock, enlaces.
  • quote — Calcula el total (IVA incluido, envío incluido) de uno o más libros.
  • checkout_status — Estado de una sesión de checkout (acs_…): ready_for_payment, completed (con order), canceled…