← Registry

eCommerce

kattofixer.fi

This server provides storefront operations such as product search, cart management, and collection listing for an online shop.

1 endpoint6 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://kattofixer.fi/mcp

No auth detected

MCP server metadata

Name
maksutin-mcp
Version
2.2.0
Capabilities
resources.subscriberesources.listChangedtools.listChanged

Known tools 6

storefront_search_products

Search products in this shop.

Inferred read-only
storefront_get_product

Fetch a single product by its slug, SKU, or product_number.

Inferred read-only
storefront_create_cart

Create a shopping cart for the user.

Potential side effects
storefront_get_cart

Look up an existing cart by its `cart_identifier` (returned from storefront_create_cart).

Inferred read-only
storefront_list_collections

List the product collections published in this shop.

Inferred read-only
storefront_get_shipping_options

List the shipping options offered by this shop.

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.maksutin-mcp]
url = "https://kattofixer.fi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maksutin-mcp": {
      "type": "http",
      "url": "https://kattofixer.fi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maksutin-mcp": {
      "type": "http",
      "url": "https://kattofixer.fi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maksutin-mcp",
  "transport": "streamable-http",
  "url": "https://kattofixer.fi/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.