INDIVIDUAL MCP TOOL
list_shops
The two OURS MARKET shops in Paris — address, opening hours for each day, nearest métro, phone.
LIVE ENDPOINT
https://ours.market/mcp
Connect to this endpoint to inspect the live schema for list_shops 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.ours-market]
url = "https://ours.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ours-market": {
"type": "http",
"url": "https://ours.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ours-market
Remote MCP URL: https://ours.market/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": {
"ours-market": {
"url": "https://ours.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ours-market": {
"type": "http",
"url": "https://ours.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ours-market",
"transport": "streamable-http",
"url": "https://ours.market/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Find products in the OURS MARKET catalogue by name, brand or description.get_product— Everything the catalogue holds about one product, by its handle (the last path segment of its URL), with price and availability read live from the till.