← Registry

eCommerce

ferbu.no

An e-commerce MCP server for Klinikk Ferbus that lists products, retrieves product details, calculates live shipping rates, and creates Stripe checkout links.

1 endpoint4 known toolsFirst detected September 14, 2026Last detected September 14, 2026

ENDPOINT 1

https://ferbu.no/mcp

No auth detected

MCP server metadata

Name
klinikk-ferbu-store
Version
1.0.0
Capabilities
tools
Server instructions

Nettbutikken til Klinikk Ferbu (Hamar, Norge): kosmetiske hårpleieprodukter, sendt innen Norge. Priser er i NOK og inkluderer 25 % mva. Bruk list_products → get_product → get_shipping_rates (postnummer) → create_checkout. create_checkout returnerer en Stripe Checkout-lenke som kunden selv åpner og betaler på; ingenting belastes før da. Kjøpsvilkår og 14 dagers angrerett: https://ferbu.no/kjopsvilkar. Produktene er kosmetiske pleieprodukter og erstatter ikke medisinsk behandling.

Known tools 4

list_products

Lister produktene i Klinikk Ferbus nettbutikk med pris (NOK, inkl.

Inferred read-only
get_product

Full beskrivelse, ingredienser, bruksanvisning, mål/vekt og GTIN for ett produkt.

Inferred read-only
get_shipping_rates

Henter live fraktpriser (NOK, inkl.

Inferred read-only
create_checkout

Oppretter en Stripe Checkout-lenke for valgte produkter og leveringsmåte.

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.klinikk-ferbu-store]
url = "https://ferbu.no/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "klinikk-ferbu-store": {
      "type": "http",
      "url": "https://ferbu.no/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: klinikk-ferbu-store
Remote MCP URL: https://ferbu.no/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": {
    "klinikk-ferbu-store": {
      "url": "https://ferbu.no/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "klinikk-ferbu-store": {
      "type": "http",
      "url": "https://ferbu.no/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "klinikk-ferbu-store",
  "transport": "streamable-http",
  "url": "https://ferbu.no/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.