← Registry

eCommerce

ours.market

Provides product catalogue and shop information for OURS MARKET, including search, details, and store locations.

1 endpoint3 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://ours.market/mcp

No auth detected

MCP server metadata

Name
ours-market
Version
1.0.0
Capabilities
tools
Server instructions

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_products

Find products in the OURS MARKET catalogue by name, brand or description.

Inferred read-only
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.

Inferred read-only
list_shops

The two OURS MARKET shops in Paris — address, opening hours for each day, nearest métro, phone.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.