← Registry

eCommerce

brokanto.ch

Searches and renders Swiss marketplace listings.

2 endpoints2 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://brokanto.ch/api/mcp/public

No auth detected

MCP server metadata

Name
Brokanto Public
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

Rufe zuerst search_brokanto auf. Zeige höchstens die gelieferten aktuellen Angebote und erfinde nie Preis oder Verfügbarkeit. Nutze render_search_results nur für eine bewusst ausgewählte Kartenansicht. Für Bearbeitung, Speichern oder Kontakt immer an die kanonische Brokanto-URL übergeben.

Known tools 2

search_brokanto

Sucht den öffentlichen Schweizer Marktplatz.

Inferred read-only
render_search_results

Rendert nach einer Brokanto-Suche höchstens sechs vom Modell ausgewählte aktive Inserate als kompakte Karten.

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.brokanto-public]
url = "https://brokanto.ch/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brokanto-public": {
      "type": "http",
      "url": "https://brokanto.ch/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brokanto-public
Remote MCP URL: https://brokanto.ch/api/mcp/public

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": {
    "brokanto-public": {
      "url": "https://brokanto.ch/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brokanto-public": {
      "type": "http",
      "url": "https://brokanto.ch/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brokanto-public",
  "transport": "streamable-http",
  "url": "https://brokanto.ch/api/mcp/public"
}
MCP Inspector

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

ENDPOINT 2

https://brokanto.ch/api/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.brokanto-ch]
url = "https://brokanto.ch/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "brokanto-ch": {
      "type": "http",
      "url": "https://brokanto.ch/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: brokanto-ch
Remote MCP URL: https://brokanto.ch/api/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brokanto-ch": {
      "url": "https://brokanto.ch/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "brokanto-ch": {
      "type": "http",
      "url": "https://brokanto.ch/api/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "brokanto-ch bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "brokanto-ch",
  "transport": "streamable-http",
  "url": "https://brokanto.ch/api/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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 brokanto.ch was fetched 2026-08-23T19:25:18.621Z.

Trust status Neutral

brokanto.ch 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.