eCommerce
ours.market
Provides product catalogue and shop information for OURS MARKET, including search, details, and store locations.
ENDPOINT 1
https://ours.market/mcp
MCP server metadata
- Name
- ours-market
- Version
- 1.0.0
Read-only access to the OURS MARKET grocery catalogue (Paris 16ᵉ and 15ᵉ). Prices are in euros and include French VAT. Stock is per shop and changes during opening hours. Nothing can be ordered through this server: the shops sell in person.
Known tools 3
search_productsFind products in the OURS MARKET catalogue by name, brand or description.
Inferred read-onlyget_productEverything 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.
Inferred read-onlylist_shopsThe two OURS MARKET shops in Paris — address, opening hours for each day, nearest métro, phone.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.