← Registry

Developer Tools

basketbooster.eu

Provides listing, reading, and searching of BasketBooster documentation pages.

1 endpoint3 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://api.basketbooster.eu/mcp

No auth detected

MCP server metadata

Name
BasketBooster Docs
Version
1.29.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Official BasketBooster Recommender integration documentation for non-Shopify stores (WooCommerce and custom storefronts): widget embed, /v1 API, publishable keys, catalog sync, plans. Start with list_docs, then read_doc; use search_docs to locate a topic.

Known tools 3

list_docs

List all available BasketBooster documentation pages (slug, title, description).

Inferred read-only
read_doc

Read one documentation page as markdown.

Inferred read-only
search_docs

Search all documentation for a phrase; returns matching sections with snippets.

Inferred read-only

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.basketbooster-docs]
url = "https://api.basketbooster.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "basketbooster-docs": {
      "type": "http",
      "url": "https://api.basketbooster.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: basketbooster-docs
Remote MCP URL: https://api.basketbooster.eu/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": {
    "basketbooster-docs": {
      "url": "https://api.basketbooster.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "basketbooster-docs": {
      "type": "http",
      "url": "https://api.basketbooster.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "basketbooster-docs",
  "transport": "streamable-http",
  "url": "https://api.basketbooster.eu/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.