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.
ENDPOINT 1
https://ferbu.no/mcp
MCP server metadata
- Name
- klinikk-ferbu-store
- Version
- 1.0.0
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
get_productFull beskrivelse, ingredienser, bruksanvisning, mål/vekt og GTIN for ett produkt.
Inferred read-onlycreate_checkoutOppretter en Stripe Checkout-lenke for valgte produkter og leveringsmåte.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.