← Registry

Data Collection

priskolla.se

Searches for Swedish electronics products and returns their price history.

1 endpoint2 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://priskolla.se/mcp

No auth detected

MCP server metadata

Name
Priskolla
Version
1.0.0
Capabilities
tools
Server instructions

Priskolla exposes Swedish electronics price data. Use search_products to find products, then get_price_history for a product's price trend.

Known tools 2

search_products

Search Swedish electronics products by name or keyword.

Inferred read-only
get_price_history

Return the recorded price history (date, lowest, highest, vendor count) for a product by its exact name.

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

.mcp.json

{
  "mcpServers": {
    "priskolla": {
      "type": "http",
      "url": "https://priskolla.se/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "priskolla": {
      "type": "http",
      "url": "https://priskolla.se/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "priskolla",
  "transport": "streamable-http",
  "url": "https://priskolla.se/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for priskolla.se was fetched 2026-08-23T19:40:57.067Z.

Trust status Neutral

priskolla.se is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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