INDIVIDUAL MCP TOOL
limowo_business_shops_search_v1
Use this when a person needs to find active public Limowo business shops by name or URL slug.
LIVE ENDPOINT
https://limowo.ch/mcp
Connect to this endpoint to inspect the live schema for limowo_business_shops_search_v1 and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.limowo-mcp]
url = "https://limowo.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"limowo-mcp": {
"type": "http",
"url": "https://limowo.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: limowo-mcp
Remote MCP URL: https://limowo.ch/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": {
"limowo-mcp": {
"url": "https://limowo.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"limowo-mcp": {
"type": "http",
"url": "https://limowo.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "limowo-mcp",
"transport": "streamable-http",
"url": "https://limowo.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
limowo_system_capabilities_list_v1— Use this when an agent needs to inspect the public, read-only Limowo capabilities currently available.limowo_category_lookup_search_v1— Use this when a buyer or seller needs matching active Limowo category labels before searching listings or preparing a human-reviewed draft.limowo_category_lookup_children_v1— Use this when an agent needs one safe level of child categories below an optional parent category.limowo_category_lookup_resolve_v1— Use this when an agent must validate one Limowo category reference and retrieve its public display metadata.limowo_marketplace_articles_search_v1— Use this when a person wants to find active sale or giveaway listings on Limowo by query, category, Swiss location, distance, listing mode, or CHF price range.limowo_marketplace_articles_get_v1— Use this when a person or agent needs the current public details for one Limowo listing identified by its stable id.limowo_business_shops_get_v1— Use this when a person needs to read one active public Limowo business shop by URL slug.limowo_business_shop_listings_search_v1— Use this when a person needs to search active public listings belonging to one Limowo business shop by URL slug.