← bansko.be

INDIVIDUAL MCP TOOL

list_trades

List trades in Bansko, or the public profiles in one trade.

bansko.benone authenticationAvailability not checked

LIVE ENDPOINT

https://bansko.be/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_trades and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

bansko.be

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

.mcp.json

{
  "mcpServers": {
    "bansko-be": {
      "type": "http",
      "url": "https://bansko.be/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_places — Search the public Bansko directory by name, category, or address.
  • get_place — Load one public place by its bansko.be slug or id, for example butchery-pri-dinko.
  • list_categories — List public place categories in the Bansko directory, such as pharmacies, butchers, and restaurants.
  • list_news — Latest public news from Bansko: municipality, events, sport, and tourism.
  • get_news — Read one public Bansko news article by slug or id.