Back to Browse

Sverige Begagnad MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search Swedish second-hand marketplaces (Blocket, Tradera, Klaravik, Vinted) for used items.

About

Search Swedish second-hand marketplaces (Blocket, Tradera, Klaravik, Vinted) for used items.

Security Report

4.2
Use Caution4.2High Risk

Sverige Begagnad MCP is a well-structured tool for searching Swedish second-hand marketplaces. It properly requires credentials for official APIs (Tradera) and handles environment variables securely without hardcoding secrets. However, the server relies on four unofficial/fragile scrapers (Blocket, Klaravik, Vinted, Facebook) that violate terms of service or lack official APIs, and the code uses overly broad exception handling in several places. Network permissions are appropriate for the category, but users should be aware that unofficial sources may break at any time. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

8 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Numeric Tradera App ID from api.tradera.com/register.Optional

Environment variable: TRADERA_APP_ID

Tradera App Key (GUID secret) from api.tradera.com/register.Required

Environment variable: TRADERA_APP_KEY

Optional comma-separated Blocket region (län) names to scope searches; empty = all of Sweden.Optional

Environment variable: BLOCKET_LOCATIONS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tudorgrigoriu90-sverige-begagnad-mcp": {
      "env": {
        "TRADERA_APP_ID": "your-tradera-app-id-here",
        "TRADERA_APP_KEY": "your-tradera-app-key-here",
        "BLOCKET_LOCATIONS": "your-blocket-locations-here"
      },
      "args": [
        "sverige-begagnad-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!