Data Collection
priskolla.se
Searches for Swedish electronics products and returns their price history.
ENDPOINT 1
https://priskolla.se/mcp
MCP server metadata
- Name
- Priskolla
- Version
- 1.0.0
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
get_price_historyReturn the recorded price history (date, lowest, highest, vendor count) for a product by its exact name.
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.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.
priskolla.se is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.