INDIVIDUAL MCP TOOL
list_categories
List public place categories in the Bansko directory, such as pharmacies, butchers, and restaurants.
LIVE ENDPOINT
https://bansko.be/mcp
Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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_trades— List trades in Bansko, or the public profiles in one trade.list_news— Latest public news from Bansko: municipality, events, sport, and tourism.get_news— Read one public Bansko news article by slug or id.